提交 4fa62b24 编写于 作者: M Martin Aeschlimann

[html] should disable ionic suggestions by default. Currently forces...

[html] should disable ionic suggestions by default. Currently forces deprecated Ionic v1 suggestions in .html files while typing. Fixes #53324
上级 ee1fb7b6
......@@ -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": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册