Skip to content

Commit

Permalink
Merge pull request #4 from mihaiconstantin:mihaiconstantin/issue2
Browse files Browse the repository at this point in the history
Add `folders` array to `code-workspace` file. Closes #2.
  • Loading branch information
mihaiconstantin committed May 12, 2023
2 parents 075d9ca + fbb32da commit 34b2fb3
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 34b2fb3

Please sign in to comment.