Skip to content

Commit

Permalink
[html] should disable ionic suggestions by default. Currently forces …
Browse files Browse the repository at this point in the history
…deprecated Ionic v1 suggestions in .html files while typing. Fixes #53324
  • Loading branch information
aeschli committed Aug 3, 2018
1 parent ee1fb7b commit 4fa62b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/html-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
"html.suggest.angular1": {
"type": "boolean",
"scope": "resource",
"default": true,
"default": false,
"description": "%html.suggest.angular1.desc%"
},
"html.suggest.ionic": {
"type": "boolean",
"scope": "resource",
"default": true,
"default": false,
"description": "%html.suggest.ionic.desc%"
},
"html.suggest.html5": {
Expand Down

0 comments on commit 4fa62b2

Please sign in to comment.