Skip to content

Commit 48fdeba

Browse files
committed
Updates release notes for PR #18
1 parent ee43215 commit 48fdeba

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.release-notes/18.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.release-notes/next-release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ Added a new configuration option `pony.lsp.executable` to specify a custom path
1313

1414
`pony-lsp` 0.61.0 or above is now required. This version automatically locates the Pony standard library, so the `pony.ponyStdLibPath` setting has been removed. If you have this set in your `settings.json`, you can safely remove it.
1515

16+
## Add `pony-lsp.defines` and `pony-lsp.ponypath` configuration options
17+
18+
Two new configuration options are available for the Pony language server:
19+
20+
- `pony-lsp.defines`: an array of compilation defines passed to `pony-lsp`, equivalent to the `-D` flag of `ponyc`.
21+
- `pony-lsp.ponypath`: an array of paths added to the package search paths of `pony-lsp`, equivalent to the `PONYPATH` environment variable.
22+

0 commit comments

Comments
 (0)