Add link to docs

This commit is contained in:
Robert
2023-03-22 14:28:10 +00:00
parent 39d4675b44
commit 31af28e73b

View File

@@ -31,6 +31,7 @@ export type SingleSelectionCommandFunction<Item> = (
*/
// Builtin commands where the implementation is provided by VS Code and not by this extension.
// See https://code.visualstudio.com/api/references/commands
export type VSCodeCommands = {
"markdown.showPreviewToSide": (uri: Uri) => Promise<void>;
"workbench.action.reloadWindow": () => Promise<void>;