Remove "default" option

Since it's not defining a real option, we can get rid of it.
This commit is contained in:
Elena Tanasoiu
2023-05-03 07:35:49 +00:00
parent f10185abc8
commit 9c47a2718c

View File

@@ -343,7 +343,6 @@
},
"codeQL.createQuery.qlPackLocation": {
"type": "string",
"default": "",
"patternErrorMessage": "Please enter a valid folder",
"markdownDescription": "The name of the folder where we want to create queries and QL packs via the \"CodeQL: Create Query\" command. The folder should exist."
},