Skip to content

Commit fb1dce6

Browse files
committed
package.json: align snippetsPreventQuickSuggestions with VS Code default
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 #1805 Change-Id: Iffaa6ab57b1f80c7d559e55c7886763bfe288dfc Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/502596 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]>
1 parent 0864ab0 commit fb1dce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@
217217
"editor.formatOnSave": true,
218218
"editor.codeActionsOnSave": {
219219
"source.organizeImports": true
220-
},
221-
"editor.suggest.snippetsPreventQuickSuggestions": false
220+
}
222221
}
223222
},
224223
"commands": [

0 commit comments

Comments
 (0)