mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add disabled features option (#8678)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user