Skip to content

Commit

Permalink
chore(release-vscode): 18.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 3656692 commit a407c8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [18.34.0](https://github.com/nrwl/nx-console/compare/vscode-v18.33.2...vscode-v18.34.0) (2024-12-18)


### Bug Fixes

* **nxls:** provide autocomplete only for plugins that contain nx ([#2365](https://github.com/nrwl/nx-console/issues/2365)) ([d94aa70](https://github.com/nrwl/nx-console/commit/d94aa70971ec074f62e8ac5d862e1c6295ac8dca))
* **vscode:** handle non-atomized file paths gracefully ([#2373](https://github.com/nrwl/nx-console/issues/2373)) ([b37f4da](https://github.com/nrwl/nx-console/commit/b37f4dae35caae45b9a455f994a2f540c5ae39b0))
* **vscode:** subscribe to project graph updates in atomizer codelens provider ([#2372](https://github.com/nrwl/nx-console/issues/2372)) ([4949292](https://github.com/nrwl/nx-console/commit/4949292c5953358ba39af8a628d2b47e52518864))


### Features

* **nxls:** add namedInputs target links & fix namedInputs completion in nx.json ([#2368](https://github.com/nrwl/nx-console/issues/2368)) ([6a18b68](https://github.com/nrwl/nx-console/commit/6a18b6814a057b89719f268c463f70d08973a0ce))
* **vscode:** add atomizer codelenses ([#2370](https://github.com/nrwl/nx-console/issues/2370)) ([68fccde](https://github.com/nrwl/nx-console/commit/68fccde92133475e264b61ccbe67f8314f3046f3))
* **vscode:** show project graph error message in projects view ([#2371](https://github.com/nrwl/nx-console/issues/2371)) ([8935212](https://github.com/nrwl/nx-console/commit/89352120a6b887edb850e1c09a3027656973b637))

## [18.33.2](https://github.com/nrwl/nx-console/compare/vscode-v18.33.1...vscode-v18.33.2) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-console",
"displayName": "Nx Console",
"description": "The UI for Nx & Lerna",
"version": "18.33.2",
"version": "18.34.0",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-console.git"
Expand Down

0 comments on commit a407c8b

Please sign in to comment.