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.
2 parents 9614351 + 07cc89b commit a1f1b81Copy full SHA for a1f1b81
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