Skip to content

Commit cb316ad

Browse files
committed
chore(release-nxls): 1.9.0
1 parent e8e6fec commit cb316ad

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

apps/nxls/CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
## 1.9.0 (2025-12-02)
2+
3+
### 🚀 Features
4+
5+
- **vscode:** add setting to disable file watching in the language server ([#2892](https://github.com/nrwl/nx-console/pull/2892))
6+
- **vscode:** add debug logging setting to vscode & nxls ([#2873](https://github.com/nrwl/nx-console/pull/2873))
7+
- **vscode:** use vscode api to register mcp server & migrate cursor to stdio mcp ([#2650](https://github.com/nrwl/nx-console/pull/2650))
8+
- **intellij:** add self-healing CI support ([#2604](https://github.com/nrwl/nx-console/pull/2604))
9+
- add migrate ui to vscode ([#2463](https://github.com/nrwl/nx-console/pull/2463))
10+
- add mcp and copilot support for cipe details ([#2469](https://github.com/nrwl/nx-console/pull/2469))
11+
- add nx mcp ([#2415](https://github.com/nrwl/nx-console/pull/2415))
12+
- **nxls:** decouple daemon lifecycle from nxls lifecycle ([#2339](https://github.com/nrwl/nx-console/pull/2339))
13+
- add recent cipe view & notifications ([#2322](https://github.com/nrwl/nx-console/pull/2322))
14+
- **nxls:** allow nxls to kill itself after 3h of inactivity to prevent background resource usage ([#2307](https://github.com/nrwl/nx-console/pull/2307))
15+
- refactor PDV to get data directly from nxls & apply in intellij ([#2254](https://github.com/nrwl/nx-console/pull/2254))
16+
- **vscode:** create nx cloud onboarding view ([#2229](https://github.com/nrwl/nx-console/pull/2229))
17+
- add nx connect action & vscode cloud pane ([#2186](https://github.com/nrwl/nx-console/pull/2186))
18+
- enable partial graphs in nx console & fix bugs ([#2115](https://github.com/nrwl/nx-console/pull/2115))
19+
- nx reset & restart nxls on manual refresh ([#2097](https://github.com/nrwl/nx-console/pull/2097))
20+
- **nxls:** use daemon to watch files ([#2067](https://github.com/nrwl/nx-console/pull/2067))
21+
- add autocomplete to nx.json plugins ([#2061](https://github.com/nrwl/nx-console/pull/2061))
22+
- go to executor definition ([#1962](https://github.com/nrwl/nx-console/pull/1962))
23+
- **vscode:** show codelenses in config files that create targets ([#2001](https://github.com/nrwl/nx-console/pull/2001))
24+
- add project details preview ([#1957](https://github.com/nrwl/nx-console/pull/1957))
25+
- use nx native watcher & rework refreshing ([#1949](https://github.com/nrwl/nx-console/pull/1949))
26+
- **generate-ui:** add cwd handling & prefilling ([#1904](https://github.com/nrwl/nx-console/pull/1904))
27+
- **vscode:** add show affected graph action & fix graph zooming ([#1883](https://github.com/nrwl/nx-console/pull/1883))
28+
- write internal git clean startup message plugin & display startup messages in intellij ([#1869](https://github.com/nrwl/nx-console/pull/1869))
29+
- move plugins to lsp & write internal projectRootAndNameFormat plugin ([#1860](https://github.com/nrwl/nx-console/pull/1860))
30+
- refactor & add folder view to jetbrains toolwindow ([#1814](https://github.com/nrwl/nx-console/pull/1814))
31+
- add generator context & refactor large parts ([#1776](https://github.com/nrwl/nx-console/pull/1776))
32+
- support nx 16.3 ([#1752](https://github.com/nrwl/nx-console/pull/1752))
33+
34+
### 🩹 Fixes
35+
36+
- **nxls:** stop native watcher events from being sent after shutdown ([#2746](https://github.com/nrwl/nx-console/pull/2746))
37+
- **nxls:** add watcher debounce & await native watcher stop ([#2706](https://github.com/nrwl/nx-console/pull/2706))
38+
- improve nx-mcp & nxls exit handlers ([#2688](https://github.com/nrwl/nx-console/pull/2688))
39+
- **vscode:** repair socket & route task retrieval through ideProvider ([#2674](https://github.com/nrwl/nx-console/pull/2674))
40+
- improve misc cloud onboarding things ([#2656](https://github.com/nrwl/nx-console/pull/2656))
41+
- **nxls:** repair generatorOptions request in node 22 ([#2407](https://github.com/nrwl/nx-console/pull/2407))
42+
- **nxls:** handle broken nx.json better in nxls requests ([#2399](https://github.com/nrwl/nx-console/pull/2399))
43+
- **nxls:** clean up connection & ipc channel when shutting down nxls to prevent it from staying open ([#2353](https://github.com/nrwl/nx-console/pull/2353))
44+
- drop dependency on @nx/native packages in favor of loading from local node_modules ([#2349](https://github.com/nrwl/nx-console/pull/2349))
45+
- **nxls:** enable project.json completion for properties in package.json#nx ([#2340](https://github.com/nrwl/nx-console/pull/2340))
46+
- use project graph-aware devkit util when splitting targets ([#2330](https://github.com/nrwl/nx-console/pull/2330))
47+
- disable nxls auto-shutdown & tweak cloud notifications ([#2338](https://github.com/nrwl/nx-console/pull/2338))
48+
- kill entire process tree when shutting down nxls & vscode ([#2288](https://github.com/nrwl/nx-console/pull/2288))
49+
- **nxls:** dynamically read nx.json schema during schema setup ([#2221](https://github.com/nrwl/nx-console/pull/2221))
50+
- **nxls:** load .env files in language server to make sure daemon client has access to them ([#2158](https://github.com/nrwl/nx-console/pull/2158))
51+
- **nxls:** lazily import @parcel/watcher to avoid issues ([#2140](https://github.com/nrwl/nx-console/pull/2140))
52+
- refactor graph integration to use partial graphs & handle errors ([#2117](https://github.com/nrwl/nx-console/pull/2117))
53+
- add option to reset the daemon from the project detail view ([#2029](https://github.com/nrwl/nx-console/pull/2029))
54+
- **nxls:** attempt to reconfigure nxls after error with backoff ([094a17c0f](https://github.com/nrwl/nx-console/commit/094a17c0f))
55+
- improve broken project graph error handling across the board ([#2007](https://github.com/nrwl/nx-console/pull/2007))
56+
- **vscode:** show pdv open to side button on all files that define a project ([#1999](https://github.com/nrwl/nx-console/pull/1999))
57+
- **nxls:** enable target autocomplete for pcv3 projects ([#1992](https://github.com/nrwl/nx-console/pull/1992))
58+
- automatically repair graph server when it errors in vscode ([#1985](https://github.com/nrwl/nx-console/pull/1985))
59+
- **repo): Revert "chore(repo:** update nx to 17.0.0-rc.3 " ([#1913](https://github.com/nrwl/nx-console/pull/1913), [#1926](https://github.com/nrwl/nx-console/pull/1926))
60+
- add better empty states to project view/toolwindow ([#1833](https://github.com/nrwl/nx-console/pull/1833))
61+
- enable gutter actions in project.json without name & refactor project by path request ([#1822](https://github.com/nrwl/nx-console/pull/1822))
62+
- update @parcel/watcher for more prebuilt binaries ([#1803](https://github.com/nrwl/nx-console/pull/1803))
63+
64+
### ❤️ Thank You
65+
66+
- Jack Hsu @jaysoo
67+
- Jonathan Cammisuli @Cammisuli
68+
- Max Kless
69+
- MaxKless @MaxKless
70+
- Michal Jez @MJez29
71+
172
# [1.8.0](https://github.com/nrwl/nx-console/compare/nxls-v1.7.0...nxls-v1.8.0) (2023-04-28)
273

374

apps/nxls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nxls",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"main": "main.js",
55
"bin": "bin/nxls",
66
"license": "MIT",

0 commit comments

Comments
 (0)