Skip to content

Commit 5e76d0b

Browse files
Fix typos
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
1 parent db35cb2 commit 5e76d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,11 @@
341341
"default": false,
342342
"description": "Allow database to be downloaded via HTTP. Warning: enabling this option will allow downloading from insecure servers."
343343
},
344-
"codeQL.createQuery.Folder": {
344+
"codeQL.createQuery.folder": {
345345
"type": "string",
346346
"default": "",
347347
"patternErrorMessage": "Please enter a valid folder",
348-
"markdownDescription": "The name of the folder where we want to create queries and query packs via the \"CodeQL: Create Query\" command. The folder should exist in the workspace.`)."
348+
"markdownDescription": "The name of the folder where we want to create queries and query packs via the \"CodeQL: Create Query\" command. The folder should exist in the workspace."
349349
}
350350
}
351351
},

0 commit comments

Comments
 (0)