Skip to content

Commit

Permalink
fix: create project didn't always open explorer
Browse files Browse the repository at this point in the history
Devices in explorer would be targetted for "create project"
  • Loading branch information
jakobrosenberg committed Mar 11, 2022
1 parent bace03d commit beddcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class Commands {
canSelectMany: false,
openLabel: "Use this folder",
title: "Create new Pymakr project",
defaultUri: vscode.Uri.file(require("os").homedir()),
});
if (!folder) return;
const projectFolder = await this.commands["pymakr.createProjectInFolder"](folder[0]);
Expand Down

0 comments on commit beddcd5

Please sign in to comment.