mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 11:03:18 -04:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -18,7 +18,8 @@ export interface IProductConfiguration {
|
||||
downloadUrl: string;
|
||||
updateUrl?: string;
|
||||
quality?: string;
|
||||
commit: string;
|
||||
commit?: string;
|
||||
settingsSearchBuildId?: number;
|
||||
date: string;
|
||||
extensionsGallery: {
|
||||
serviceUrl: string;
|
||||
@@ -26,7 +27,7 @@ export interface IProductConfiguration {
|
||||
};
|
||||
extensionTips: { [id: string]: string; };
|
||||
extensionImportantTips: { [id: string]: { name: string; pattern: string; }; };
|
||||
exeBasedExtensionTips: { [id: string]: string; };
|
||||
exeBasedExtensionTips: { [id: string]: any; };
|
||||
extensionKeywords: { [extension: string]: string[]; };
|
||||
extensionAllowedBadgeProviders: string[];
|
||||
keymapExtensionTips: string[];
|
||||
@@ -86,4 +87,4 @@ if (process.env['VSCODE_DEV']) {
|
||||
product.dataFolderName += '-dev';
|
||||
}
|
||||
|
||||
export default product;
|
||||
export default product;
|
||||
|
||||
Reference in New Issue
Block a user