Skip to content

nxls-v1.8.0

Choose a tag to compare

@Cammisuli Cammisuli released this 28 Apr 11:26
· 950 commits to master since this release

1.8.0 (2023-04-28)

Bug Fixes

  • generate-ui: handle multiple default values for generate ui (#1684) (2529b56)
  • handle nxls startup errors (#1649) (da9ed6e)
  • make sure first positional args are in the right order & fallback to old sorting (#1541) (9b1a53e)
  • nxls: also check sourceRoot when getting project by path (#1554) (65a5b09)
  • nxls: debounce @parcel/watcher to avoid race conditions (#1620) (96f91fa)
  • nxls: distinguish projects that are substrings of one another (#1610) (a404c00)
  • nxls: do not include workspace layout in directory context for generate calls (#1577) (340c2a3)
  • nxls: do not output exec to stdio (#1644 (f0f112c)
  • nxls: don't default appsDir and libsDir (#1562) (e022c7c)
  • nxls: handle daemon better (#1615) (0216d0c)
  • nxls: handle the daemon output so that stdout isnt polluted (#1698) (cf3f93f)
  • nxls: make passing generator optional when calculating generator context (#1551) (3c4ff27)
  • nxls: read node_modules from encapsulated nx (#1566) (7f5cdf2)
  • nxls: support running under node 14 (#1679) (a6e91a5)
  • nxls: temporarily disable daemon (0570f53)
  • nxls: use workspaceFolders before rootUri for better Windows path compatibility (#1639) (2a5a07e)
  • nxls: use the schema.json for the workspace generator collection path (#1691) (10574c1)
  • revert back to parcel/watcher@2.0.7 (076705f)
  • serialize output messages with payloadType (#1687) (055477f)
  • vscode: copy generate ui to vscode dist (74a36c7)

Features