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

Add VSCode shared settings #2

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

Samuel-Therrien-Beslogic
Copy link
Collaborator

No description provided.

Comment on lines +59 to +62
// https://github.com/microsoft/vscode/issues/40239
"unwantedRecommendations": [
// Must disable in this workspace //
// https://github.com/microsoft/vscode/issues/40239 //
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Comment on lines +47 to +52
// "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"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Comment on lines 54 to 55
// 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
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Comment on lines +182 to +187
// 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"
// ],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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