Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
katsoohoo committed Feb 16, 2022
1 parent 95caba6 commit 279a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function activate(context: ExtensionContext) {
let disposable = commands.registerCommand(
"treeview-extension.deleteItem",
async () => {
// Workaround for bug
// Workaround for bug when selecting and deleting last child node
// await treeView.reveal(treeViewProvider.parent, {
// focus: true
// });
Expand Down

0 comments on commit 279a294

Please sign in to comment.