Skip to content

Commit 26afc0e

Browse files
committed
chore(release-vscode): 18.38.0
1 parent feda3e1 commit 26afc0e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

apps/vscode/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [18.38.0](https://github.com/nrwl/nx-console/compare/vscode-v18.37.0...vscode-v18.38.0) (2025-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add debug mode in vscode ([#2400](https://github.com/nrwl/nx-console/issues/2400)) ([2324c95](https://github.com/nrwl/nx-console/commit/2324c959dccee246ad6dc3161ff995cdd2f0e03a))
7+
* **nxls:** handle broken nx.json better in nxls requests ([#2399](https://github.com/nrwl/nx-console/issues/2399)) ([b631a9d](https://github.com/nrwl/nx-console/commit/b631a9d4823b71f6a605a613bc3df5c96cd24070))
8+
9+
10+
### Features
11+
12+
* **vscode:** allow copilot integration to specify cwd when running generators ([#2398](https://github.com/nrwl/nx-console/issues/2398)) ([f35eee1](https://github.com/nrwl/nx-console/commit/f35eee12f607a0d6dbe2b3656f81afd80db29899))
13+
114
# [18.37.0](https://github.com/nrwl/nx-console/compare/vscode-v18.36.0...vscode-v18.37.0) (2025-02-11)
215

316

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.37.0",
5+
"version": "18.38.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nrwl/nx-console.git"

0 commit comments

Comments
 (0)