mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Merge remote-tracking branch 'origin/master' into pr/orta/40
This commit is contained in:
commit
91e9a453c9
7 changed files with 33 additions and 65 deletions
|
|
@ -83,7 +83,7 @@ export abstract class Adapter {
|
|||
|
||||
// --- diagnostics --- ---
|
||||
|
||||
export class DiagnostcsAdapter extends Adapter {
|
||||
export class DiagnosticsAdapter extends Adapter {
|
||||
|
||||
private _disposables: IDisposable[] = [];
|
||||
private _listener: { [uri: string]: IDisposable } = Object.create(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue