Skip to content

Add VSCode shared settings#2

Merged
SamuelT-Beslogic merged 1 commit into
mainfrom
Add-VSCode-shared-settings
Sep 13, 2024
Merged

Add VSCode shared settings#2
SamuelT-Beslogic merged 1 commit into
mainfrom
Add-VSCode-shared-settings

Conversation

@SamuelT-Beslogic
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread .vscode/extensions.json
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment thread .vscode/settings.json
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment thread .vscode/settings.json Outdated
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Comment thread .vscode/settings.json
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@SamuelT-Beslogic SamuelT-Beslogic force-pushed the Add-VSCode-shared-settings branch from 534a4b1 to 237a7a5 Compare September 13, 2024 22:14
@SamuelT-Beslogic SamuelT-Beslogic merged commit fe80fa9 into main Sep 13, 2024
@SamuelT-Beslogic SamuelT-Beslogic deleted the Add-VSCode-shared-settings branch September 13, 2024 22:15
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