Skip to content

Commit 260da96

Browse files
committed
Co-authored-by: ChristinaRaether <ChristinaRaether@users.noreply.github.com>
Co-authored-by: Louis <Louka3@users.noreply.github.com>
1 parent e3080a1 commit 260da96

File tree

5 files changed

+306
-60
lines changed

5 files changed

+306
-60
lines changed

extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ function activate(context) {
2222
const tree = new Parser(fileArray[0].path);
2323
tree.parse();
2424
const data = tree.getTree();
25-
console.log('Data sent back: ', data)
25+
// console.log('Data sent back: ', data);
26+
createPanel(context, data);
2627
});
27-
2828
context.subscriptions.push(disposable, result);
2929
}
3030

0 commit comments

Comments
 (0)