mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
normalize sql carbon tag (#14445)
This commit is contained in:
@@ -228,7 +228,7 @@ export class TreeViewDataProvider implements ITreeViewDataProvider {
|
||||
}
|
||||
|
||||
protected async postGetChildren(elements: ITreeItem[]): Promise<ITreeItem[]> { // {{SQL CARBON EDIT}} For use by Component Tree View
|
||||
const result: ITreeItem[] = []; //{{SQL CARBON EDIT}}
|
||||
const result: ITreeItem[] = []; // {{SQL CARBON EDIT}}
|
||||
const hasResolve = await this.hasResolve;
|
||||
if (elements) {
|
||||
for (const element of elements) {
|
||||
|
||||
Reference in New Issue
Block a user