mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user