enable proposed api only when developing extensions

This commit is contained in:
Johannes Rieken
2016-11-10 15:57:43 +01:00
parent 0a5a7b98d6
commit 4a6b92723d
5 changed files with 19 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ import { IApplyEditsOptions, TextEditorRevealType, ITextEditorConfigurationUpdat
import { InternalTreeExplorerNodeContent } from 'vs/workbench/parts/explorers/common/treeExplorerViewModel';
export interface IEnvironment {
isBuilt: boolean;
appSettingsHome: string;
disableExtensions: boolean;
userExtensionsHome: string;