import { Disposable } from '../utils/dispose'; import { ActiveJsTsEditorTracker } from './activeJsTsEditorTracker'; /** * When clause context set when the current file is managed by vscode's built-in typescript extension. */ export default class ManagedFileContextManager extends Disposable { private static readonly contextName; private isInManagedFileContext; constructor(activeJsTsEditorTracker: ActiveJsTsEditorTracker); dispose(): void; private onDidChangeActiveTextEditor; private updateContext; private isManagedFile; private isManagedScriptFile; private isManagedConfigFile; } //# sourceMappingURL=managedFileContext.d.ts.map