Skip to content

Commit b2ae2cb

Browse files
committed
chore(release-vscode): 18.42.0
1 parent 05c779c commit b2ae2cb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

apps/vscode/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [18.42.0](https://github.com/nrwl/nx-console/compare/vscode-v18.41.1...vscode-v18.42.0) (2025-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **nxls:** repair generator reading with schematics/collection.json ([#2419](https://github.com/nrwl/nx-console/issues/2419)) ([2721f31](https://github.com/nrwl/nx-console/commit/2721f31fdf37de498b0138ef85c8eecc0d6662a1))
7+
* use nx binary directly in graph & shut down correctly in vscode ([#2423](https://github.com/nrwl/nx-console/issues/2423)) ([88a054e](https://github.com/nrwl/nx-console/commit/88a054e93bfefbb4a95963c781e5205ef3c02eb4))
8+
* **vscode:** shut down graph with SIGINT to propagate signals ([#2425](https://github.com/nrwl/nx-console/issues/2425)) ([fe2680f](https://github.com/nrwl/nx-console/commit/fe2680f815300c0b9f1b25d0c099bac62f913c2d))
9+
* **vscode:** tweak mcp impl ([#2426](https://github.com/nrwl/nx-console/issues/2426)) ([1f1f3e8](https://github.com/nrwl/nx-console/commit/1f1f3e888492a21744f63b113303a93e94ffd8bb))
10+
11+
12+
### Features
13+
14+
* add nx mcp ([#2415](https://github.com/nrwl/nx-console/issues/2415)) ([db12e19](https://github.com/nrwl/nx-console/commit/db12e1987167d6ce75692e983383baacae2d818f))
15+
* new projectViewItemProcessors plugin ([#2420](https://github.com/nrwl/nx-console/issues/2420)) ([1d3c3fb](https://github.com/nrwl/nx-console/commit/1d3c3fb85e8f155157530ee1dabbb914e23cf698))
16+
117
## [18.41.1](https://github.com/nrwl/nx-console/compare/vscode-v18.41.0...vscode-v18.41.1) (2025-02-20)
218

319

apps/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-console",
33
"displayName": "Nx Console",
44
"description": "The UI for Nx & Lerna",
5-
"version": "18.41.1",
5+
"version": "18.42.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nrwl/nx-console.git"

0 commit comments

Comments
 (0)