Skip to content

Commit

Permalink
Merge pull request #7 from a6h15hek/bug/code-command-not-working
Browse files Browse the repository at this point in the history
code command fixed
  • Loading branch information
a6h15hek authored Jan 26, 2025
2 parents 1126d1c + 23e31e8 commit 3cfc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const DefaultYMLContent = `# Pancake Configuration File.
home: $HOME/pancake # For MacOS & Linux
#home: '%userprofile%/pancake' # For Windows
code_editor: code # Preferred code editor (code -> VS Code, idea -> IntelliJ IDE)
code_editor: code . # Preferred code editor (code -> VS Code, idea -> IntelliJ IDE)
tools:
- tree
projects:
Expand Down

0 comments on commit 3cfc514

Please sign in to comment.