Skip to content

Commit

Permalink
Disable inline completions by default for Emmet (#153926)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jul 1, 2022
1 parent 48fef0c commit 623cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
"emmet.useInlineCompletions": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "%emmetUseInlineCompletions%"
},
"emmet.preferences": {
Expand Down

0 comments on commit 623cde6

Please sign in to comment.