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