chore: remove .vscode/settings.json and ignore the directory - #2837
Merged
Conversation
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.
Contributor
Greptile SummaryThis PR removes obsolete shared VS Code workspace settings and ignores the
Confidence Score: 5/5The 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
|
| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.vscode/settings.jsonwired Prettier and ESLint as save-time formatters and attached thepackage.jsonschema. 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.