Skip to content

Commit 8a10549

Browse files
committed
extension/package.json: use "explicit" for source.organizeImports
The boolean value is obsolete, and the old 'true' corresponds to 'explicit'. Reference: microsoft/vscode#194345 Change-Id: I3946682ec840a5d47d89b4b24c6e2fd1341b3ccf Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/613975 kokoro-CI: kokoro <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
1 parent 7ce274e commit 8a10549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"editor.insertSpaces": false,
198198
"editor.formatOnSave": true,
199199
"editor.codeActionsOnSave": {
200-
"source.organizeImports": true
200+
"source.organizeImports": "explicit"
201201
}
202202
}
203203
},

0 commit comments

Comments
 (0)