Skip to content

Commit

Permalink
Merge pull request #4 from MikeiLL/patch-3
Browse files Browse the repository at this point in the history
Update editor.md
  • Loading branch information
Rosuav authored Feb 14, 2024
2 parents ae89435 + 7662edd commit 61b7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ template) and add this inside the `"tasks"` array:
{
"label": "Choc Autoimport",
"type": "shell",
"command": "chocimport --fix ${file}"
"command": "chocimport --fix \"${file}\""
}

It is then available in the tasks menu, and can be assigned a keybinding, for
Expand Down

0 comments on commit 61b7999

Please sign in to comment.