Skip to content

Commit 754078d

Browse files
committed
bump version
1 parent fc90e3c commit 754078d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
### Unreleased
22

3+
### v0.23.0: 3 August 2024
4+
35
#### Improvements
46

5-
- It is possible to restrict `mix.exs` search (projectDir) to the current root folder only, so in multi-root workspace configurations ElixirLS won't start in the outermost containing the `mix.exs` folder
7+
- ElixirLS updated to [v0.23.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0230)
8+
- Added support for remote debugging launch configs (with `attach` request)
9+
- It is possible to restrict `mix.exs` search (projectDir) to the current root folder only, so in multi-root workspace configurations ElixirLS won't start in the outermost containing the `mix.exs` folder - [Vladimir Drobyshevskiy](https://github.com/vheathen)
10+
11+
#### Fixes
12+
13+
- Addressed breaking change introduced in VSCode 1.92 affecting Windows related to CVE-2024-27980 - [Lars Oehnenamen](https://github.com/wheredoipressnow)
614

715
### v0.22.1: 10 July 2024
816

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.22.1",
14+
"version": "0.23.0",
1515
"engines": {
1616
"vscode": "^1.85.0"
1717
},

0 commit comments

Comments
 (0)