Do not install the watchdog if the extension host is debuggable (#26445)

This commit is contained in:
Alex Dima
2017-08-14 14:26:31 +02:00
parent e5943cbcb0
commit a7fcaffcf4
3 changed files with 7 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ import { ITreeItem } from 'vs/workbench/parts/views/common/views';
import { ThemeColor } from 'vs/platform/theme/common/themeService';
export interface IEnvironment {
isExtensionDevelopmentDebug: boolean;
enableProposedApiForAll: boolean;
enableProposedApiFor: string | string[];
appSettingsHome: string;