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 9614351 commit 07cc89bCopy full SHA for 07cc89b
src/extension.ts
@@ -468,6 +468,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
468
diagnosticProvider.updateDiagnostics(vscode.window.activeTextEditor.document);
469
}
470
471
+ // Gather the proposed APIs we will register to use when building with enableProposedApi = true
472
const proposed = [
473
packageJson.enableProposedApi && typeof vscode.workspace.registerFileSearchProvider === "function"
474
? vscode.workspace.registerFileSearchProvider(FILESYSTEM_SCHEMA, new FileSearchProvider())
0 commit comments