|
1 | 1 | { |
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", |
6 | 7 | "python.analysis.autoIndent": true, |
| 8 | + "python.analysis.completeFunctionParens": true, |
7 | 9 | "python.analysis.diagnosticSeverityOverrides": { |
8 | 10 | "reportDuplicateImport": "warning", |
9 | 11 | "reportUndefinedVariable": "information", |
10 | 12 | "reportUnusedVariable": "information" |
11 | 13 | }, |
| 14 | + "python.analysis.extraPaths": [ |
| 15 | + "${workspaceFolder}/shared/python" |
| 16 | + ], |
| 17 | + "python.defaultInterpreterPath": "./venv/bin/python", |
12 | 18 | "python.envFile": "${workspaceFolder}/.env", |
13 | 19 | "python.terminal.activateEnvironment": true, |
14 | | - "plantuml.render": "Local", |
15 | | - "plantuml.exportFormat": "svg", |
16 | 20 | "terminal.integrated.env.windows": { |
17 | 21 | "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 | + } |
23 | 23 | } |
0 commit comments