Skip to content

Commit 737ec1f

Browse files
authored
Merge pull request #44 from code-yeongyu/feature/vscode-settings
Remove unused vscode settings
2 parents 6b9b77d + 9557fa5 commit 737ec1f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.vscode/settings.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
2626
"python.testing.pytestArgs": [
2727
"."
2828
],
29-
"emeraldwalk.runonsave": {
30-
"commands": [
31-
{
32-
"match": "\\.py$",
33-
"cmd": "${workspaceFolder}/.venv/bin/pautoflake --in-place ${file}"
34-
}
35-
]
36-
},
3729
"[toml]": {
3830
"editor.defaultFormatter": "tamasfe.even-better-toml"
3931
},

0 commit comments

Comments
 (0)