| 1 | { |
| 2 | "python.analysis.typeCheckingMode": "standard", |
| 3 | "windsurfPyright.analysis.diagnosticMode": "workspace", |
| 4 | "windsurfPyright.analysis.typeCheckingMode": "standard", |
| 5 | // Enable JavaScript linting |
| 6 | "eslint.enable": true, |
| 7 | "eslint.validate": ["javascript", "javascriptreact"], |
| 8 | // Set import root for JS/TS |
| 9 | "javascript.preferences.importModuleSpecifier": "relative", |
| 10 | "js/ts.implicitProjectConfig.checkJs": true, |
| 11 | "jsconfig.paths": { |
| 12 | "*": ["webui/*"] |
| 13 | }, |
| 14 | // Optional: point VSCode to jsconfig.json if you add one |
| 15 | "jsconfig.json": "${workspaceFolder}/jsconfig.json", |
| 16 | "postman.settings.dotenv-detection-notification-visibility": false |
| 17 | } |