onDidChangeDiagnostics is now stable, don't check proposed

Fixes  #48591
This commit is contained in:
Matt Bierner
2018-04-24 13:47:12 -07:00
parent bb77f58664
commit 3936999a16

View File

@@ -240,7 +240,6 @@ export function createApiFactory(
return extHostDiagnostics.createDiagnosticCollection(name);
},
get onDidChangeDiagnostics() {
checkProposedApiEnabled(extension);
return extHostDiagnostics.onDidChangeDiagnostics;
},
getDiagnostics: (resource?) => {