Skip to content

Commit

Permalink
extension/package.json: use "explicit" for source.organizeImports
Browse files Browse the repository at this point in the history
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 <noreply+kokoro@google.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
  • Loading branch information
hyangah committed Sep 20, 2024
1 parent 7ce274e commit 8a10549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
},
Expand Down

0 comments on commit 8a10549

Please sign in to comment.