From a407c8b19d5c95c6a3474364e6b62c32b1b2fa1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 12:15:59 +0100 Subject: [PATCH] chore(release-vscode): 18.34.0 --- apps/vscode/CHANGELOG.md | 16 ++++++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 2227206cad..7b646eb357 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -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) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index d9be3bc660..e7a0fecd3e 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -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"