mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
chore: Use "explicit" when editor.codeActionsOnSave
This commit is contained in:
parent
60a0d83039
commit
56ea14401b
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/dist": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue