mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -17,7 +17,7 @@ import { ResourceMap } from '../util/resourceMap';
|
||||
*/
|
||||
export class VsCodeMdWorkspace extends Disposable {
|
||||
|
||||
private _watcher: vscode.FileSystemWatcher | undefined;
|
||||
private readonly _watcher: vscode.FileSystemWatcher | undefined;
|
||||
|
||||
private readonly _documentCache = new ResourceMap<ITextDocument>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user