-
Notifications
You must be signed in to change notification settings - Fork 30
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
vscode run wurst map results in error wurst.startmap failed, but only on some projects #1034
Comments
Might be the same problem as #1029
|
@peq this may help with debugging: inwc3/wc3libs#73 Because:
Looking a little more closely, I think the smoking gun is here: my diags do not have this error message, which means to me that MapRequest is being created with empty wc3path - langserver not reading from config correctly or something broken when plumbing that context. Again, this is working in another map, so the bug seems to be borne out of my use of this map project |
I have a repro of this in another project. wurstLanguageServer logs in vscode:
compiler.log is empty |
Path is now used correctly and if not path is found one can be selected by user which will be added to workspace config. |
Describe the bug
When executing runmap with mapfile and correct wurst.wc3path in settings.json, language server request fails immediately
diags
The text was updated successfully, but these errors were encountered: