Skip to content

Commit 31af28e

Browse files
Add link to docs
1 parent 39d4675 commit 31af28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/common/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export type SingleSelectionCommandFunction<Item> = (
3131
*/
3232

3333
// Builtin commands where the implementation is provided by VS Code and not by this extension.
34+
// See https://code.visualstudio.com/api/references/commands
3435
export type VSCodeCommands = {
3536
"markdown.showPreviewToSide": (uri: Uri) => Promise<void>;
3637
"workbench.action.reloadWindow": () => Promise<void>;

0 commit comments

Comments
 (0)