Skip to content

Commit

Permalink
Minor change to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flengyel committed Jun 22, 2023
1 parent 9d8c1c3 commit 56e2446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ export function activate(context: vscode.ExtensionContext): void {
const provider = new ZettelViewTreeDataProvider(workspaceRoot);
vscode.window.registerTreeDataProvider('zettelView', provider);

// In case we would like to operate on the tree view...
// this is a redesign
// In case we would like to operate on the tree view... a redesdohm
// this.ftpViewer = vscode.window.createTreeView('ftpExplorer', { treeDataProvider });

vscode.commands.registerCommand('zettelView.refreshEntry', () => provider.refresh());
Expand Down

0 comments on commit 56e2446

Please sign in to comment.