Skip to content

Commit

Permalink
Add peggy.code-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
markw65 committed Dec 9, 2023
1 parent f2c271f commit 964ea8e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ yarn.lock
.nyc_output
*.map
docs/_site
.vscode/
17 changes: 17 additions & 0 deletions peggy.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"eslint.format.enable": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"peggyjs.peggy-language"
]
}
}

0 comments on commit 964ea8e

Please sign in to comment.