nx-console icon indicating copy to clipboard operation
nx-console copied to clipboard

(Webstorm) The UI window for generators does not work.

Open SvajkaJ opened this issue 1 year ago • 8 comments
trafficstars

Current Behavior

The UI window when using generators does not show form according to schema of the generator. I get some kind of html response back. Nx Console Idea plugin works for me but it is deprecated in favor of this plugin. Nx Console works when generating in CLI.

Failure Logs / Images / Videos

nx_console_failed No other errors show up. I checked idea.log and nothing sticks out.

Environment

  • node: v18.15.0
  • npm: 9.6.7
  • WebStorm: 2023.3.2 (#WS-233.13135.92)
  • Nx Console version: 1.15.1
  • os: win10

I tried to update everything and reinstall but no hope. Do I need to adjust something in webstorm?

SvajkaJ avatar Dec 22 '23 12:12 SvajkaJ

Hey! Thanks for reporting this issue. I can't reproduce it on my windows machine... Could you provide some logs? Go to Help > Diagnostic Tools > Debug Log Settings... and then insert #dev.nx.console:trace. Then paste the idea.log or sections of it when the error happens.

MaxKless avatar Jan 08 '24 11:01 MaxKless

@SvajkaJ As a workaround you can try to use this plugin extension for Nx Console. Install plugin from disk> then choose the zip below.

Nx Console Extensions-0.1.0.zip

It's still work in progress, Feedback is appreciated.

iguissouma avatar Jan 23 '24 20:01 iguissouma

@iguissouma @MaxKless First of all, sorry for responding so late. Secondly, Thank you for reply and help. Everything works after installing the the attached extension. Please, do you know why it works now? Can you explain, please?

Here is my idea.log:
2024-02-05 16:23:02,292 [     12]   INFO - #c.i.p.i.b.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2024-02-05 16:23:02,312 [     32]   INFO - #c.i.u.i.PageCacheUtils - File page caching params:
2024-02-05 16:23:02,312 [     32]   INFO - #c.i.u.i.PageCacheUtils - 	DEFAULT_PAGE_SIZE: 10485760
2024-02-05 16:23:02,312 [     32]   INFO - #c.i.u.i.PageCacheUtils - 	Direct memory to use, max: 2126512128
2024-02-05 16:23:02,313 [     33]   INFO - #c.i.u.i.PageCacheUtils - 	FilePageCache: regular + lock-free (LOCK_FREE_PAGE_CACHE_ENABLED:true)
2024-02-05 16:23:02,314 [     34]   INFO - #c.i.u.i.PageCacheUtils - 	NEW_PAGE_CACHE_MEMORY_FRACTION: 0.20000000298023224
2024-02-05 16:23:02,314 [     34]   INFO - #c.i.u.i.PageCacheUtils - 	Regular FilePageCache: 503316478 bytes
2024-02-05 16:23:02,314 [     34]   INFO - #c.i.u.i.PageCacheUtils - 	New     FilePageCache: 125829122 bytes (+ up to 10.0% overflow)
2024-02-05 16:23:02,315 [     35]   INFO - #c.i.u.i.PageCacheUtils - 	DirectByteBuffers pool: 104857600 bytes
2024-02-05 16:23:02,318 [     38]   INFO - #c.i.p.i.b.AppStarter - JNA library (64-bit) loaded in 21 ms
2024-02-05 16:23:02,320 [     40]   INFO - #c.i.p.i.b.AppStarter - IDE: WebStorm (build #WS-233.13135.92, Tue, 19 Dec 2023 08:14:00 GMT)
2024-02-05 16:23:02,320 [     40]   INFO - #c.i.p.i.b.AppStarter - OS: Windows (10.0)
2024-02-05 16:23:02,321 [     41]   INFO - #c.i.p.i.b.AppStarter - JRE: 17.0.9+7-b1087.9, amd64 (JetBrains s.r.o.)
2024-02-05 16:23:02,321 [     41]   INFO - #c.i.p.i.b.AppStarter - JVM: 17.0.9+7-b1087.9 (OpenJDK 64-Bit Server VM)
2024-02-05 16:23:02,322 [     42]   WARN - #c.i.i.p.PluginManager - <resource-bundle>com.jetbrains.webstorm.WebstormBundle</resource-bundle> tag is found in an xml descriptor included into the platform part of the IDE but the platform part uses predefined bundles (e.g. ActionsBundle for actions) anyway; this tag must be replaced by a corresponding attribute in some inner tags (e.g. by 'resource-bundle' attribute in 'actions' tag)
2024-02-05 16:23:02,325 [     45]   INFO - #c.i.p.i.b.AppStarter - PID: 20512
2024-02-05 16:23:02,326 [     46]   INFO - #c.i.p.i.b.AppStarter - JVM options: [exit, -XX:ErrorFile=C:\Users\<my-user-name>\\java_error_in_webstorm64_%p.log, -XX:HeapDumpPath=C:\Users\<my-user-name>\\java_error_in_webstorm64.hprof, -Xms128m, -Xmx2048m, -XX:ReservedCodeCacheSize=512m, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:+IgnoreUnrecognizedVMOptions, -XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend, -ea, -Dsun.io.useCanonCaches=false, -Dsun.java2d.metal=true, -Djbr.catch.SIGABRT=true, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Djb.vmOptionsFile=C:\Users\<my-user-name>\AppData\Roaming\\JetBrains\\WebStorm2023.3\webstorm64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=WebStorm2023.3, -Djna.boot.library.path=C:\Program Files\JetBrains\WebStorm 2022.2.1/lib/jna/amd64, -Dpty4j.preferred.native.folder=C:\Program Files\JetBrains\WebStorm 2022.2.1/lib/pty4j, -Djna.nosys=true, -Djna.noclasspath=true, -Dintellij.platform.runtime.repository.path=C:\Program Files\JetBrains\WebStorm 2022.2.1/modules/module-descriptors.jar, -Didea.platform.prefix=WebStorm, -Dsplash=true, -Daether.connector.resumeDownloads=false, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.net=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/java.nio.charset=ALL-UNNAMED, --add-opens=java.base/java.text=ALL-UNNAMED, --add-opens=java.base/java.time=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED, --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.base/sun.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.desktop/java.awt=ALL-UNNAMED, --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.event=ALL-UNNAMED, --add-opens=java.desktop/java.awt.image=ALL-UNNAMED, --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.font=ALL-UNNAMED, --add-opens=java.desktop/javax.swing=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED, --add-opens=java.desktop/sun.awt=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED, --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED, --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED, --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED, -Dide.native.launcher=true, -Djcef.sandbox.ptr=00000253DE4BD580]
2024-02-05 16:23:02,326 [     46]   INFO - #c.i.p.i.b.AppStarter - args: 
2024-02-05 16:23:02,327 [     47]   INFO - #c.i.p.i.b.AppStarter - library path: C:\Program Files\JetBrains\WebStorm 2022.2.1\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\PROGRA~2\Oracle\product\19.0.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;c:\Libdir\Lib;C:\Program Files (x86)\Plantronics\Spokes3G\;C:\Program Files\TortoiseGit\bin;C:\Develop\CPP-Toolchain\ccache-4.7.3-windows-x86_64;C:\Develop\CPP-Toolchain\llvm-mingw-x86_64\i686-w64-mingw32\bin;C:\Develop\CPP-Toolchain\clang_grpc-1.20-x86\bin;C:\Program Files\nodejs\;C:\Program Files\CenterTools\DriveLock\;C:\Program Files\Git\cmd;C:\Develop\Git-Tools\bin;C:\Users\<my-user-name>\AppData\Local\Microsoft\WindowsApps;C:\Users\<my-user-name>\AppData\Roaming\npm;.
2024-02-05 16:23:02,327 [     47]   INFO - #c.i.p.i.b.AppStarter - boot library path: C:\Program Files\JetBrains\WebStorm 2022.2.1\jbr\bin
2024-02-05 16:23:02,341 [     61]   INFO - #c.i.p.i.b.AppStarter - locale=en_US JNU=Cp1252 file.encoding=Cp1252
  idea.config.path=C:\Users\<my-user-name>\AppData\Roaming\JetBrains\WebStorm2023.3
  idea.system.path=C:\Users\<my-user-name>\AppData\Local\JetBrains\WebStorm2023.3
  idea.plugins.path=C:\Users\<my-user-name>\AppData\Roaming\JetBrains\WebStorm2023.3\plugins
  idea.log.path=C:\Users\<my-user-name>\AppData\Local\JetBrains\WebStorm2023.3\log
2024-02-05 16:23:02,346 [     66]   INFO - #c.i.p.i.b.AppStarter - CPU cores: 16; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@32eceeb8[Running, parallelism = 15, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@40983810
2024-02-05 16:23:02,367 [     87]   INFO - #c.i.i.p.PluginManager - Module intellij.kotlin.dev is not enabled because dependency org.jetbrains.kotlin is not available
Module intellij.groovy.dev is not enabled because dependency org.intellij.groovy is not available
Module intellij.java.dev is not enabled because dependency com.intellij.java is not available
Module intellij.diagram.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.diagram.java is not enabled because dependency com.intellij.java is not available
Module intellij.sh.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.markdown.frontmatter.toml is not enabled because dependency org.toml.lang is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.searchEverywhereMl.semantics.kotlin is not enabled because dependency org.jetbrains.kotlin is not available
Module intellij.searchEverywhereMl.semantics.java is not enabled because dependency com.intellij.java is not available
Module intellij.httpClient.injection.graphql is not enabled because dependency com.intellij.lang.jsgraphql is not available
Module intellij.swagger.maven is not enabled because dependency org.jetbrains.idea.maven is not available
Module intellij.swagger.java is not enabled because dependency com.intellij.java is not available
Module intellij.grazie.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.grazie.java is not enabled because dependency com.intellij.java is not available
Module intellij.javascript.debugger.javaee is not enabled because dependency com.intellij.javaee is not available
Module intellij.javascript.debugger.nashorn is not enabled because dependency com.intellij.java is not available
Module intellij.javascript.devkit is not enabled because dependency intellij.devkit.core is not available
Module intellij.qodana.jvm.coverage is not enabled because dependency com.intellij.java is not available
Module intellij.qodana.jvm.maven is not enabled because dependency org.jetbrains.idea.maven is not available
Module intellij.qodana.jvm.java is not enabled because dependency com.intellij.java is not available
Module intellij.qodana.jvm.kotlin is not enabled because dependency org.jetbrains.kotlin is not available
Module intellij.qodana.jvm.groovy is not enabled because dependency org.intellij.groovy is not available
Module intellij.qodana.jvm.gradle is not enabled because dependency com.intellij.gradle is not available
Module intellij.qodana.jvm.dev is not enabled because dependency intellij.java.dev is not available
Module intellij.qodana.python is not enabled because dependency Pythonid is not available
Module intellij.qodana.php is not enabled because dependency com.jetbrains.php is not available
Module intellij.qodana.go is not enabled because dependency intellij.go.coverage is not available
Module intellij.nodeJS.remoteInterpreter/docker is not enabled because dependency intellij.clouds.docker.remoteRun is not available
Module intellij.packageChecker.python is not enabled because dependency com.intellij.modules.python is not available
Module intellij.packageChecker.java is not enabled because dependency com.intellij.java is not available
Module intellij.packageChecker.maven is not enabled because dependency intellij.packageChecker.java is not available
Module intellij.packageChecker.gradle is not enabled because dependency intellij.packageChecker.maven is not available
Module intellij.packageChecker.go is not enabled because dependency org.jetbrains.plugins.go is not available
2024-02-05 16:23:02,378 [     98]   WARN - #c.i.i.p.PluginManager - Problems found loading plugins:
The Dev Containers (id=org.jetbrains.plugins.docker.gateway, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\clouds-docker-gateway) plugin Requires plugin 'Docker' to be enabled
2024-02-05 16:23:02,403 [    123]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: Webpack (233.13135.92), Data Editor Support Core (233.13135.92), Settings Sync (233.13135.92), EJS (233.13135.92), File Watchers (233.13135.92), HTTP Client (233.13135.92), Qodana (233.13135.92), Performance Testing (Dynamic Plugins) (233.13135.92), Shared Project Indexes (233.13135.92), Monokai Color Scheme (233.13135.92), Mercurial (233.13135.92), TSLint (233.13135.92), PostCSS (233.13135.92), Polymer & Web Components (233.13135.92), Async Profiler for IDE Performance Testing (233.13135.92), All Hallow's Eve Color Scheme (233.13135.92), Pug (ex-Jade) (233.13135.92), Prettier (233.13135.92), GitHub Color Scheme (233.13135.92), Shared Indexes (233.13135.92), Shell Script (233.13135.92), Remote Development Server (233.13135.92), Live Edit (233.13135.92), Configuration Script (233.13135.92), com.intellij.dev (233.13135.92), VibrantInk Color Scheme (233.13135.92), Git (233.13135.92), EditorConfig (233.13135.92), JavaScript Intention Power Pack (233.13135.92), Terminal (233.13135.92), CSS (233.13135.92), Node.js Remote Interpreter (233.13135.92), Data Editor Support (233.13135.92), Sass (233.13135.92), Grazie Lite (233.13135.92), Diagrams (233.13135.92), WebP Support (233.13135.92), Less (233.13135.92), intellij.platform.ijent.impl (233.13135.92), SSH Remote Run (233.13135.92), Performance Testing (233.13135.92), Time Tracking (233.13135.92), Code With Me (233.13135.92), Charts Support (233.13135.92), GitLab (233.13135.92), Machine Learning in Search Everywhere (233.13135.92), Endpoints (233.13135.92), Machine Learning Code Completion (233.13135.92), Cobalt Color Scheme (233.13135.92), Node.js (233.13135.92), GitHub (233.13135.92), Remote Development Gateway (233.13135.92), HTML Tools (233.13135.92), TextMate Bundles (233.13135.92), Styled Components & Styled JSX (233.13135.92), Blackboard Color Scheme (233.13135.92), JavaScript Debugger (233.13135.92), Next.js Support (233.13135.92), Twilight Color Scheme (233.13135.92), Markdown (233.13135.92), JSONPath (233.13135.92), Copyright (233.13135.92), IDEA CORE (233.13135.92), Terminal for Gateway (233.13135.92), Railscasts Color Scheme (233.13135.92), Task Management (233.13135.92), JavaScript and TypeScript (233.13135.92), WarmNeon Color Scheme (233.13135.92), Images (233.13135.92), FTP/SFTP/WebDAV Connectivity (233.13135.92), OpenAPI Specifications (233.13135.92), Angular and AngularJS (233.13135.92), Package Checker (233.13135.92), Refactor-X (233.13135.92), Handlebars/Mustache (233.13135.92), YAML (233.13135.92), Vite (233.13135.92), IntelliLang (233.13135.92)
2024-02-05 16:23:02,403 [    123]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: Nx Console Idea (0.60.0), WebSocket Client (1.0.1), Developer Tools (3.4.0), Nx Console (1.16.1)
2024-02-05 16:23:02,403 [    123]   INFO - #c.i.i.p.PluginManager - Disabled plugins: VSCode Keymap (233.13135.92), Visual Studio Keymap (233.13135.92), AI Assistant (233.13135.92), Karma (233.13135.92), Vagrant (233.13135.92), Space (233.13135.92), Cucumber.js (233.13135.92), Tailwind CSS (233.13135.92), Nx Console Extensions (0.1.0), Gherkin (233.13135.92), NetBeans Keymap (233.13135.92), Subversion (233.13135.92), Vue.js (233.13135.92), Eclipse Keymap (233.13135.92), Docker (233.13135.92)
2024-02-05 16:23:02,539 [    259]   INFO - #c.i.o.v.n.p.FSRecords - VFS health-check enabled: first after 600000 ms, and each following 43200000 ms
2024-02-05 16:23:02,580 [    300]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {}
2024-02-05 16:23:02,606 [    326]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: dev.nx.console
2024-02-05 16:23:02,607 [    327]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: #dev.nx.console
2024-02-05 16:23:02,607 [    327]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: dev.nx.console
2024-02-05 16:23:02,608 [    328]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: dev.nx.console
2024-02-05 16:23:02,609 [    329]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: #dev.nx.console
2024-02-05 16:23:02,609 [    329]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: dev.nx.console
2024-02-05 16:23:02,609 [    329]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: #dev.nx.console
2024-02-05 16:23:02,609 [    329]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: #dev.nx.console
2024-02-05 16:23:02,610 [    330]   INFO - #c.i.d.l.LogLevelConfigurationManager - Level TRACE is set for the following category: dev.nx.console
2024-02-05 16:23:02,612 [    332]   WARN - #c.i.s.ComponentManagerImpl - `preload=true` must be used only for core services (service=com.jetbrains.rdserver.statistics.BackendStatisticsManager, plugin=com.jetbrains.codeWithMe)
2024-02-05 16:23:02,654 [    374]   INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses 'fast' names enumerator (over mmapped file)
2024-02-05 16:23:02,658 [    378]   INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2024-02-05 16:23:02,660 [    380]   INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses content storage over new FilePageCache
2024-02-05 16:23:02,660 [    380]   INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses streamlined attributes storage (over mmapped file)
2024-02-05 16:23:02,663 [    383]   INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS uses content hash storage over mmapped file
2024-02-05 16:23:02,723 [    443]   INFO - #c.j.r.p.c.A.O.A.T - Start Wire Storage check: Check Wire Buffer Size
2024-02-05 16:23:02,811 [    531]   INFO - #c.i.o.v.n.p.PersistentFSLoader - VFS: impl (expected) version=846656, 830042 file records, 23744 content blobs
2024-02-05 16:23:02,833 [    553]   INFO - #c.i.o.v.n.p.FSRecordsImpl - VFS initialized: 197 ms, 0 failed attempts, 0 error(s) were recovered
2024-02-05 16:23:02,854 [    574]   INFO - #c.i.u.s.JBUIScale - User scale factor: 1.25
2024-02-05 16:23:02,856 [    576]   WARN - #c.i.i.u.l.LafManagerImpl - VersionControl.Log.Commit.rowHeight = null in LookAndFeelThemeAdapter; it may lead to performance degradation
2024-02-05 16:23:02,941 [    661]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2024-02-05 16:23:02,947 [    667]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2024-02-05 16:23:02,965 [    685]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\lib, version=233.13135.92, package=com.intellij.structuralsearch, isBundled=true)
2024-02-05 16:23:02,980 [    700]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\lib, version=233.13135.92, package=com.intellij.structuralsearch, isBundled=true)
2024-02-05 16:23:02,980 [    700]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\lib, version=233.13135.92, package=com.intellij.structuralsearch, isBundled=true)
2024-02-05 16:23:02,981 [    701]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\lib, version=233.13135.92, package=com.intellij.structuralsearch, isBundled=true)
2024-02-05 16:23:02,999 [    719]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\terminal, version=233.13135.92, package=org.jetbrains.plugins.terminal, isBundled=true)
2024-02-05 16:23:03,199 [    919]   INFO - #c.i.o.v.n.p.FSRecordsImpl - VFS scanned: file-by-name index was populated
2024-02-05 16:23:03,214 [    934]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=HTML Tools, id=HtmlTools, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\html-tools, version=233.13135.92, package=null, isBundled=true)
2024-02-05 16:23:03,253 [    973]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=GitHub, id=org.jetbrains.plugins.github, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\vcs-github, version=233.13135.92, package=org.jetbrains.plugins.github, isBundled=true)
2024-02-05 16:23:03,269 [    989]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\javascript-impl, version=233.13135.92, package=null, isBundled=true)
2024-02-05 16:23:03,269 [    989]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\javascript-impl, version=233.13135.92, package=null, isBundled=true)
2024-02-05 16:23:03,487 [   1207]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 394 ms
2024-02-05 16:23:03,527 [   1247]   WARN - #c.i.n.i.NotificationGroupManagerImpl - Notification group Nx Console is already registered (group=com.intellij.notification.NotificationGroup@2f82c248). Plugin descriptor: PluginDescriptor(name=Nx Console Idea, id=com.github.iguissouma.nxconsole, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\WebStorm2023.3\plugins\Nx Console Idea, version=0.60.0, package=null, isBundled=false)
2024-02-05 16:23:03,568 [   1288]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.psi.search.FilenameIndex initializer requests com.intellij.ide.plugins.PluginUtil instance
2024-02-05 16:23:03,572 [   1292]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\WebStorm 2022.2.1\bin\fsnotifier.exe
2024-02-05 16:23:03,596 [   1316]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 17 ms: Add module mapping
2024-02-05 16:23:03,596 [   1316]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2024-02-05 16:23:03,599 [   1319]   INFO - #c.i.o.v.i.w.WslFileWatcher - WSL file watcher: C:\Program Files\JetBrains\WebStorm 2022.2.1\bin\fsnotifier-wsl
2024-02-05 16:23:03,616 [   1336]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Load global workspace model from cache in 6 ms
2024-02-05 16:23:03,657 [   1377]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2024-02-05 16:23:03,804 [   1524]   INFO - #c.i.i.p.DisabledPluginsState - Plugins to enable: [com.jetbrains.codeWithMe]
2024-02-05 16:23:03,810 [   1530]   INFO - #c.i.i.p.DynamicPlugins - Plugins to load: []
2024-02-05 16:23:03,820 [   1540]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.lang.javascript.psi.jsdoc.impl.JSDocCustomTags initializer requests com.intellij.lang.javascript.JSDisposable instance
2024-02-05 16:23:03,854 [   1574]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-02-05 16:23:03,855 [   1575]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 49 ms: Sync global entities with project: <my-project>
2024-02-05 16:23:03,872 [   1592]   INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
2024-02-05 16:23:03,876 [   1596]   INFO - #c.i.u.i.FileBasedIndexImpl - Using nice flusher for indexes
2024-02-05 16:23:03,884 [   1604]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 320 ms. Initialized indexes: [FilenameIndex, filetypes, SchemaTypeInheritance, RelaxSymbolIndex, json.file.root.values, editorconfig.index.name, Trigram.Index, DomFileIndex, XmlNamespaces, XmlTagNames, html5.custom.attributes.index, TodoIndex, fileIncludes, FrameworkDetectionIndex, HashFragmentIndex, IdIndex, http.request.name.index, HtmlTagIdIndex, css.template.selectors, js.string.literal.words.index, Stubs, js.implicit.elements.index, js.custom.single.entry.index, js.test.names, SwReferencesIndex, js.package.index, OpenapiSpecificationContentIndexer, yaml.keys.name, CompassFunctionsIndex, CssIndex, http.request.headers.values.index, http.request.execution.environment, http.request.completion.host, WebComponentsIndex, angularjs.ui.router.views.index, angularjs.app.index, TypeScriptExternalPathCandidates, HtmlScriptSrcIndex, angularjs.template.cache].
2024-02-05 16:23:04,001 [   1721]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 116 ms. Initialized stub indexes: {ts.external.module.name.index, amd.requirePaths.index, angular2.metadata.className.index, Css.custom.mixin, angular2.ivy.module.index, Css.custom.variable, Scss.mixin, markdown.header, js.used.remote.modules, js.symbol.qualified.names.index, js.class.index2, js.doc.modules, ts.external.module.index, Less.variables, js.amd.modules, Scss.variable, JS.framework.markers.index, js.gcl.modules, JS.subclass.stub.index, angularjs.filter.index, angular2.ivy.directive.index, angular2.metadata.function.index, js.global.symbol.index, angularjs.directives.doc.index, Less.mixins, amd.baseUrl.index, js.typedef.index2, es6.assignment.index, angularjs.module.index, js.lazy.packages, js.element.qualifiedName, ts.embedded.content.index, angularjs.delimiter.index, js.exported.index, dom.elementClass, Css.ampersand.selector, JS.class.super, js.imported.bindings.index, angular2.templateUrl.index, js.generics.index, js.export.default.react.component.index, JS.base.types.index, angular2.metadata.node.index, angularjs.templateUrl.index, jade.mixin, angular2.metadata.pipe.index, markdown.header.anchor, es6.exported.index, angularjs.ui.router.states.index, Scss.function, ts.local.classes, Css.class, angular2.source.module.index, Css.attr, js.qualified.shortName, angular2.source.pipe.index, Scss.placeholder.selector, angularjs.controller.index, dom.namespaceKey, JS.global.qualified.elements, js.local.namespace.members.index, js.nonglobal.symbol.index, Css.custom.property, js.symbol.index2, postcss.custom.media, angular2.metadata.module.index, angularjs.generic.modules.index, Css.id, angular2.source.directive.index, postcss.custom.selector, angularjs.symbol.index, js.namespace.index, angular2.metadata.directive.index, angularjs.ui.router.generic.states.index, angular2.ivy.pipe.index, angularjs.directives.index, JS.class.implements}.
2024-02-05 16:23:04,004 [   1724]   INFO - #c.i.u.i.StaleIndexesChecker - clearing stale id = 477603, path =  C:/<path-to-repo>/<my-project>/.idea/workspace.xml
2024-02-05 16:23:04,016 [   1736]   WARN - #c.i.o.v.n.p.d.e.DurableEnumeratorFactory - [enumerator.mmapped]: .valueToId map is out-of-sync with .valuesLog data -> rebuilding it
2024-02-05 16:23:04,040 [   1760]   INFO - #c.i.p.s.StubUpdatingIndexStorage - Not updating IndexingStampInfo. inputId=477603,result=true
2024-02-05 16:23:04,567 [   2287]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'enabled' value in [HKLM_64\SOFTWARE\JetBrains\portForwarding\enabled, HKLM_32\SOFTWARE\JetBrains\portForwarding\enabled, HKCU_64\SOFTWARE\JetBrains\portForwarding\enabled, HKCU_32\SOFTWARE\JetBrains\portForwarding\enabled]
2024-02-05 16:23:04,576 [   2296]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'enabled' is not found
2024-02-05 16:23:04,577 [   2297]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.psi.LanguageSubstitutors initializer requests com.intellij.psi.LanguageSubstitutors instance
2024-02-05 16:23:04,588 [   2308]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2024-02-05 16:23:04,618 [   2338]   WARN - #c.i.s.ComponentManagerImpl - org.zmlx.hg4idea.provider.HgChangeProvider initializer requests com.intellij.openapi.vcs.FileStatusFactory instance
2024-02-05 16:23:04,634 [   2354]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Loading Project code style
2024-02-05 16:23:04,647 [   2367]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded com.intellij.psi.formatter.xml.HtmlCodeStyleSettings
2024-02-05 16:23:04,648 [   2368]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded com.intellij.lang.typescript.formatter.TypeScriptCodeStyleSettings
2024-02-05 16:23:04,651 [   2371]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded HTML common code style settings
2024-02-05 16:23:04,651 [   2371]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded TypeScript common code style settings
2024-02-05 16:23:04,696 [   2416]   INFO - #c.j.r.f.FollowMeManager - Register new user (name: '<my-user-name>', client id: Host)
2024-02-05 16:23:04,743 [   2463]   INFO - STDOUT - Project service: <my-project>
2024-02-05 16:23:04,775 [   2495]   WARN - #o.j.p.t.TextMateService - Cannot find referenced file `./language-configuration.json` in bundle `C:\Program Files\JetBrains\WebStorm 2022.2.1\plugins\textmate\lib\bundles\mdx`
2024-02-05 16:23:04,869 [   2589]   INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2024-02-05 16:23:05,194 [   2914]   WARN - #c.i.o.w.i.ToolWindowImpl - ToolWindow icons should be 13x13, but got: 20x20. Please fix ToolWindow (ID:  Nx Console) or icon ImageDataByPathResourceLoader(ownerClass=dev.nx.console.NxIcons, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=Nx Console, id=dev.nx.console, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\WebStorm2023.3\plugins\nx-console, version=1.16.1, package=null, isBundled=false), packagePrefix=null, state=active), path=icons/nx-console.svg)
2024-02-05 16:23:05,195 [   2915]   WARN - #c.i.o.w.i.ToolWindowImpl - ToolWindow icons should be 13x13, but got: 20x20. Please fix ToolWindow (ID:  Nx Dep Graph) or icon ImageDataByPathLoader(classLoader=PluginClassLoader(plugin=PluginDescriptor(name=Nx Console Idea, id=com.github.iguissouma.nxconsole, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\WebStorm2023.3\plugins\Nx Console Idea, version=0.60.0, package=null, isBundled=false), packagePrefix=null, state=active), path=icons/nrwl.svg, original=null)
2024-02-05 16:23:05,238 [   2958]   INFO - #c.i.c.d.i.HighlightingMarkupStore - restoring markup cache '<my-project>-67c49a87' for 164 files
2024-02-05 16:23:05,241 [   2961]   INFO - #c.i.o.f.i.t.f.FoldingModelStore - restoring folding cache '<my-project>-67c49a87' for 377 files
2024-02-05 16:23:05,302 [   3022]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@2cda4dff
2024-02-05 16:23:05,304 [   3024]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2024-02-05 16:23:05,305 [   3025]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@71880c2b
2024-02-05 16:23:05,306 [   3026]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@71880c2b
2024-02-05 16:23:05,314 [   3034]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@4ed18c13
2024-02-05 16:23:05,319 [   3039]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@4ed18c13
2024-02-05 16:23:05,322 [   3042]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@15800e1
2024-02-05 16:23:05,342 [   3062]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@15800e1
2024-02-05 16:23:05,344 [   3064]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@6e7381f6
2024-02-05 16:23:05,345 [   3065]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@6e7381f6
2024-02-05 16:23:05,347 [   3067]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@276879b8
2024-02-05 16:23:05,352 [   3072]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@276879b8
2024-02-05 16:23:05,352 [   3072]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.SharedIndexProjectActivity@1cc8ce86
2024-02-05 16:23:05,354 [   3074]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.SharedIndexProjectActivity@1cc8ce86
2024-02-05 16:23:05,354 [   3074]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@2cda4dff
2024-02-05 16:23:10,966 [   8686]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.util.indexing.UnindexedFilesScanner$2@7baef9a1
2024-02-05 16:23:10,968 [   8688]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.util.indexing.UnindexedFilesScanner$2@7baef9a1
2024-02-05 16:23:10,968 [   8688]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[<my-project>]
2024-02-05 16:23:10,984 [   8704]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of <my-project>. Reason: On project open
2024-02-05 16:23:10,989 [   8709]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for <my-project> took 3ms; general responsiveness: ok; EDT responsiveness: ok
2024-02-05 16:23:11,083 [   8803]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.psi.codeStyle.CodeStyleSettingsCustomizable initializer requests com.intellij.util.LocaleSensitiveApplicationCacheService instance
2024-02-05 16:23:11,394 [   9114]   WARN - #c.i.o.a.i.ActionUpdater - 441 ms to grab EDT for ToolWindowHeader$2#Update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2024-02-05 16:23:11,397 [   9117]   INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [<my-project>]
2024-02-05 16:23:11,525 [   9245]   INFO - #c.i.u.i.d.IndexingDependenciesFingerprint - Calculated dependencies fingerprint in 0 ms (hash=26wj1eviir2pj, buildTime=1702973640, appVersion=WS-233.13135.92)
2024-02-05 16:23:11,526 [   9246]   INFO - #c.i.u.i.d.AppIndexingDependenciesService - Invalidating all indexing flags. Reason: App fingerprint changed: FingerprintImpl(fingerprint=2418765492941153782) to FingerprintImpl(fingerprint=-8061320477945655177)
2024-02-05 16:23:11,556 [   9276]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of <my-project> uses 15 scanning threads
2024-02-05 16:23:11,891 [   9611]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2024-02-05 16:23:12,094 [   9814]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [<Project>]
2024-02-05 16:23:12,106 [   9826]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 3 millis (read time: 3)
2024-02-05 16:23:12,282 [  10002]   INFO - #com.github.iguissouma.nxconsole.buildTools.NxJsbtStartupActivity - Detecting buildfiles for com.github.iguissouma.nxconsole.buildTools.NxFileManager
2024-02-05 16:23:12,318 [  10038]   INFO - #c.i.o.v.i.p.NewMappings - Mapped Roots: 1
2024-02-05 16:23:12,324 [  10044]   INFO - #git4idea.commands.GitHandler - [.] git version
2024-02-05 16:23:12,378 [  10098]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738878, fileInfo='_angle.svg(id=738878)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738878, fileInfo='_angle.svg(id=738878)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738878, fileInfo='_angle.svg(id=738878)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738878, fileInfo='_angle.svg(id=738878)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,381 [  10101]   WARN - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Skipped 1 pre-built shared indexes: bundled-js-predefined-1d06a55b98c1-c44b541a36ca-JavaScript-WS-233.13135.92
2024-02-05 16:23:12,409 [  10129]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_up.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_up.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738884, fileInfo='_angle_up.svg(id=738884)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738884, fileInfo='_angle_up.svg(id=738884)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738884, fileInfo='_angle_up.svg(id=738884)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738884, fileInfo='_angle_up.svg(id=738884)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,413 [  10133]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_down.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_down.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738879, fileInfo='_angle_down.svg(id=738879)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738879, fileInfo='_angle_down.svg(id=738879)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738879, fileInfo='_angle_down.svg(id=738879)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738879, fileInfo='_angle_down.svg(id=738879)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,422 [  10142]   INFO - #dev.nx.console.nxls.NxlsProcess - Staring the nxls process in workingDir C:/<path-to-repo>/<my-project>
2024-02-05 16:23:12,423 [  10143]   INFO - #dev.nx.console.nxls.NxlsProcess - nxls found via C:\Users\<my-user-name>\AppData\Roaming\JetBrains\WebStorm2023.3\plugins\nx-console\nxls\main.js
2024-02-05 16:23:12,430 [  10150]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_left.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_left.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738881, fileInfo='_angle_left.svg(id=738881)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738881, fileInfo='_angle_left.svg(id=738881)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738881, fileInfo='_angle_left.svg(id=738881)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738881, fileInfo='_angle_left.svg(id=738881)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,448 [  10168]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_right.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_right.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738883, fileInfo='_angle_right.svg(id=738883)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738883, fileInfo='_angle_right.svg(id=738883)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738883, fileInfo='_angle_right.svg(id=738883)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738883, fileInfo='_angle_right.svg(id=738883)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,452 [  10172]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_up_white.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_up_white.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738885, fileInfo='_angle_up_white.svg(id=738885)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738885, fileInfo='_angle_up_white.svg(id=738885)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738885, fileInfo='_angle_up_white.svg(id=738885)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738885, fileInfo='_angle_up_white.svg(id=738885)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,454 [  10174]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_down_white.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_down_white.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738880, fileInfo='_angle_down_white.svg(id=738880)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738880, fileInfo='_angle_down_white.svg(id=738880)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738880, fileInfo='_angle_down_white.svg(id=738880)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738880, fileInfo='_angle_down_white.svg(id=738880)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,459 [  10179]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_left_white.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_left_white.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738882, fileInfo='_angle_left_white.svg(id=738882)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738882, fileInfo='_angle_left_white.svg(id=738882)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738882, fileInfo='_angle_left_white.svg(id=738882)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738882, fileInfo='_angle_left_white.svg(id=738882)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,462 [  10182]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_up.PRTSHAOS.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_up.PRTSHAOS.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738910, fileInfo='_angle_up.PRTSHAOS.svg(id=738910)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738910, fileInfo='_angle_up.PRTSHAOS.svg(id=738910)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738910, fileInfo='_angle_up.PRTSHAOS.svg(id=738910)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738910, fileInfo='_angle_up.PRTSHAOS.svg(id=738910)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,466 [  10186]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scheduling indexing of _angle_down.WLZ3RSOF.svg by request of indexes: [filetypes->OUT_DATED,]. Scanner has updated file _angle_down.WLZ3RSOF.svg with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=738906, fileInfo='_angle_down.WLZ3RSOF.svg(id=738906)'}] and removers: [SingleIndexValueRemover{indexId=CssIndex, inputId=738906, fileInfo='_angle_down.WLZ3RSOF.svg(id=738906)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=css.template.selectors, inputId=738906, fileInfo='_angle_down.WLZ3RSOF.svg(id=738906)', applicationMode =SameThreadOutsideReadLock}, SingleIndexValueRemover{indexId=Stubs, inputId=738906, fileInfo='_angle_down.WLZ3RSOF.svg(id=738906)', applicationMode =SameThreadOutsideReadLock}]; 
2024-02-05 16:23:12,513 [  10233]   INFO - #git4idea.commands.GitHandler - git version 2.43.0.windows.1
2024-02-05 16:23:12,560 [  10280]   INFO - #git4idea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe: 2.43.0.0 (MSYS)
2024-02-05 16:23:12,916 [  10636]   INFO - #dev.nx.console.nxls.NxlsProcess - nxls started: Process[pid=2260, exitValue="not exited"]
2024-02-05 16:23:13,101 [  10821]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: initialize (InitializeParams [
workDoneToken = null
processId = null
rootPath = null
rootUri = null
initializationOptions = null
capabilities = ClientCapabilities [
  workspace = WorkspaceClientCapabilities [
    applyEdit = true
    workspaceEdit = WorkspaceEditCapabilities [
      documentChanges = null
      resourceOperations = null
      failureHandling = null
      normalizesLineEndings = null
      changeAnnotationSupport = null
    ]
    didChangeConfiguration = null
    didChangeWatchedFiles = DidChangeWatchedFilesCapabilities [
      relativePatternSupport = null
      dynamicRegistration = null
    ]
    symbol = SymbolCapabilities [
      symbolKind = null
      tagSupport = null
      resolveSupport = null
      dynamicRegistration = null
    ]
    executeCommand = ExecuteCommandCapabilities [
      dynamicRegistration = null
    ]
    workspaceFolders = false
    configuration = false
    semanticTokens = null
    codeLens = null
    fileOperations = null
    inlayHint = null
    inlineValue = null
    diagnostics = null
  ]
  textDocument = TextDocumentClientCapabilities [
    synchronization = SynchronizationCapabilities [
      willSave = true
      willSaveWaitUntil = true
      didSave = true
      dynamicRegistration = null
    ]
    completion = CompletionCapabilities [
      completionItem = CompletionItemCapabilities [
        snippetSupport = true
        commitCharactersSupport = null
        documentationFormat = null
        deprecatedSupport = null
        preselectSupport = null
        tagSupport = null
        insertReplaceSupport = null
        resolveSupport = null
        insertTextModeSupport = null
        labelDetailsSupport = null
      ]
      completionItemKind = null
      contextSupport = null
      insertTextMode = null
      completionList = null
      dynamicRegistration = null
    ]
    hover = HoverCapabilities [
      contentFormat = null
      dynamicRegistration = null
    ]
    signatureHelp = SignatureHelpCapabilities [
      signatureInformation = null
      contextSupport = null
      dynamicRegistration = null
    ]
    references = ReferencesCapabilities [
      dynamicRegistration = null
    ]
    documentHighlight = DocumentHighlightCapabilities [
      dynamicRegistration = null
    ]
    documentSymbol = null
    formatting = FormattingCapabilities [
      dynamicRegistration = null
    ]
    rangeFormatting = RangeFormattingCapabilities [
      dynamicRegistration = null
    ]
    onTypeFormatting = OnTypeFormattingCapabilities [
      dynamicRegistration = null
    ]
    declaration = null
    definition = DefinitionCapabilities [
      linkSupport = null
      dynamicRegistration = null
    ]
    typeDefinition = null
    implementation = null
    codeAction = CodeActionCapabilities [
      codeActionLiteralSupport = CodeActionLiteralSupportCapabilities [
        codeActionKind = null
      ]
      isPreferredSupport = null
      disabledSupport = null
      dataSupport = null
      resolveSupport = null
      honorsChangeAnnotations = null
      dynamicRegistration = null
    ]
    codeLens = null
    documentLink = null
    colorProvider = null
    rename = RenameCapabilities [
      prepareSupport = null
      prepareSupportDefaultBehavior = null
      honorsChangeAnnotations = null
      dynamicRegistration = null
    ]
    publishDiagnostics = null
    foldingRange = null
    typeHierarchy = null
    callHierarchy = null
    selectionRange = null
    semanticTokens = null
    moniker = null
    linkedEditingRange = null
    inlayHint = null
    inlineValue = null
    diagnostic = null
  ]
  notebookDocument = null
  window = null
  general = null
  experimental = null
]
clientInfo = null
locale = null
trace = null
workspaceFolders = SingletonList (
  WorkspaceFolder [
    uri = "C:\<path-to-repo>\<my-project>"
    name = null
  ]
)
])
2024-02-05 16:23:13,301 [  11021]   INFO - #dev.nx.console.telemetry.TelemetryService - REQUEST: https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40
METHOD: HttpMethod(value=POST)
COMMON HEADERS
-> Accept: */*
-> Accept-Charset: UTF-8
CONTENT HEADERS
-> Content-Length: 433
-> Content-Type: text/plain; charset=UTF-8
BODY Content-Type: text/plain; charset=UTF-8
BODY START
{"events":[{"name":"activated","params":{"engagement_time_msec":"1","session_id":"fb6c7d7e-0ac9-4f84-a1fe-10d4bd3cf136","debug_mode":false,"timing":0}}],"client_id":"92c679a5-698a-403f-980b-4c112c51e806","user_id":"92c679a5-698a-403f-980b-4c112c51e806","timestamp_micros":1707146593200000,"non_personalized_ads":true,"user_properties":{"editor":{"value":"WebStorm 2023.3.2"},"os":{"value":"Windows"},"appversion":{"value":"1.16.1"}}}
BODY END
2024-02-05 16:23:13,565 [  11285]   INFO - #dev.nx.console.telemetry.TelemetryService - REQUEST https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40 failed with exception: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2024-02-05 16:23:13,567 [  11287]   WARN - #dev.nx.console.telemetry.measurementProtocol.MeasurementProtocolService - sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2024-02-05 16:23:13,628 [  11348]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities from files
2024-02-05 16:23:13,696 [  11416]   INFO - #c.i.o.p.DumbServiceImpl - enter dumb mode [<my-project>]
2024-02-05 16:23:13,830 [  11550]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:13.826Z - Retrieving workspace configuration

2024-02-05 16:23:13,835 [  11555]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-02-05 16:23:13,838 [  11558]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 3 in 5 ms: Sync global entities with project: <my-project>
2024-02-05 16:23:13,839 [  11559]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Global model updated to version 2 in 7 ms: Sync global entities with state
2024-02-05 16:23:13,858 [  11578]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: InitializeResult [
capabilities = ServerCapabilities [
  positionEncoding = null
  textDocumentSync = Either [
    left = Incremental
    right = null
  ]
  notebookDocumentSync = null
  hoverProvider = Either [
    left = true
    right = null
  ]
  completionProvider = CompletionOptions [
    resolveProvider = false
    triggerCharacters = ArrayList (
      """,
      ":"
    )
    allCommitCharacters = null
    completionItem = null
    workDoneProgress = null
  ]
  signatureHelpProvider = null
  definitionProvider = null
  typeDefinitionProvider = null
  implementationProvider = null
  referencesProvider = null
  documentHighlightProvider = null
  documentSymbolProvider = null
  workspaceSymbolProvider = null
  codeActionProvider = null
  codeLensProvider = null
  documentFormattingProvider = null
  documentRangeFormattingProvider = null
  documentOnTypeFormattingProvider = null
  renameProvider = null
  documentLinkProvider = DocumentLinkOptions [
    resolveProvider = false
    workDoneProgress = false
  ]
  colorProvider = null
  foldingRangeProvider = null
  declarationProvider = null
  executeCommandProvider = null
  workspace = WorkspaceServerCapabilities [
    workspaceFolders = null
    fileOperations = FileOperationsServerCapabilities [
      didCreate = FileOperationOptions [
        filters = ArrayList (
          FileOperationFilter [
            pattern = FileOperationPattern [
              glob = "**/project.json"
              matches = "file"
              options = null
            ]
            scheme = null
          ]
        )
      ]
      willCreate = null
      didRename = null
      willRename = null
      didDelete = FileOperationOptions [
        filters = ArrayList (
          FileOperationFilter [
            pattern = FileOperationPattern [
              glob = "**/project.json"
              matches = "file"
              options = null
            ]
            scheme = null
          ]
        )
      ]
      willDelete = null
    ]
  ]
  typeHierarchyProvider = null
  callHierarchyProvider = null
  selectionRangeProvider = null
  linkedEditingRangeProvider = null
  semanticTokensProvider = null
  monikerProvider = null
  inlayHintProvider = null
  inlineValueProvider = null
  diagnosticProvider = null
  experimental = null
]
serverInfo = null
]
2024-02-05 16:23:13,861 [  11581]   INFO - #dev.nx.console.nxls.NxlsWrapper - nxls Initialized
2024-02-05 16:23:13,872 [  11592]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.util.indexing.DumbModeWhileScanningTrigger$DumbModeWhileScanning@1ebccfee
2024-02-05 16:23:14,072 [  11792]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.071Z - Using local Nx package at C:/<path-to-repo>/<my-project>/node_modules/nx/src/project-graph/file-utils.js

