Skip to content

Commit 4ceeb3e

Browse files
committed
Allow remote file schemes
1 parent b0d1b49 commit 4ceeb3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ export interface SqlJsModule {
176176
Database: new (data?: Uint8Array) => SqlJsDatabase;
177177
}
178178

179-
export const ALLOWED_SCHEMES = ['file', 'vscode-chat-code-block', 'openai-codex'];
179+
export const ALLOWED_SCHEMES = ['file', 'vscode-chat-code-block', 'openai-codex', 'vscode-remote'];

0 commit comments

Comments
 (0)