-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spaces in %UserProfile% breaks LTex Client start up #887
Comments
Also observed by @RobuxShooters (comment) in #884 |
"Fixable" by changing line 6556 in extension.js |
Line is likely to be incorrect, because I used the fork https://github.com/ltex-plus/vscode-ltex-plus. But the concept should work here as well |
Might be a version difference, but this is on line 13612 for me. The fix is indeed successful, atleast from my side. |
@YaNickname2000 Thank you for the hint. I will take care in the upcoming days about this issue in the fork LTeX+ https://github.com/ltex-plus/vscode-ltex-plus |
The fix is part of the latest release of LTeX+ https://marketplace.visualstudio.com/items?itemName=ltex-plus.vscode-ltex-plus |
Note: It is highly recommended to follow the instructions at https://valentjn.github.io/ltex/vscode-ltex/contributing.html#how-to-report-bugs and use the
LTeX: Report bug in LTeX
command from within Visual Studio Code. Per the contribution guidelines, deleting parts of the template or not filling in vital information may result in the issue to be immediately closed as invalid.Describe the bug
Having spaces in %Userprofile% interrupts the LTex start up
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Start up completes without issue.
Sample document
If the bug occurs for a specific document (e.g. LaTeX), please paste it here. If your document is very long or confidential, please create and attach a smaller example for which the bug still occurs so that we can reproduce it.
Not required.
LTeX configuration
Please paste all configuration settings starting with
ltex.
from yoursettings.json
. You can help us by temporarily removing some irrelevant settings from yoursettings.json
and see if the bug still occurs."LTeX Language Server" log file
No log file created as server never starts
"LTeX Language Client" log file
First, set the
ltex.trace.server
setting in yoursettings.json
to"verbose"
. Then, reload the VS Code window and reproduce the bug. Go toView
→Output
and selectLTeX Language Client
in the drop-down list. Paste this log here (note: it will contain your checked document):Version information
List here the version information of the relevant software.
Additional context/information
You can add any other context or information about the problem here.
Originally posted by @Uchiha-Senju in #80 (comment)
The text was updated successfully, but these errors were encountered: