This commit is contained in:
Rob Lourens
2019-12-30 11:12:47 -08:00
parent d8d87f5c45
commit 6edd69eaf5
2 changed files with 8 additions and 2 deletions

View File

@@ -80,7 +80,10 @@
"description": "%emmetExclude%"
},
"emmet.extensionsPath": {
"type": "string",
"type": [
"string",
"null"
],
"default": null,
"description": "%emmetExtensionsPath%"
},