Skip to content

Commit

Permalink
fix(vscode): add support for scheme vscode-vfs for web extension. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Nov 6, 2024
1 parent ae73127 commit 141051b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function activate(context: ExtensionContext) {
const clientOptions: LanguageClientOptions = {
documentSelector: [
{ scheme: "file" },
{ scheme: "vscode-vfs" },
{ scheme: "untitled" },
{ scheme: "vscode-notebook-cell" },
{ scheme: "vscode-userdata" },
Expand Down

0 comments on commit 141051b

Please sign in to comment.