We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcee66 commit 4f8471dCopy full SHA for 4f8471d
settings.json
@@ -1439,15 +1439,15 @@
1439
}
1440
],
1441
"qml": [
1442
- {
1443
- "command": "qmlls",
1444
- "url" : "https://github.com/qt/qtdeclarative",
1445
- "description": "An implementation of the Language Server Protocol for qml/qmljs",
1446
- "requires": [],
1447
- "root_uri_patterns": [
1448
- ".qmlls.ini"
1449
- ]
1450
- }
+ {
+ "command": "qmlls",
+ "url" : "https://github.com/qt/qtdeclarative",
+ "description": "An implementation of the Language Server Protocol for qml/qmljs",
+ "requires": [],
+ "root_uri_patterns": [
+ ".qmlls.ini"
+ ]
+ }
1451
1452
"r": [
1453
{
0 commit comments