-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add VSCode shared settings #2
Conversation
// https://github.com/microsoft/vscode/issues/40239 | ||
"unwantedRecommendations": [ | ||
// Must disable in this workspace // | ||
// https://github.com/microsoft/vscode/issues/40239 // |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// "source.*Imports": https://github.com/microsoft/TypeScript/pull/50931#issuecomment-1416288712 | ||
// Let dedicated imports tool deal with it | ||
"source.organizeImports": "never", | ||
"source.sortImports": "never", | ||
// IDEM, but also it's annoying to remove imports because of commented code while testing | ||
"source.removeUnusedImports": "never" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.vscode/settings.json
Outdated
// NOTE: due to a bug in VSCode, we have to specify these individually to ensure it overrides user settings | ||
// Please upvote: https://github.com/microsoft/vscode/issues/168411 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// For frontend-backend monorepos | ||
// "mypy-type-checker.args": [ | ||
// // https://github.com/microsoft/vscode-mypy/issues/37#issuecomment-1602702174 | ||
// "--config-file=${workspaceFolder}/backend_project/pyproject.toml" | ||
// ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
534a4b1
to
237a7a5
Compare
No description provided.