Skip to content

Commit 38121e9

Browse files
Sort the settings
1 parent 2415045 commit 38121e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.vscode/settings.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"python.analysis.extraPaths": [
3-
"${workspaceFolder}/shared/python"
4-
],
5-
"python.analysis.completeFunctionParens": true,
2+
"plantuml.diagramsRoot": "diagrams/src",
3+
"plantuml.exportFormat": "svg",
4+
"plantuml.exportOutDir": "diagrams/out",
5+
"plantuml.java": "C:\\Program Files\\OpenJDK\\jdk-22.0.2\\bin\\java.exe",
6+
"plantuml.render": "Local",
67
"python.analysis.autoIndent": true,
8+
"python.analysis.completeFunctionParens": true,
79
"python.analysis.diagnosticSeverityOverrides": {
810
"reportDuplicateImport": "warning",
911
"reportUndefinedVariable": "information",
1012
"reportUnusedVariable": "information"
1113
},
14+
"python.analysis.extraPaths": [
15+
"${workspaceFolder}/shared/python"
16+
],
17+
"python.defaultInterpreterPath": "./venv/bin/python",
1218
"python.envFile": "${workspaceFolder}/.env",
1319
"python.terminal.activateEnvironment": true,
14-
"plantuml.render": "Local",
15-
"plantuml.exportFormat": "svg",
1620
"terminal.integrated.env.windows": {
1721
"PATH": "${env:PATH}"
18-
},
19-
"plantuml.java": "C:\\Program Files\\OpenJDK\\jdk-22.0.2\\bin\\java.exe",
20-
"plantuml.diagramsRoot": "diagrams/src",
21-
"plantuml.exportOutDir": "diagrams/out",
22-
"python.defaultInterpreterPath": "./venv/bin/python"
22+
}
2323
}

0 commit comments

Comments
 (0)