2024-02-05 16:23:14,073 [  11793]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.071Z - Using local Nx package at C:/<path-to-repo>/<my-project>/node_modules/nx/src/project-graph/project-graph.js

2024-02-05 16:23:14,073 [  11793]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.071Z - Using local Nx package at C:/<path-to-repo>/<my-project>/node_modules/nx/src/utils/output.js

2024-02-05 16:23:14,103 [  11823]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.074Z - Using local Nx package at C:/<path-to-repo>/<my-project>/node_modules/nx/src/project-graph/file-map-utils.js

2024-02-05 16:23:14,103 [  11823]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.096Z - createProjectGraphAsync

2024-02-05 16:23:14,112 [  11832]   INFO - #c.i.j.n.l.n.NodeModulesDirectoryManager - Contributed {allCalculationsDuration:2527 ms, allIncludedFileCount:16483, allRootsSyntheticLibrary:1151, allRootsWorkspaceModel:11209, allSourceRootsSyntheticLibrary:767, allSourceRootsWorkspaceModel:3965, allExcludedRootsSyntheticLibrary:384, allExcludedRootsWorkspaceModel:7244, libraries:1}
2024-02-05 16:23:14,131 [  11851]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.128Z - createProjectGraphAsync successful

2024-02-05 16:23:14,145 [  11865]   INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-02-05T15:23:14.145Z - Retrieved workspace configuration in: 318.5714000016451 ms

