Skip to content

chore: remove .vscode/settings.json and ignore the directory - #2837

Merged
alexeyv merged 1 commit into
devfrom
chore/remove-vscode-settings
Sep 6, 2026
Merged

chore: remove .vscode/settings.json and ignore the directory#2837
alexeyv merged 1 commit into
devfrom
chore/remove-vscode-settings

Conversation

@alexeyv

@alexeyv alexeyv commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator

.vscode/settings.json wired Prettier and ESLint as save-time formatters and attached the package.json schema. None of those exist at the root since #2834. The rest of the file was a 2025 spelling list and Copilot chat preferences, and nothing in the repo reads it.

The file is removed and .vscode/ joins the ignored personal editor directories in .gitignore.

It wired Prettier and ESLint as save-time formatters and attached the
package.json schema; none of those exist at the root any more. The
rest was a 2025 spelling list and Copilot chat preferences. Nothing
reads the file. .vscode/ joins the ignored personal editor files so it
does not come back.
@greptile-apps

greptile-apps Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR removes obsolete shared VS Code workspace settings and ignores the .vscode/ directory as personal editor configuration.

  • Deletes formatter, schema, spelling, and Copilot preferences that are no longer used by repository tooling.
  • Adds .vscode/ alongside other ignored personal customization directories.

Confidence Score: 5/5

The PR appears safe to merge with no actionable issues identified.

The deleted settings are not consumed by repository workflows, their former root formatter dependencies are absent, and ignoring .vscode/ is consistent with neighboring personal-editor entries.

Important Files Changed

Filename Overview
.gitignore Adds .vscode/ consistently with the existing section for ignored personal customization files.
.vscode/settings.json Removes obsolete editor settings with no remaining repository references or required tooling dependencies.

Reviews (1): Last reviewed commit: "chore: remove .vscode/settings.json and ..." | Re-trigger Greptile

@alexeyv
alexeyv merged commit 3d91fdd into dev Sep 6, 2026
5 checks passed
@alexeyv
alexeyv deleted the chore/remove-vscode-settings branch September 6, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant