We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d4675 commit 31af28eCopy full SHA for 31af28e
extensions/ql-vscode/src/common/commands.ts
@@ -31,6 +31,7 @@ export type SingleSelectionCommandFunction<Item> = (
31
*/
32
33
// Builtin commands where the implementation is provided by VS Code and not by this extension.
34
+// See https://code.visualstudio.com/api/references/commands
35
export type VSCodeCommands = {
36
"markdown.showPreviewToSide": (uri: Uri) => Promise<void>;
37
"workbench.action.reloadWindow": () => Promise<void>;
0 commit comments