Skip to content

Commit

Permalink
Small fixes for lox example.
Browse files Browse the repository at this point in the history
  • Loading branch information
insafuhrmann committed Dec 18, 2024
1 parent 54b0191 commit c79f035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
],
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/examples/lox/out/**/*.js"
"${workspaceFolder}/examples/lox/out/**/*.js",
"${workspaceFolder}/examples/lox/node_modules/langium/**/*.js"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/lox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
],
"main": "./out/extension/main.cjs",
"bin": {
"ox-cli": "out/cli/main.js"
"lox-cli": "out/cli/main.js"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c79f035

Please sign in to comment.