monaco-languageclient 9.2.0-next.5 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this npm module are documented in this file.
|
|
4
4
|
|
|
5
|
-
## [9.2.0
|
|
6
|
-
|
|
7
|
-
-
|
|
5
|
+
## [9.2.0] - 2025-01-31
|
|
6
|
+
|
|
7
|
+
- Update to monaco-vscode-api v13 [#836](https://github.com/TypeFox/monaco-languageclient/pull/829)
|
|
8
|
+
- Updated all `@codingame/monaco-vscode` packages to `13.1.1`.
|
|
9
|
+
- Breaking changes not in this API, but when using `@monaco-vscode-api`:
|
|
10
|
+
- `@codingame/monaco-vscode-api` should not be installed as vscode anymore
|
|
11
|
+
- `@codingame/monaco-vscode-extension-api` can optionally be installed as `vscode` to use the extension api from the main thread
|
|
12
|
+
- Some imports should be updated:
|
|
13
|
+
- `vscode/*` => `@codingame/monaco-vscode-api/*`
|
|
14
|
+
- `vscode/services` => `@codingame/monaco-vscode-api`
|
|
8
15
|
|
|
9
16
|
## [9.1.1] - 2025-01-20
|
|
10
17
|
|