Skip to content

Commit

Permalink
Fix: add folders array to code-workspace file
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
mihaiconstantin committed May 12, 2023
1 parent 075d9ca commit fbb32da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/apa/manuscript.code-workspace
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.rulers": [
{ "column": 80, "color": "#64646449" },
Expand Down

0 comments on commit fbb32da

Please sign in to comment.