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 fcc4f58 commit a2705ddCopy full SHA for a2705dd
.vscode/settings.template.json
@@ -61,7 +61,7 @@
61
"ruff.path": [
62
"${workspaceFolder}/.venv/bin/ruff"
63
],
64
- "ruff.configuration": "${workspace_folder}/.ruff.toml",
+ "ruff.configuration": "${workspaceFolder}/.ruff.toml",
65
"shellcheck.executablePath": "${workspaceFolder}/scripts/shellcheck.bash",
66
"shellcheck.run": "onSave",
67
"shellcheck.enableQuickFix": true
0 commit comments