Skip to content

Commit

Permalink
Merge pull request #33 from schultyy/bump-vscode-version
Browse files Browse the repository at this point in the history
Bump vscode version
  • Loading branch information
Jan Schulte committed Mar 9, 2021
2 parents 3649939 + ce2b703 commit a8aa2dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"version": "1.5.0",
"icon": "resources/better_seo.png",
"engines": {
"vscode": "^1.53.0"
"vscode": "^1.54.0"
},
"categories": [
"Other"
Expand Down
1 change: 0 additions & 1 deletion src/treeProvider.ts
Expand Up @@ -21,7 +21,6 @@ export default class TreeProvider implements TreeDataProvider<ResultsTreeItem> {
return element;
}
getChildren(element?: Finding): ProviderResult<ResultsTreeItem[]> {
console.log(element);
if(!element) {
const frontmatter = new HeaderItem('Frontmatter', this, TreeItemCollapsibleState.Expanded);
const body = new HeaderItem('Body', this, TreeItemCollapsibleState.Expanded);
Expand Down

0 comments on commit a8aa2dd

Please sign in to comment.