mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
provideCodeActions get those diagnostic instances others provided, not a clone
This commit is contained in:
@@ -314,7 +314,7 @@ export class ExtHostAPIImplementation {
|
||||
|
||||
//
|
||||
const languages = new ExtHostLanguages(this._threadService);
|
||||
const extHostDiagnostics = new ExtHostDiagnostics(this._threadService);
|
||||
const extHostDiagnostics = threadService.getRemotable(ExtHostDiagnostics);
|
||||
const languageFeatures = threadService.getRemotable(ExtHostLanguageFeatures);
|
||||
|
||||
this.languages = {
|
||||
|
||||
Reference in New Issue
Block a user