nx-console
nx-console copied to clipboard
Nx Console is the user interface for Nx & Lerna.
## Description Only `project` schema property name triggers autocomplete for all workspace projects within nx-console. ## Motivation Our custom generators are using `name` property in generator schemas. That `name` is...
If we already have an nx serve instance running and again click the "serve arrow" in the ui we get two options, "Restart Task" or "Terminate Task". Would be nice...
## Current Behavior Every time I save some file in the IDE (WebStorm), a prompt/terminal window (Windows 10) appears and disappears, and sometimes takes focus away from the text editor...
## Current Behavior Tons of errors like this one are being thrown by the language server, when a path is defined with an asterisk. [{ "resource": "/Users/tally/dev/nx-tsconfig/app1/tsconfig.json", "owner": "typescript", "severity":...
based on prior https://github.com/nrwl/nx-console/issues/2167 continues to fail Webstorm subsequently freezes and hangs, not a thing is even clickable on the webstorm app it remains hung right now. Have to force...
Before, the nx.json schema was hard-copied from the nx repo from time to time, which caused issues with version mismatches and outdated properties. Now, if there's no `$schema` property specified...
## Current Behavior Nx-related VSCode processes remains not disposed after closing VSCode. ## Expected Behavior I expect no Nx-related processes after closing VSCode. ## Steps to Reproduce * Generate an...
## Current Behavior The VSCode extension for NX Console is utilising >100% CPU, constantly. When investigating what are behind these heavy pids, it is: - `/extensions/nrwl.angular-console-18.24.1/nxls/main.js` - `/extensions/nrwl.angular-console-18.21.4/nxls/main.js` It also...