Skip to content

Commit 5801f8b

Browse files
author
hrudek
committed
chore(vscode): run whichkey on workspace host in WSL
Add vspacecode.whichkey to remote.extensionKind so debugging uses the WSL workspace host instead of local Windows host.
1 parent 4667ece commit 5801f8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Force extension to run in WSL (workspace) host during development
1212
// without this, "ui" kind extensions run on local Windows host = broken WSL debugging
1313
"remote.extensionKind": {
14-
"bearylabs.doom": ["workspace"]
14+
"bearylabs.doom": ["workspace"],
15+
"vspacecode.whichkey": ["workspace"]
1516
}
1617
}

0 commit comments

Comments
 (0)