Skip to content

Commit

Permalink
fixed simple error
Browse files Browse the repository at this point in the history
  • Loading branch information
muremwa committed Dec 2, 2020
1 parent 3865380 commit aafab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function activate() {
readAndDisplayUrls(projectOne);

// Refresh button
vscode.commands.registerCommand('read-urls.refresh', () => readAndDisplayUrls());
vscode.commands.registerCommand('read-urls.refresh', () => readAndDisplayUrls(projectOne));

// copy for template
vscode.commands.registerCommand('read-urls.copyForTemplate', function (treeItem) {
Expand Down

0 comments on commit aafab81

Please sign in to comment.