Skip to content

Commit

Permalink
Merge pull request peggyjs#432 from markw65/peggy-code-workspace
Browse files Browse the repository at this point in the history
Add peggy.code-workspace
  • Loading branch information
hildjj authored Dec 10, 2023
2 parents 076916c + e8d61a9 commit a0d7a3b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
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/
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rollup.config.mjs
src
test
tools
tsconfig.json
tsconfig*.json
web-test/
yarn.lock
peggy.code-workspace
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Released: TBD

### Minor Changes

- [#432](https://github.com/peggyjs/peggy/pull/432) Add peggy.code-workspace
- [#451](https://github.com/peggyjs/peggy/pull/451) Make stack.js ts clean
- [#439](https://github.com/peggyjs/peggy/pull/439) Make peg$computePosDetails a little faster
- [#437](https://github.com/peggyjs/peggy/pull/437) Better type checking for visitor
Expand Down
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 a0d7a3b

Please sign in to comment.