-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
may be not need .vscode folder, need .editorconfig #489
Comments
Yes, I agree with you that tabSize is not necessary at here, and should be removed.(I just did it) However, vscode/settings.json have some feature that not supported by .editorconfig. I.e: |
but the project does not use these features, such as Wouldn't it make more sense? |
all not to |
No, I'm afraid that I can not agree with you about this. Because See: How do I hide certain files from the sidebar in Visual Studio Code? And in additional: I want to use the version of TypeScript packaged with the project, instead of the VSCode bundled version. So that's what |
sorry, i make a mistake on it. |
@huhuanming No problem buddy, and thank you for the warm-hearted suggestion. Please feel free to let me know if you have any other good ideas. :) |
sweet, thx. |
.vscode/settings.json
the
editor.tabSize
can controlled by.editorconfig
.but now, the user setting and workspace setting polluted by it.
It seemed like a good idea that remove
.vscode
and add.editorconfig
fileThe text was updated successfully, but these errors were encountered: