Skip to content

Commit

Permalink
fix: Update open_vscode command in Action class
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Feb 24, 2024
1 parent fdace93 commit 3bc9546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spkg/action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def new(self, name, is_cli, create_ci, open_vscode):

if open_vscode:
self.log.info("Opening in Visual Studio Code.")
run(["code", "."])
run("code .", shell=True)

0 comments on commit 3bc9546

Please sign in to comment.