We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3611987 commit 47a483fCopy full SHA for 47a483f
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
"python.envFile": "${workspaceFolder}/backend/.env",
3
"python.autoComplete.extraPaths": ["./backend/src"],
4
+ "ruff.configuration": "backend/pyproject.toml",
5
"editor.formatOnSave": true,
6
"prettier.configPath": "./frontend/package.json",
7
"javascript.preferences.importModuleSpecifierEnding": "js",
0 commit comments