Skip to content

Commit 06a022c

Browse files
authored
Update vscode settings for latest vscode release (#149)
A few names have changed.
1 parent a495994 commit 06a022c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"editor.defaultFormatter": "tamasfe.even-better-toml"
1010
},
1111
"editor.codeActionsOnSave": {
12-
"source.fixAll.eslint": true,
13-
"source.organizeImports": true
12+
"source.fixAll.eslint": "explicit",
13+
"source.organizeImports": "explicit"
1414
},
1515
"editor.formatOnSave": true,
1616
"evenBetterToml.formatter.allowedBlankLines": 1,
@@ -44,5 +44,4 @@
4444
"pylint.ignorePatterns": [
4545
"*"
4646
]
47-
}
48-
47+
}

0 commit comments

Comments
 (0)