add --enable-proposed-api <my.ext>, #25378

This commit is contained in:
Johannes Rieken
2017-04-27 10:53:58 +02:00
parent 405ecd8b43
commit 59c86095fd
5 changed files with 17 additions and 7 deletions

View File

@@ -45,7 +45,8 @@ import { IRange } from 'vs/editor/common/core/range';
import { ISelection } from 'vs/editor/common/core/selection';
export interface IEnvironment {
enableProposedApi: boolean;
enableProposedApiForAll: boolean;
enableProposedApiFor: string | string[];
appSettingsHome: string;
disableExtensions: boolean;
userExtensionsHome: string;