Add version to azdata api (#14155)

This commit is contained in:
Charles Gagnon
2021-02-03 17:56:01 -08:00
committed by GitHub
parent bcc73dfbcf
commit 3a89731036
2 changed files with 8 additions and 0 deletions

5
src/sql/azdata.d.ts vendored
View File

@@ -6,6 +6,11 @@
declare module 'azdata' {
import * as vscode from 'vscode';
/**
* The version of the application.
*/
export const version: string;
// EXPORTED NAMESPACES /////////////////////////////////////////////////
/**
* Namespace for Data Management Protocol global methods