add disabled features option (#8678)

This commit is contained in:
Anthony Dresser
2020-01-21 16:51:57 -08:00
committed by GitHub
parent 13d4ab22b1
commit f22dacadbe
4 changed files with 21 additions and 10 deletions

View File

@@ -56,6 +56,7 @@ export interface IProductConfiguration {
readonly recommendedExtensionsByScenario: { [area: string]: Array<string> }; // {{SQL CARBON EDIT}}
readonly vscodeVersion: string; // {{SQL CARBON EDIT}} add vscode version
readonly gettingStartedUrl: string; // {SQL CARBON EDIT}
readonly disabledFeatures?: string[]; // {{SQL CARBON EDIT}}
readonly crashReporter?: {
readonly companyName: string;