Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 77ddf5c

Browse files
Add autoImports init option
1 parent 8b2f469 commit 77ddf5c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"default": ""
7373
},
7474
"capabilities": {
75-
"title": "DLS enabled capabilities",
75+
"title": "Enabled capabilities",
7676
"type": "object",
7777
"properties": {
7878
"hover": {
@@ -141,6 +141,17 @@
141141
"default": true
142142
}
143143
}
144+
},
145+
"symbol": {
146+
"title": "Symbol options",
147+
"type": "object",
148+
"properties": {
149+
"autoImports": {
150+
"title": "Automatically import projects and their dependencies",
151+
"type": "boolean",
152+
"default": true
153+
}
154+
}
144155
}
145156
}
146157
},

0 commit comments

Comments
 (0)