You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - Refresh workspace started called from nxls
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Retrieving workspace configuration
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Using local Nx package at {project_root}/node_modules/nx/src/project-graph/file-utils.js
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Using local Nx package at {project_root}/node_modules/nx/src/project-graph/project-graph.js
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Using local Nx package at{project_root}/node_modules/nx/src/project-graph/file-map-utils.js
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Using local Nx package at {project_root}/node_modules/nx/src/daemon/client/client.js
2024-10-10 13:45:12,827 [165160238] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.827Z - Using local Nx package at {project_root}/node_modules/nx/src/utils/output.js
2024-10-10 13:45:12,829 [165160240] INFO - #dev.nx.console.nxls.client.NxlsLanguageClient - [Nxls] - 2024-10-10T10:45:12.828Z - createProjectGraphAndSourceMapsAsync
Some logs coming from NxlsLanguageClient have an extra newline. However, the offending logs are not present in the KT code, but rather in the language server.
Current Behavior
Some logs coming from
NxlsLanguageClient
have an extra newline. However, the offending logs are not present in the KT code, but rather in the language server.These logs are fine:
nx-console/apps/intellij/src/main/kotlin/dev/nx/console/nxls/client/NxlsLanguageClient.kt
Lines 55 to 59 in 35432ea
Expected Behavior
For the logs to not have this newline. This is making the logs harder to read (usually empty lines mean there are stack traces coming after them)
Steps to Reproduce
Install plugin
View IDE logs
Failure Logs / Images / Videos
Environment
The text was updated successfully, but these errors were encountered: