Skip to content

Commit beb569c

Browse files
committed
Rotate release notes as part of the 0.3.0 release
1 parent 12570d5 commit beb569c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.release-notes/0.3.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Add the Pony icon to the VS Code extension
2+
3+
Users now see the Pony icon when viewing the extension in Visual Studio Code.
4+
## Ensure only one Pony status bar item is displayed
5+
6+
In some error scenarios, two Pony status bar items were created and displayed to the user. This is now fixed.
7+
8+
## Add configurable LSP executable path
9+
10+
Added a new configuration option `pony.lsp.executable` to specify a custom path to the Pony language server executable. If not set, the extension falls back to searching for `pony-lsp` on the system PATH as before.
11+
12+
## Require pony-lsp 0.61.0+
13+
14+
`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.
15+
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+

.release-notes/next-release.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +0,0 @@
1-
## Add the Pony icon to the VS Code extension
2-
3-
Users now see the Pony icon when viewing the extension in Visual Studio Code.
4-
## Ensure only one Pony status bar item is displayed
5-
6-
In some error scenarios, two Pony status bar items were created and displayed to the user. This is now fixed.
7-
8-
## Add configurable LSP executable path
9-
10-
Added a new configuration option `pony.lsp.executable` to specify a custom path to the Pony language server executable. If not set, the extension falls back to searching for `pony-lsp` on the system PATH as before.
11-
12-
## Require pony-lsp 0.61.0+
13-
14-
`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.
15-
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)