We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38691f commit 21431fcCopy full SHA for 21431fc
extensions/markdown-language-features/src/commands/insertResource.ts
@@ -24,7 +24,7 @@ export class InsertLinkFromWorkspace implements Command {
24
25
resources ??= await vscode.window.showOpenDialog({
26
canSelectFiles: true,
27
- canSelectFolders: true,
+ canSelectFolders: false,
28
canSelectMany: true,
29
openLabel: localize('insertLink.openLabel', "Insert link"),
30
title: localize('insertLink.title', "Insert link"),
0 commit comments