Skip to content

Commit 1b86337

Browse files
authored
Merge pull request #13 from oslabs-beta/AL/data-to-webview
data-to-webview
2 parents e3080a1 + 260da96 commit 1b86337

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)