We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d8908 commit 6a281cbCopy full SHA for 6a281cb
extension.js
@@ -11,7 +11,6 @@ function activate(context) {
11
open();
12
});
13
var openFromMenuCommand = vscode.commands.registerCommand('extension.openInBrowserFromMenu', function (fileUrl) {
14
- var fileUrl = fileUrl;
15
openByMenu(fileUrl.fsPath);
16
17
0 commit comments