Skip to content

Releases: nrwl/nx-console

vscode-v18.40.0

18 Feb 18:37
9fc2e04
Compare
Choose a tag to compare

What's Changed

  • feat(vscode): upgrade required vscode version by @MaxKless in #2409
  • fix(vscode): switch telemetry reporting param to "kind" by @MaxKless in #2408
  • fix(nxls): repair generatorOptions request in node 22 by @MaxKless in #2407

Full Changelog: vscode-v18.39.0...vscode-v18.40.0

vscode-v18.39.0

17 Feb 14:24
d1f9bb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: vscode-v18.38.0...vscode-v18.39.0

vscode-v18.38.0

12 Feb 16:40
26afc0e
Compare
Choose a tag to compare

What's Changed

  • feat(vscode): allow copilot integration to specify cwd when running generators by @MaxKless in #2398
  • fix(nxls): handle broken nx.json better in nxls requests by @MaxKless in #2399
  • fix: add debug mode in vscode by @MaxKless in #2400

Full Changelog: vscode-v18.37.0...vscode-v18.38.0

vscode-v18.37.0

11 Feb 17:54
Compare
Choose a tag to compare

What's Changed

  • chore(repo): add nx sync:check to precommit hook by @MaxKless in #2396
  • chore(repo): reorder ci steps to start up agents faster by @MaxKless in #2397
  • feat(vscode): add /generate command to copilot participant by @MaxKless in #2395

Full Changelog: vscode-v18.36.0...vscode-v18.37.0

vscode-v18.36.0

07 Feb 17:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: vscode-v18.35.0...vscode-v18.36.0

vscode-v18.35.0

17 Jan 13:41
22cea0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: vscode-v18.34.0...vscode-v18.35.0

vscode-v18.34.0

18 Dec 11:20
Compare
Choose a tag to compare

What's Changed

  • fix(nxls): provide autocomplete only for plugins that contain nx by @MaxKless in #2365
  • fix(intellij): use refresh service directly and avoid going through actionPerformed by @MaxKless in #2366
  • chore(repo): upgrade agent setup steps version by @rarmatei in #2367
  • feat(nxls): add namedInputs target links & fix namedInputs completion in nx.json by @MaxKless in #2368
  • feat(vscode): add atomizer codelenses by @MaxKless in #2370
  • fix(vscode): subscribe to project graph updates in atomizer codelens provider by @MaxKless in #2372
  • fix(vscode): handle non-atomized file paths gracefully by @MaxKless in #2373
  • feat(vscode): show project graph error message in projects view by @MaxKless in #2371

Full Changelog: vscode-v18.33.2...vscode-v18.34.0

vscode-v18.33.2

16 Dec 11:14
Compare
Choose a tag to compare

What's Changed

  • fix(nxls): clean up connection & ipc channel when shutting down nxls to prevent it from staying open by @MaxKless in #2353
  • fix(nxls): always provide at least empty project graph object by @MaxKless in #2358
  • fix(vscode): make sure only one refresh progress indicator is shown per location by @MaxKless in #2359
  • fix(vscode): show project details codelens above package.json#nx if it exists by @MaxKless in #2361
  • fix(intellij): improve behaviour when 0 or 1 generators are available by @MaxKless in #2362
  • fix(vscode): slow down recent cipe polling after auth error by @MaxKless in #2360

Full Changelog: vscode-v18.33.1...vscode-v18.33.2

vscode-v18.33.1

10 Dec 14:30
Compare
Choose a tag to compare

What's Changed

  • fix(nxls): enable project.json completion for properties in package.json#nx by @MaxKless in #2340
  • fix: increase window for finding recent commits to a week instead of a day by @MaxKless in #2342
  • fix(vscode): adjust wording of cloud view actions by @MaxKless in #2344
  • fix: make sure default branch is always filtered out when getting recent cipes by @MaxKless in #2346
  • feat(nxls): decouple daemon lifecycle from nxls lifecycle by @MaxKless in #2339
  • fix(nxls): use native watcher right away when daemon dies during watch process by @MaxKless in #2351
  • fix(nxls): ignore git logs when getting default branch by @MaxKless in #2350
  • fix(intellij): improve finding Nx configuration files by @MaxKless in #2352
  • fix: drop dependency on @nx/native packages in favor of loading from local node_modules by @MaxKless in #2349
  • chore(vscode): increase rollbar sampling rate by @MaxKless in #2355
  • fix(nxls): only make nx cloud requests if in an nx cloud workspace by @MaxKless in #2356

Full Changelog: vscode-v18.32.0...vscode-v18.33.1

vscode-v18.32.0

04 Dec 15:19
Compare
Choose a tag to compare

What's Changed

  • feat(vscode): add standalone project details codelens by @MaxKless in #2329
  • refactor: use project graph data structure directly by @MaxKless in #2326
  • feat: add recent cipe view & notifications by @MaxKless in #2322
  • feat: also track current nx console version in rollbar by @MaxKless in #2332
  • fix(vscode): handle tree items being undefined due to timing issue by @MaxKless in #2333
  • fix: check daemonClient.enabled() before using it by @MaxKless in #2331
  • refactor: common getPackageManagerCommand util with try/catch for older nx versions by @MaxKless in #2334
  • fix: disable nxls auto-shutdown & tweak cloud notifications by @MaxKless in #2338
  • fix: use project graph-aware devkit util when splitting targets by @MaxKless in #2330

Full Changelog: vscode-v18.31.1...vscode-v18.32.0