2024-02-05 16:23:14,205 [  11925]   INFO - #c.i.j.n.n.r.NpmRegistryServiceImpl - Found 4 dist-tags, 1246 versions for @nrwl/workspace in 1891ms
2024-02-05 16:23:14,215 [  11935]   INFO - #c.i.o.p.SmartModeScheduler - Post-startup activity executed. Current mode: 7
2024-02-05 16:23:14,224 [  11944]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2024-02-05 16:23:14,226 [  11946]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 2228ms; general responsiveness: 1/10 sluggish, 9/10 very slow; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2024-02-05 16:23:14,271 [  11991]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: nx/projectsByPaths (NxProjectsByPathsRequest(paths=[C:/<path-to-repo>/<my-project>/apps/reporting-webclient-ui/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-api/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-e2e/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-electron/project.json, C:/<path-to-repo>/<my-project>/dist/storybook/dashboard/project.json, C:/<path-to-repo>/<my-project>/dist/storybook/reporting-webclient-ui/project.json, C:/<path-to-repo>/<my-project>/libs/ui/core/project.json, C:/<path-to-repo>/<my-project>/libs/ui/chart/project.json, C:/<path-to-repo>/<my-project>/libs/ui/layout/project.json, C:/<path-to-repo>/<my-project>/libs/ui/jest-helpers/project.json, C:/<path-to-repo>/<my-project>/libs/models/project.json, C:/<path-to-repo>/<my-project>/libs/feature/analysis/project.json, C:/<path-to-repo>/<my-project>/libs/feature/dashboard/project.json, C:/<path-to-repo>/<my-project>/libs/base-libs/backend/node/project.json, C:/<path-to-repo>/<my-project>/libs/base-libs/frontend/project.json, C:/<path-to-repo>/<my-project>/libs/ci-helpers/project.json, C:/<path-to-repo>/<my-project>/node_modules/@storybook/codemod/project.json]))
2024-02-05 16:23:14,271 [  11991]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: nx/projectsByPaths (NxProjectsByPathsRequest(paths=[C:/<path-to-repo>/<my-project>/apps/reporting-webclient-ui/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-api/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-e2e/project.json, C:/<path-to-repo>/<my-project>/apps/reporting-webclient-electron/project.json, C:/<path-to-repo>/<my-project>/dist/storybook/dashboard/project.json, C:/<path-to-repo>/<my-project>/dist/storybook/reporting-webclient-ui/project.json, C:/<path-to-repo>/<my-project>/libs/ui/core/project.json, C:/<path-to-repo>/<my-project>/libs/ui/chart/project.json, C:/<path-to-repo>/<my-project>/libs/ui/layout/project.json, C:/<path-to-repo>/<my-project>/libs/ui/jest-helpers/project.json, C:/<path-to-repo>/<my-project>/libs/models/project.json, C:/<path-to-repo>/<my-project>/libs/feature/analysis/project.json, C:/<path-to-repo>/<my-project>/libs/feature/dashboard/project.json, C:/<path-to-repo>/<my-project>/libs/base-libs/backend/node/project.json, C:/<path-to-repo>/<my-project>/libs/base-libs/frontend/project.json, C:/<path-to-repo>/<my-project>/libs/ci-helpers/project.json, C:/<path-to-repo>/<my-project>/node_modules/@storybook/codemod/project.json]))
2024-02-05 16:23:14,281 [  12001]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: {}
2024-02-05 16:23:14,281 [  12001]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: {}
2024-02-05 16:23:14,303 [  12023]   INFO - #com.github.iguissouma.nxconsole.buildTools.NxService - Found nx.json in C:/<path-to-repo>/<my-project>: file://C:/<path-to-repo>/<my-project>/nx.json
2024-02-05 16:23:14,307 [  12027]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - getNxConfig called for idea project <my-project> with context vf path C:/<path-to-repo>/<my-project>/nx.json
2024-02-05 16:23:14,308 [  12028]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findAngularCliFolder called for idea project <my-project> with vf path C:/<path-to-repo>/<my-project>/nx.json
2024-02-05 16:23:14,308 [  12028]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:14,309 [  12029]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:14,309 [  12029]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:14,309 [  12029]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/
2024-02-05 16:23:14,310 [  12030]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:14,310 [  12030]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - Cannot find one of [angular.json, .angular-cli.json, angular-cli.json, workspace.json] in project baseDir=C:/<path-to-repo>/<my-project>
2024-02-05 16:23:14,310 [  12030]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - root package.json found=C:/<path-to-repo>/<my-project>/package.json
2024-02-05 16:23:14,313 [  12033]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - init NxConfigFromGlobs...
2024-02-05 16:23:14,974 [  12694]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found (2) package.json files
2024-02-05 16:23:14,975 [  12695]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/base-libs/backend/node/package.json
2024-02-05 16:23:14,975 [  12695]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ci-helpers/package.json
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found (14) project.json files
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ui/layout/project.json
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/base-libs/frontend/project.json
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/feature/analysis/project.json
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/apps/reporting-webclient-electron/project.json
2024-02-05 16:23:14,977 [  12697]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/apps/reporting-webclient-ui/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/apps/reporting-webclient-e2e/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/apps/reporting-webclient-api/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ui/chart/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/feature/dashboard/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/models/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ui/jest-helpers/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ci-helpers/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/ui/core/project.json
2024-02-05 16:23:14,978 [  12698]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfig - Found C:/<path-to-repo>/<my-project>/libs/base-libs/backend/node/project.json
2024-02-05 16:23:14,995 [  12715]   INFO - #com.github.iguissouma.nxconsole.buildTools.NxJsbtStartupActivity - Found [] for com.github.iguissouma.nxconsole.buildTools.NxService
2024-02-05 16:23:14,999 [  12719]   WARN - #c.i.o.a.i.ActionUpdater - 681 ms to grab EDT for ToolWindowHeader$2#Update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2024-02-05 16:23:14,999 [  12719]   WARN - #c.i.o.a.i.ActionUpdater - 680 ms to grab EDT for FontEditorPreview$RestorePreviewTextAction#Update@ContextToolbar (com.intellij.application.options.colors.FontEditorPreview$RestorePreviewTextAction)
2024-02-05 16:23:14,999 [  12719]   WARN - #c.i.o.a.i.ActionUpdater - 680 ms to grab EDT for FontEditorPreview$ToggleBoldFontAction#Update@ContextToolbar (com.intellij.application.options.colors.FontEditorPreview$ToggleBoldFontAction)
2024-02-05 16:23:14,999 [  12719]   WARN - #c.i.o.a.i.ActionUpdater - 680 ms to grab EDT for EditorMarkupModelImpl$TrafficLightAction#Update@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$TrafficLightAction)
2024-02-05 16:23:14,999 [  12719]   WARN - #c.i.o.a.i.ActionUpdater - 680 ms to grab EDT for EditorMarkupModelImpl$1#Update@EditorInspectionsToolbar (com.intellij.openapi.editor.impl.EditorMarkupModelImpl$1)
2024-02-05 16:23:15,000 [  12720]   WARN - #c.i.o.a.i.ActionUpdater - 680 ms to grab EDT for ReviewModeActionGroup#Update@EditorInspectionsToolbar (org.jetbrains.plugins.gitlab.mergerequest.ui.editor.action.ReviewModeActionGroup)
2024-02-05 16:23:15,455 [  13175]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 30 commits in [file://C:/<path-to-repo>/<my-project>] is completed
2024-02-05 16:23:15,559 [  13279]   INFO - #c.i.u.i.IndexingReasonExplanationLogger - Scanner has updated file workspace.xml with appliers: [SingleIndexValueApplier{indexId=filetypes, inputId=477603, fileInfo='workspace.xml(id=477603)'}] and removers: []; 
2024-02-05 16:23:16,667 [  14387]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for <my-project>. Number of scanned files: 19432; number of files for indexing: 179 took 5678ms; general responsiveness: 2/12 sluggish, 10/12 very slow; EDT responsiveness: 1/3 sluggish, 1/3 very slow
2024-02-05 16:23:16,668 [  14388]   INFO - #c.i.o.p.InitialVfsRefreshService - 67c49a87: marking roots for initial VFS refresh
2024-02-05 16:23:16,673 [  14393]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[<my-project>]
2024-02-05 16:23:16,673 [  14393]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.util.indexing.DumbModeWhileScanningTrigger$DumbModeWhileScanning@1ebccfee
2024-02-05 16:23:16,674 [  14394]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) UnindexedFilesIndexer[<my-project>, 1 iterators, reason: On project open]
2024-02-05 16:23:16,682 [  14402]   INFO - #c.i.u.i.c.IndexUpdateRunner - Using 11 indexing  and 4 writing threads for indexing
2024-02-05 16:23:16,698 [  14418]   INFO - #c.i.o.p.InitialVfsRefreshService - 67c49a87: starting initial VFS refresh of 1 roots
2024-02-05 16:23:16,709 [  14429]   INFO - #c.i.w.c.WebSymbolsContext - Reloading project <my-project> on Web Symbols framework context change (none -> angular) in file C:/<path-to-repo>/<my-project>/.nx/cache/3456213607304709358/outputs/dist/apps/reporting-webclient-ui/icons/_angle_left.svg.
2024-02-05 16:23:17,351 [  15071]   INFO - #c.i.o.p.InitialVfsRefreshService - 67c49a87: initial VFS refresh finished in 652 ms
2024-02-05 16:23:17,902 [  15622]   INFO - #c.i.u.i.ProjectChangedFilesScanner - Retrieving changed during indexing files of <my-project> : 1 to update, calculated in 0ms
2024-02-05 16:23:18,064 [  15784]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for <my-project>. Unindexed files update took 1385ms; general responsiveness: ok; EDT responsiveness: ok
2024-02-05 16:23:18,067 [  15787]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) UnindexedFilesIndexer[<my-project>, 1 iterators, reason: On project open]
2024-02-05 16:23:18,068 [  15788]   INFO - #c.i.o.p.DumbServiceImpl - exit dumb mode [<my-project>]
2024-02-05 16:23:19,233 [  16953]   INFO - #c.i.d.WindowsDefenderCheckerActivity - status check is disabled
2024-02-05 16:23:19,261 [  16981]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\<my-user-name>\AppData\Local\JetBrains'. JvmStartTimeMs=1707146581967
2024-02-05 16:23:19,263 [  16983]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2024-02-05 16:23:19,264 [  16984]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2024-02-05 16:23:19,264 [  16984]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2024-02-05 16:23:19,264 [  16984]   INFO - #c.j.r.p.c.CodeWithMeCleanup - Starting the logs folder cleanup. Path: C:\Users\<my-user-name>\AppData\Local\JetBrains\WebStorm2023.3\log
2024-02-05 16:23:19,265 [  16985]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'versionManagementEnabled' value in [HKLM_64\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKLM_32\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKCU_64\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKCU_32\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled]
2024-02-05 16:23:19,266 [  16986]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'versionManagementEnabled' is not found
2024-02-05 16:23:19,276 [  16996]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2024-02-05 16:23:19,300 [  17020]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-02-05 16:23:19,300 [  17020]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 4 in 12 ms: Apply JPS storage (iml files)
2024-02-05 16:23:19,301 [  17021]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2024-02-05 16:23:19,303 [  17023]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 69 ms. Thread[DefaultDispatcher-worker-56,5,main]
2024-02-05 16:23:20,115 [  17835]   INFO - #c.i.j.n.p.n.PackageVersionRangeMatcher - Matching 175 done in 211 ms
2024-02-05 16:23:47,594 [  45314]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findAngularCliFolder called for idea project <my-project> with vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,594 [  45314]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,594 [  45314]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,595 [  45315]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - Cannot find one of [angular.json, .angular-cli.json, angular-cli.json, workspace.json] in project baseDir=C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - getNxConfig called for idea project <my-project> with context vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findAngularCliFolder called for idea project <my-project> with vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart
2024-02-05 16:23:47,597 [  45317]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - Cannot find one of [angular.json, .angular-cli.json, angular-cli.json, workspace.json] in project baseDir=C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,598 [  45318]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - root package.json found=C:/<path-to-repo>/<my-project>/package.json
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - getNxConfig called for idea project <my-project> with context vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findAngularCliFolder called for idea project <my-project> with vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:23:47,650 [  45370]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - Cannot find one of [angular.json, .angular-cli.json, angular-cli.json, workspace.json] in project baseDir=C:/<path-to-repo>/<my-project>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - root package.json found=C:/<path-to-repo>/<my-project>/package.json
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - getNxConfig called for idea project <my-project> with context vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findAngularCliFolder called for idea project <my-project> with vf path C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src/lib
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart/src
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui/chart
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs/ui
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>/libs
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - findCliJson called with dir= C:/<path-to-repo>/<my-project>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.schematics.NxCliUtil - Cannot find one of [angular.json, .angular-cli.json, angular-cli.json, workspace.json] in project baseDir=C:/<path-to-repo>/<my-project>
2024-02-05 16:24:03,397 [  61117]   INFO - #com.github.iguissouma.nxconsole.cli.config.NxConfigProvider - root package.json found=C:/<path-to-repo>/<my-project>/package.json
2024-02-05 16:24:05,173 [  62893]   INFO - #dev.nx.console.telemetry.TelemetryService - REQUEST: https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40
METHOD: HttpMethod(value=POST)
COMMON HEADERS
-> Accept: */*
-> Accept-Charset: UTF-8
CONTENT HEADERS
-> Content-Length: 460
-> Content-Type: text/plain; charset=UTF-8
BODY Content-Type: text/plain; charset=UTF-8
BODY START
{"events":[{"name":"action_triggered","params":{"engagement_time_msec":"1","session_id":"fb6c7d7e-0ac9-4f84-a1fe-10d4bd3cf136","debug_mode":false,"action_type":"Nx Generate UI"}}],"client_id":"92c679a5-698a-403f-980b-4c112c51e806","user_id":"92c679a5-698a-403f-980b-4c112c51e806","timestamp_micros":1707146645172000,"non_personalized_ads":true,"user_properties":{"editor":{"value":"WebStorm 2023.3.2"},"os":{"value":"Windows"},"appversion":{"value":"1.16.1"}}}
BODY END
2024-02-05 16:24:05,176 [  62896]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: nx/generators (NxGeneratorsRequest(options=NxGeneratorsRequestOptions(includeHidden=false, includeNgAdd=false)))
2024-02-05 16:24:05,346 [  63066]   INFO - #dev.nx.console.telemetry.TelemetryService - REQUEST https://www.google-analytics.com/mp/collect?api_secret=3J_QsvygSLKfjxMXFSG03Q&measurement_id=G-TNJ97NGX40 failed with exception: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2024-02-05 16:24:05,346 [  63066]   WARN - #dev.nx.console.telemetry.measurementProtocol.MeasurementProtocolService - sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
2024-02-05 16:24:05,357 [  63077]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: [NxGenerator(name=@angular/cdk:drag-drop, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@angular/cdk/schematics/ng-generate/drag-drop/schema.json, data=NxGeneratorData(collection=@angular/cdk, name=drag-drop, description=Generates a component using the Drag and Drop module, type=other, aliases=[dragdrop, drag-and-drop]), options=null, contextValues=null), NxGenerator(name=@angular/core:standalone-migration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json, data=NxGeneratorData(collection=@angular/core, name=standalone-migration, description=Converts the entire application or a part of it to standalone, type=other, aliases=[standalone]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/application/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=application, description=Create a Nest application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:angular-app, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/client-app/angular/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=angular-app, description=Create a new Angular application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:class, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/class/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=class, description=Create a new class., type=other, aliases=[cl]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:controller, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/controller/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=controller, description=Create a Nest controller., type=other, aliases=[co]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:decorator, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/decorator/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=decorator, description=Create a Nest decorator., type=other, aliases=[d]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:filter, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/filter/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=filter, description=Create a Nest filter., type=other, aliases=[f]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:gateway, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/gateway/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=gateway, description=Create a Nest gateway., type=other, aliases=[ga]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:guard, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/guard/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=guard, description=Create a Nest guard., type=other, aliases=[gu]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:interceptor, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/interceptor/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=interceptor, description=Create a Nest interceptor., type=other, aliases=[itc]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:interface, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/interface/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=interface, description=Create a Nest interface., type=other, aliases=[itf]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:middleware, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/middleware/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=middleware, description=Create a Nest middleware., type=other, aliases=[mi]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:module, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/module/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=module, description=Create a Nest module., type=other, aliases=[mo]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:pipe, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/pipe/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=pipe, description=Create a Nest pipe., type=other, aliases=[pi]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:provider, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/provider/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=provider, description=Create a Nest provider., type=other, aliases=[pr]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:service, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/service/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=service, description=Create a Nest service., type=other, aliases=[s]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:resolver, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/resolver/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=resolver, description=Create a Nest resolver., type=other, aliases=[r]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/library/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=library, description=Create a Nest library (mono-repo)., type=other, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:sub-app, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/sub-app/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=sub-app, description=Create a Nest application (mono-repo)., type=other, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nestjs/schematics:resource, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nestjs/schematics/dist/lib/resource/schema.json, data=NxGeneratorData(collection=@nestjs/schematics, name=resource, description=Create a Nest resource., type=other, aliases=[res]), options=null, contextValues=null), NxGenerator(name=@nx/angular:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/application/schema.json, data=NxGeneratorData(collection=@nx/angular, name=application, description=Creates an Angular application., type=application, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nx/angular:component, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/component/schema.json, data=NxGeneratorData(collection=@nx/angular, name=component, description=Generate an Angular Component., type=other, aliases=[c]), options=null, contextValues=null), NxGenerator(name=@nx/angular:component-test, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/component-test/schema.json, data=NxGeneratorData(collection=@nx/angular, name=component-test, description=Creates a cypress component test file for a component., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:directive, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/directive/schema.json, data=NxGeneratorData(collection=@nx/angular, name=directive, description=Generate an Angular directive., type=other, aliases=[d]), options=null, contextValues=null), NxGenerator(name=@nx/angular:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/library/schema.json, data=NxGeneratorData(collection=@nx/angular, name=library, description=Creates an Angular library., type=library, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@nx/angular:library-secondary-entry-point, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/library-secondary-entry-point/schema.json, data=NxGeneratorData(collection=@nx/angular, name=library-secondary-entry-point, description=Creates a secondary entry point for an Angular publishable library., type=other, aliases=[secondary-entry-point, entry-point]), options=null, contextValues=null), NxGenerator(name=@nx/angular:remote, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/remote/schema.json, data=NxGeneratorData(collection=@nx/angular, name=remote, description=Generate a Remote Angular Module Federation Application., type=application, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:convert-to-with-mf, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/convert-to-with-mf/schema.json, data=NxGeneratorData(collection=@nx/angular, name=convert-to-with-mf, description=Converts an old micro frontend configuration to use the new `withModuleFederation` helper. It will run successfully if the following conditions are met: 
- Is either a host or remote application 
- Shared npm package configurations have not been modified 
- Name used to identify the Micro Frontend application matches the project name 

{% callout type="warning" title="Overrides" %}This generator will overwrite your webpack config. If you have additional custom configuration in your config file, it will be lost!{% /callout %}, type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:host, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/host/schema.json, data=NxGeneratorData(collection=@nx/angular, name=host, description=Generate a Host Angular Module Federation Application., type=application, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:ngrx-feature-store, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/ngrx-feature-store/schema.json, data=NxGeneratorData(collection=@nx/angular, name=ngrx-feature-store, description=Adds an NgRx Feature Store to an application or library., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:ngrx-root-store, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/ngrx-root-store/schema.json, data=NxGeneratorData(collection=@nx/angular, name=ngrx-root-store, description=Adds an NgRx Root Store to an application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:pipe, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/pipe/schema.json, data=NxGeneratorData(collection=@nx/angular, name=pipe, description=Generate an Angular Pipe, type=other, aliases=[p]), options=null, contextValues=null), NxGenerator(name=@nx/angular:scam-to-standalone, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/scam-to-standalone/schema.json, data=NxGeneratorData(collection=@nx/angular, name=scam-to-standalone, description=Convert an existing Single Component Angular Module (SCAM) to a Standalone Component., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:scam, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/scam/schema.json, data=NxGeneratorData(collection=@nx/angular, name=scam, description=Generate a component with an accompanying Single Component Angular Module (SCAM)., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:scam-directive, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/scam-directive/schema.json, data=NxGeneratorData(collection=@nx/angular, name=scam-directive, description=Generate a directive with an accompanying Single Component Angular Module (SCAM)., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:scam-pipe, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/scam-pipe/schema.json, data=NxGeneratorData(collection=@nx/angular, name=scam-pipe, description=Generate a pipe with an accompanying Single Component Angular Module (SCAM)., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:setup-mf, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/setup-mf/schema.json, data=NxGeneratorData(collection=@nx/angular, name=setup-mf, description=Generate a Module Federation configuration for a given Angular application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:setup-ssr, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/setup-ssr/schema.json, data=NxGeneratorData(collection=@nx/angular, name=setup-ssr, description=Generate Angular Universal (SSR) setup for an Angular application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:setup-tailwind, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/setup-tailwind/schema.json, data=NxGeneratorData(collection=@nx/angular, name=setup-tailwind, description=Configures Tailwind CSS for an application or a buildable/publishable library., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:stories, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/stories/schema.json, data=NxGeneratorData(collection=@nx/angular, name=stories, description=Creates stories/specs for all components declared in a project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:storybook-configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/storybook-configuration/schema.json, data=NxGeneratorData(collection=@nx/angular, name=storybook-configuration, description=Adds Storybook configuration to a project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:cypress-component-configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/cypress-component-configuration/schema.json, data=NxGeneratorData(collection=@nx/angular, name=cypress-component-configuration, description=Setup Cypress component testing for a project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/angular:web-worker, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/angular/src/generators/web-worker/schema.json, data=NxGeneratorData(collection=@nx/angular, name=web-worker, description=Creates a Web Worker., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:service-worker, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/service-worker/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=service-worker, description=Initializes a service worker setup., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/application/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=application, description=Create an Angular application., type=other, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:class, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/class/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=class, description=Create a class., type=other, aliases=[cl]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:component, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/component/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=component, description=Create an Angular component., type=other, aliases=[c]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:directive, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/directive/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=directive, description=Create an Angular directive., type=other, aliases=[d]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:enum, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/enum/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=enum, description=Create an enumeration., type=other, aliases=[e]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:guard, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/guard/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=guard, description=Create a guard., type=other, aliases=[g]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:resolver, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/resolver/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=resolver, description=Create a resolver., type=other, aliases=[r]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:interceptor, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/interceptor/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=interceptor, description=Create an interceptor., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:interface, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/interface/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=interface, description=Create an interface., type=other, aliases=[i]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:module, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/module/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=module, description=Create an Angular module., type=other, aliases=[m]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:pipe, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/pipe/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=pipe, description=Create an Angular pipe., type=other, aliases=[p]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:service, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/service/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=service, description=Create an Angular service., type=other, aliases=[s]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:app-shell, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/app-shell/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=app-shell, description=Create an application shell., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/library/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=library, description=Generate a library project for Angular., type=other, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:web-worker, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/web-worker/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=web-worker, description=Create a Web Worker., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:environments, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/environments/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=environments, description=Generate project environment files., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@schematics/angular:config, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@schematics/angular/config/schema.json, data=NxGeneratorData(collection=@schematics/angular, name=config, description=Generates a configuration file., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/cypress:cypress-project, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/cypress/src/generators/cypress-project/schema.json, data=NxGeneratorData(collection=@nx/cypress, name=cypress-project, description=Add a Cypress E2E Project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/cypress:configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/cypress/src/generators/configuration/schema.json, data=NxGeneratorData(collection=@nx/cypress, name=configuration, description=Add a Cypress E2E Configuration to an existing project., type=other, aliases=[cypress-e2e-configuration, e2e, e2e-config]), options=null, contextValues=null), NxGenerator(name=@nx/cypress:component-configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/cypress/src/generators/component-configuration/schema.json, data=NxGeneratorData(collection=@nx/cypress, name=component-configuration, description=Set up Cypress Component Test for a project, type=other, aliases=[cypress-component-configuration]), options=null, contextValues=null), NxGenerator(name=@nx/cypress:migrate-to-cypress-11, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/cypress/src/generators/migrate-to-cypress-11/schema.json, data=NxGeneratorData(collection=@nx/cypress, name=migrate-to-cypress-11, description=Migrate existing Cypress e2e projects to Cypress v11, type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/express:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/express/src/generators/application/schema.json, data=NxGeneratorData(collection=@nx/express, name=application, description=Create an Express application., type=application, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nx/js:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/js/src/generators/library/schema.json, data=NxGeneratorData(collection=@nx/js, name=library, description=Create a library., type=library, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@nx/js:convert-to-swc, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/js/src/generators/convert-to-swc/schema.json, data=NxGeneratorData(collection=@nx/js, name=convert-to-swc, description=Convert a TypeScript library to compile with SWC., type=library, aliases=[swc]), options=null, contextValues=null), NxGenerator(name=@nx/js:setup-verdaccio, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/js/src/generators/setup-verdaccio/schema.json, data=NxGeneratorData(collection=@nx/js, name=setup-verdaccio, description=Setup Verdaccio for local package management., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/js:setup-build, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/js/src/generators/setup-build/schema.json, data=NxGeneratorData(collection=@nx/js, name=setup-build, description=setup-build generator, type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/linter:workspace-rule, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/linter/src/generators/workspace-rule/schema.json, data=NxGeneratorData(collection=@nx/linter, name=workspace-rule, description=Create a new Workspace ESLint rule., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/linter:convert-to-flat-config, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/linter/src/generators/convert-to-flat-config/schema.json, data=NxGeneratorData(collection=@nx/linter, name=convert-to-flat-config, description=Convert an Nx workspace's ESLint configs to use Flat Config., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/application/schema.json, data=NxGeneratorData(collection=@nx/nest, name=application, description=Create a NestJS application., type=application, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nx/nest:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/library/schema.json, data=NxGeneratorData(collection=@nx/nest, name=library, description=Create a new NestJS library., type=library, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@nx/nest:class, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/class/schema.json, data=NxGeneratorData(collection=@nx/nest, name=class, description=Run the `class` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:controller, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/controller/schema.json, data=NxGeneratorData(collection=@nx/nest, name=controller, description=Run the `controller` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:decorator, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/decorator/schema.json, data=NxGeneratorData(collection=@nx/nest, name=decorator, description=Run the `decorator` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:filter, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/filter/schema.json, data=NxGeneratorData(collection=@nx/nest, name=filter, description=Run the `filter` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:gateway, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/gateway/schema.json, data=NxGeneratorData(collection=@nx/nest, name=gateway, description=Run the `gateway` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:guard, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/guard/schema.json, data=NxGeneratorData(collection=@nx/nest, name=guard, description=Run the `guard` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:interceptor, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/interceptor/schema.json, data=NxGeneratorData(collection=@nx/nest, name=interceptor, description=Run the `interceptor` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:interface, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/interface/schema.json, data=NxGeneratorData(collection=@nx/nest, name=interface, description=Run the `interface` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:middleware, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/middleware/schema.json, data=NxGeneratorData(collection=@nx/nest, name=middleware, description=Run the `middleware` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:module, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/module/schema.json, data=NxGeneratorData(collection=@nx/nest, name=module, description=Run the `module` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:pipe, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/pipe/schema.json, data=NxGeneratorData(collection=@nx/nest, name=pipe, description=Run the `pipe` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:provider, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/provider/schema.json, data=NxGeneratorData(collection=@nx/nest, name=provider, description=Run the `provider` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:resolver, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/resolver/schema.json, data=NxGeneratorData(collection=@nx/nest, name=resolver, description=Run the `resolver` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:resource, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/resource/schema.json, data=NxGeneratorData(collection=@nx/nest, name=resource, description=Run the `resource` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/nest:service, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/nest/src/generators/service/schema.json, data=NxGeneratorData(collection=@nx/nest, name=service, description=Run the `service` NestJS generator with Nx project support., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/node:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/node/src/generators/application/schema.json, data=NxGeneratorData(collection=@nx/node, name=application, description=Create a node application., type=application, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nx/node:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/node/src/generators/library/schema.json, data=NxGeneratorData(collection=@nx/node, name=library, description=Create a node library., type=library, aliases=[lib]), options=null, contextValues=null), NxGenerator(name=@nx/node:setup-docker, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/node/src/generators/setup-docker/schema.json, data=NxGeneratorData(collection=@nx/node, name=setup-docker, description=Set up Docker configuration for a project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:plugin, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/plugin/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=plugin, description=Create a Nx Plugin., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:create-package, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/create-package/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=create-package, description=Create a package which can be used by npx to create a new workspace, type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:e2e-project, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/e2e-project/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=e2e-project, description=Create a E2E application for a Nx Plugin., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:migration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/migration/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=migration, description=Create a migration for an Nx Plugin., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:generator, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/generator/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=generator, description=Create a generator for an Nx Plugin., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:executor, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/executor/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=executor, description=Create an executor for an Nx Plugin., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/plugin:plugin-lint-checks, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/plugin/src/generators/lint-checks/schema.json, data=NxGeneratorData(collection=@nx/plugin, name=plugin-lint-checks, description=Adds linting configuration to validate common json files for nx plugins., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/storybook:configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/storybook/src/generators/configuration/schema.json, data=NxGeneratorData(collection=@nx/storybook, name=configuration, description=Add Storybook configuration to a UI library or an application., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/storybook:cypress-project, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/storybook/src/generators/cypress-project/schema.json, data=NxGeneratorData(collection=@nx/storybook, name=cypress-project, description=Add cypress e2e app to test a UI library that is set up for Storybook., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/storybook:migrate-7, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/storybook/src/generators/migrate-7/schema.json, data=NxGeneratorData(collection=@nx/storybook, name=migrate-7, description=Migrate to Storybook version 7., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/web:application, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/web/src/generators/application/schema.json, data=NxGeneratorData(collection=@nx/web, name=application, description=Create an web application., type=application, aliases=[app]), options=null, contextValues=null), NxGenerator(name=@nx/web:static-config, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/web/src/generators/static-serve/schema.json, data=NxGeneratorData(collection=@nx/web, name=static-config, description=Add a new static-serve target to a project., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:move, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/move/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=move, description=Move an application or library to another folder., type=other, aliases=[mv]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:remove, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/remove/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=remove, description=Remove an application or library., type=other, aliases=[rm]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:convert-to-monorepo, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/convert-to-monorepo/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=convert-to-monorepo, description=Convert a Nx project to a monorepo., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:workspace-generator, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/workspace-generator/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=workspace-generator, description=Generates a workspace generator., type=other, aliases=[workspace-schematic]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:run-commands, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/run-commands/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=run-commands, description=Generates a target to run any command in the terminal., type=other, aliases=[run-command, target]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:fix-configuration, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/convert-to-nx-project/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=fix-configuration, description=Fixes projects configuration, type=other, aliases=[convert-to-nx-project]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:npm-package, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/npm-package/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=npm-package, description=Create a minimal NPM package., type=library, aliases=[]), options=null, contextValues=null), NxGenerator(name=@nx/workspace:ci-workflow, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@nx/workspace/src/generators/ci-workflow/schema.json, data=NxGeneratorData(collection=@nx/workspace, name=ci-workflow, description=Generate a CI workflow., type=other, aliases=[]), options=null, contextValues=null), NxGenerator(name=@wm/plugin:library, path=file:///C:/<path-to-repo>/<my-project>/node_modules/@wm/plugin/src/generators/library/schema.json, data=NxGeneratorData(collection=@wm/plugin, name=library, description=Generates basic library., type=other, aliases=[]), options=null, contextValues=null)]
2024-02-05 16:24:08,493 [  66213]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: nx/generatorOptions (dev.nx.console.nxls.server.requests.NxGeneratorOptionsRequest@4ac75b37)
2024-02-05 16:24:08,514 [  66234]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: [NxOptionWithNoDefault(name=name, isRequired=true, deprecated=null, description=The name of the component., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=project, isRequired=true, deprecated=null, description=The name of the project., type=string, enum=null, items=null, priority=null, dropdown=projects, hint=null), NxOptionWithBooleanDefault(default=false, name=export, isRequired=false, deprecated=null, description=Specifies if the component should be exported in the declaring `NgModule`. Additionally, if the project is a library, the component will be exported from the project's entry point (normally `index.ts`) if the module it belongs to is also exported or if the component is standalone., type=boolean, enum=null, items=null, priority=important, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=true, name=standalone, isRequired=false, deprecated=null, description=Whether the generated component is standalone. _Note: This is only supported in Angular versions >= 14.1.0_., type=boolean, enum=null, items=null, priority=important, dropdown=null, hint=null), NxOptionWithStringDefault(default=Default, name=changeDetection, isRequired=false, deprecated=null, description=The change detection strategy to use in the new component., type=string, enum=[Default, OnPush], items=[Default, OnPush], priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=displayBlock, isRequired=false, deprecated=null, description=Specifies if the style will contain `:host { display: block; }`., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=flat, isRequired=false, deprecated=null, description=Create the new files at the top level of the current project., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=inlineStyle, isRequired=false, deprecated=null, description=Include styles inline in the component.ts file. Only CSS styles can be included inline. By default, an external styles file is created and referenced in the component.ts file., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=inlineTemplate, isRequired=false, deprecated=null, description=Include template inline in the component.ts file. By default, an external template file is created and referenced in the component.ts file., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=module, isRequired=false, deprecated=null, description=The filename or path to the NgModule that will declare this component., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=path, isRequired=false, deprecated=null, description=The path at which to create the component file, relative to the current workspace. Default is a folder with the same name as the component in the project root., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=prefix, isRequired=false, deprecated=null, description=The prefix to apply to the generated component selector., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=selector, isRequired=false, deprecated=null, description=The HTML selector to use for this component., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=skipImport, isRequired=false, deprecated=null, description=Do not import this component into the owning NgModule., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=skipSelector, isRequired=false, deprecated=null, description=Specifies if the component should have a selector or not., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=skipTests, isRequired=false, deprecated=null, description=Do not create `spec.ts` test files for the new component., type=boolean, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithStringDefault(default=scss, name=style, isRequired=false, deprecated=null, description=The file extension or preprocessor to use for style files, or `none` to skip generating the style file., type=string, enum=[css, scss, sass, less, none], items=[css, scss, sass, less, none], priority=null, dropdown=null, hint=null), NxOptionWithStringDefault(default=component, name=type, isRequired=false, deprecated=null, description=Adds a developer-defined type to the filename, in the format `name.type.ts`., type=string, enum=null, items=null, priority=null, dropdown=null, hint=null), NxOptionWithNoDefault(name=viewEncapsulation, isRequired=false, deprecated=null, description=The view encapsulation strategy to use in the new component., type=string, enum=[Emulated, None, ShadowDom], items=[Emulated, None, ShadowDom], priority=null, dropdown=null, hint=null), NxOptionWithBooleanDefault(default=false, name=skipFormat, isRequired=false, deprecated=null, description=Skip formatting files., type=boolean, enum=null, items=null, priority=internal, dropdown=null, hint=null)]
2024-02-05 16:24:08,514 [  66234]  FINER - #dev.nx.console.nxls.NxlsWrapper - Sending request to nxls: nx/generatorContextV2 (NxGetGeneratorContextFromPathRequest(path=C:\<path-to-repo>\<my-project>\libs\ui\chart\src\lib))
2024-02-05 16:24:08,517 [  66237]  FINER - #dev.nx.console.nxls.NxlsWrapper - Result from nxls: NxGeneratorContext(project=chart, projectName=null, directory=libs/ui/chart/src/lib, path=null, fixedFormValues=null, prefillValues=null, nxVersion=NxVersion(minor=8, major=16, full=16.8.1))
2024-02-05 16:24:08,525 [  66245]   WARN - #c.i.s.ComponentManagerImpl - com.intellij.ui.jcef.JBCefApp$Holder initializer requests com.intellij.ui.jcef.JBCefAppCache instance
2024-02-05 16:24:08,526 [  66246]   INFO - #c.i.u.j.JBCefApp - JCEF-sandbox is enabled
2024-02-05 16:24:09,330 [  67050]   INFO - #c.i.u.j.JBCefApp - jcef version: 111.2.1.691.3cc44b679366d3a62c2c30fb2ea2c941cfe08bc6 | cmd args: [--disable-features=SpareRendererForSitePerProcess, --no-proxy-server, --disable-gpu-process-crash-limit]
2024-02-05 16:24:10,342 [  68062]   INFO - #dev.nx.console.generate.ui.file.NxGenerateUiFile - posting message {"payloadType":"style","payload":{"backgroundColor":"#3c3f41","highlightTextColor":"#FFFFFF","secondaryTextColor":"#bbbbbb","fieldBackground":"#45494a","fontFamily":"'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;","fontSize":"14px"}}
2024-02-05 16:24:10,343 [  68063]   INFO - #dev.nx.console.generate.ui.file.NxGenerateUiFile - posting message {"payloadType":"config","payload":{"enableTaskExecutionDryRunOnChange":false}}
2024-02-05 16:24:10,993 [  68713]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [C:\Users\<my-user-name>\AppData\Local\JetBrains\WebStorm2023.3\caches\huge-gists] ...
2024-02-05 16:24:10,993 [  68713]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs finished
2024-02-05 16:24:15,944 [  73664]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2024-02-05 16:24:16,246 [  73966]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=<my-project>, containerState=COMPONENT_CREATED, componentStore=C:\<path-to-repo>\<my-project>)RunManager took 18 ms

SvajkaJ avatar Feb 05 '24 15:02 SvajkaJ

@SvajkaJ The plugin Nx Console Extensions provide an extension that replace the web-ui shown in an embedded browser with a native swing-ui components. For an unknown reason with your pc the html was not rendered on the embedded browser. The extension don't rely on the embedded browser(JCEF), so you don't see the problem occur. @MaxKless will investigate more the problem and fix it.

iguissouma avatar Feb 06 '24 19:02 iguissouma

Have you tried enabling JCEF manually @SvajkaJ ? It might be something weird with your java version? https://stackoverflow.com/questions/74164801/how-to-enable-jcef-in-intellij-idea

MaxKless avatar Mar 28 '24 14:03 MaxKless

Thank you for explanation and further steps. Unfortunatly, the Java Runtime I have currently supports JCEF: 17.0.10+1-1207.14-jcef

The issue persists at versions:

  • nx console: 1.21.0
  • webstorm: 2024.1.1 (build #WS-241.15989.47)

With this version, the nx console Idea and also the nx extension with native UI are completely unusable because they require build 233.* or older.

SvajkaJ avatar Apr 22 '24 13:04 SvajkaJ

Option ide.browser.jcef.enabled is set to true in the WebStorms's Registry. Reinstalling nx console does not help. Reinstalling WebStorm does not help.

SvajkaJ avatar Apr 23 '24 11:04 SvajkaJ

I found a possible reason for this. The Nx Console plugin works as intended. It is highly likely that the Nx Console plugin is, simply put, somehow disrupted by my environment (setup). Either Drive Lock is messing with me that our IT rolled out recently or some other security feature...

I changed the configuration of the WebStorm to store its config in an excluded folder. (Excluded from these security features that do not prevent me from starting anything I need for the plugin to work): global search (tap Shift twice) -> search and select Edit Custom Properties -> paste following:

idea.config.path=C:/<path-to-your-excluded-folder>/Config
idea.system.path=C:/<path-to-your-excluded-folder>/System
idea.log.path=C:/<path-to-your-excluded-folder>/Logs
idea.plugins.path=C:/<path-to-your-excluded-folder>/Plugins

Then reinstall Nx Console plugin. Should work now.

Thank you all for help.

SvajkaJ avatar Apr 23 '24 12:04 SvajkaJ

Wow! Great job tracking this down, seems tricky. Glad to hear that things are working for you now :)

MaxKless avatar May 06 '24 09:05 MaxKless