Skip to content

Commit b262954

Browse files
Update package.json
- Add new extension setting for enabling/disabling auto-completions
1 parent d21aaf0 commit b262954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"type": "string",
6767
"default": "${workspaceFolder}/system/user/",
6868
"description": "The path to your projects user directory"
69+
},
70+
"ee.suggestCompletions": {
71+
"type": "boolean",
72+
"default": true,
73+
"description": "Determines if auto-completion and IntelliSense suggestions will show"
6974
}
7075
}
7176
},

0 commit comments

Comments
 (0)