-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathsettings.json
More file actions
37 lines (37 loc) · 1.07 KB
/
settings.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"testExplorer.addToEditorContextMenu": true,
"testExplorer.showOnRun": true,
"testExplorer.useNativeTesting": true,
"cSpell.words": [
"avaliable"
],
"rust-analyzer.cargo.features": [
"postgresql_embedded"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"prettier.requireConfig": true,
"rust-analyzer.showUnlinkedFileNotification": false,
"svelte.ask-to-enable-ts-plugin": false,
"svelte.enable-ts-plugin": true,
"python.analysis.extraPaths": [
"./python"
],
"prettier.configPath": "web-console/.prettierrc",
"svg.preview.background": "transparent",
"cursorpyright.analysis.extraPaths": [
"./python"
]
}