mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
onDidChangeDiagnostics is now stable, don't check proposed
Fixes #48591
This commit is contained in:
@@ -240,7 +240,6 @@ export function createApiFactory(
|
||||
return extHostDiagnostics.createDiagnosticCollection(name);
|
||||
},
|
||||
get onDidChangeDiagnostics() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostDiagnostics.onDidChangeDiagnostics;
|
||||
},
|
||||
getDiagnostics: (resource?) => {
|
||||
|
||||
Reference in New Issue
Block a user