Skip to content

Commit

Permalink
package.json: align snippetsPreventQuickSuggestions with VS Code default
Browse files Browse the repository at this point in the history
Since vscode 1.79 (2023 May release), VS Code's
editor.suggest.snippetsPreventQuickSuggestions is false by default
so the extension doesn't need to override this.

https://code.visualstudio.com/updates/v1_79#_quick-suggestions-and-snippets

Fixes golang#1805

Change-Id: Iffaa6ab57b1f80c7d559e55c7886763bfe288dfc
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/502596
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
  • Loading branch information
hyangah committed Jun 22, 2023
1 parent 0864ab0 commit fb1dce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.suggest.snippetsPreventQuickSuggestions": false
}
}
},
"commands": [
Expand Down

0 comments on commit fb1dce6

Please sign in to comment.