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 10e45cb commit 9557fa5Copy full SHA for 9557fa5
.vscode/settings.json
@@ -26,14 +26,6 @@
26
"python.testing.pytestArgs": [
27
"."
28
],
29
- "emeraldwalk.runonsave": {
30
- "commands": [
31
- {
32
- "match": "\\.py$",
33
- "cmd": "${workspaceFolder}/.venv/bin/pautoflake --in-place ${file}"
34
- }
35
- ]
36
- },
37
"[toml]": {
38
"editor.defaultFormatter": "tamasfe.even-better-toml"
39
},
0 commit comments