make diagnostics read api public, #30075

This commit is contained in:
Johannes Rieken
2018-04-06 10:25:11 +02:00
parent 95101bf3f6
commit 8b470712c9
4 changed files with 38 additions and 29 deletions

View File

@@ -229,6 +229,7 @@ export class ExtHostDiagnostics implements ExtHostDiagnosticsShape {
}
}
}
Object.freeze(uris);
return { uris };
}