mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 21:00:30 -04:00
Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d (#5949)
* Merge from vscode 81d7885dc2e9dc617e1522697a2966bc4025a45d * Fix vs unit tests and hygiene issue * Fix strict null check issue
This commit is contained in:
@@ -10,8 +10,13 @@ export const IProductService = createDecorator<IProductService>('productService'
|
||||
export interface IProductService {
|
||||
_serviceBrand: any;
|
||||
|
||||
version?: string;
|
||||
version: string;
|
||||
commit?: string;
|
||||
|
||||
nameLong: string;
|
||||
urlProtocol: string;
|
||||
extensionAllowedProposedApi: string[];
|
||||
uiExtensions?: string[];
|
||||
|
||||
enableTelemetry: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user