Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore VS Code settings directory #364

Merged
merged 4 commits into from
Mar 8, 2023

Conversation

LitoMore
Copy link
Contributor

@LitoMore LitoMore commented Nov 4, 2022

Seems the .vscode directory can be ignored. We already have .cspell.json in our project and they support .cspell.json as the configuration file in VS Code:

See https://github.com/streetsidesoftware/vscode-spell-checker/blob/add7ae9b37b7d02eadfbd2788ab0b0d6699e09d6/packages/client/src/settings/CSpellSettings.ts#L11-L13.

On the other hand, ignoring the .vscode directory can let developers put their editor settings. They can decide to enable or disable specific extension settings for specific projects.

Currently, we don't have other editor settings like .vscode/launch.json, .vscode/tasks.json, etc. So it's OK to ignore the whole directory.

We could change the rule if we need to put some other project-level configuration files in the .vscode directory in the future.

@CLAassistant
Copy link

CLAassistant commented Nov 4, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@lao9 lao9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good! Thanks!

@rhart92 rhart92 merged commit f25b391 into makenotion:main Mar 8, 2023
@LitoMore LitoMore deleted the ignore-vscode-settings branch March 8, 2023 07:48
rhart92 added a commit that referenced this pull request Oct 3, 2023
Co-authored-by: Ryan Hart <ryan@makenotion.com>
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.

None yet

4 participants