Skip to content

Commit 0ed6353

Browse files
committed
chore(release-vscode): 18.44.2
1 parent 34c8ea2 commit 0ed6353

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

apps/vscode/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [18.44.2](https://github.com/nrwl/nx-console/compare/vscode-v18.44.1...vscode-v18.44.2) (2025-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **nxls:** make runLinkId nullable for cloud future compat ([#2455](https://github.com/nrwl/nx-console/issues/2455)) ([be05f23](https://github.com/nrwl/nx-console/commit/be05f23a18b0f6e0f79e1bfc92173cda4c9e2fee))
7+
* **vscode:** catch one more undefined tsconfig case ([#2459](https://github.com/nrwl/nx-console/issues/2459)) ([74ecf28](https://github.com/nrwl/nx-console/commit/74ecf28f1ada997d50f821e83b0c5d08cf0baa05))
8+
* **vscode:** catch potential errors importing from nx paths ([#2461](https://github.com/nrwl/nx-console/issues/2461)) ([bffb4c2](https://github.com/nrwl/nx-console/commit/bffb4c2b11728ed30a3521c8e90cf03310f9fd6d))
9+
* **vscode:** include local plugins in tool result & hide community plugins for now ([#2454](https://github.com/nrwl/nx-console/issues/2454)) ([7271fc5](https://github.com/nrwl/nx-console/commit/7271fc5ff834a930ed90ed73ae68a27ac2d032e5))
10+
111
## [18.44.1](https://github.com/nrwl/nx-console/compare/vscode-v18.44.0...vscode-v18.44.1) (2025-03-26)
212

313

apps/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-console",
33
"displayName": "Nx Console",
4-
"version": "18.44.1",
4+
"version": "18.44.2",
55
"description": "The UI for Monorepos, providing visual workflows and enriching your AI Chat with deep insights",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)