Add azure data provider (#12160)

This commit is contained in:
Charles Gagnon
2020-09-05 01:21:51 -07:00
committed by GitHub
parent 3b2cd653a7
commit 7cbf471913
11 changed files with 195 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
export const extensionConfigSectionName = 'azure';
export const ViewType = 'view';
export const dataGridProviderId = 'azure-resources';
export enum BuiltInCommands {
SetContext = 'setContext'
}