Add Arc Resources to Azure view (#9271)

* Initial work

* Add setting change handler

* Fix tests

* Update loc names and add preview tag

* Remove TODOs
This commit is contained in:
Charles Gagnon
2020-02-24 08:15:27 -08:00
committed by GitHub
parent de5f1eb780
commit 10b681b3c8
20 changed files with 347 additions and 22 deletions

View File

@@ -138,6 +138,10 @@ export class ApiWrapper {
return this.getConfiguration(constants.extensionConfigSectionName);
}
public get onDidChangeConfiguration(): vscode.Event<vscode.ConfigurationChangeEvent> {
return vscode.workspace.onDidChangeConfiguration;
}
/**
* Parse uri
*/