cwtools / cwtools-vscode

A VS Code extension providing language server support for paradox script files using cwtools
Other
88 stars 12 forks source link

Cannot run CWTools on mac anymore #96

Closed olivenkranz closed 6 months ago

olivenkranz commented 7 months ago

Hello

Today while modding, at some point CWTools stopped working, I assume because it downloaded the most recent update. Since then I cannot use the extension anymore. After looking at the error the extension gave in vscode, I found out that I was missing a folder structure (this error message: ENOENT: no such file or directory, chmod '/Users/olivenkranz/.vscode/extensions/tboby.cwtools-vscode-0.10.13/out/server/osx.10.11-x64/CWTools Server') I found the file and tried to create the folder structure, but I cannot since my software (MacOS) prohibits the naming of folders to start with a dot, which I assume is the initial cause for the error in the first place. Since besides modding I don't have a lot of experience with actual code, I am unable to help myself by editing the file (from google searches that should be a .json type of file) that would find the file asked in the above error where it currently is located.

Restarting vscode or the computer, reinstalling or disable and reenabling the extension didn't help.

Sincerely, olivenkranz

tboby commented 7 months ago

Hi, sorry, I wondered if this might happen but didn't have a mac to test on. I think I know how to resolve it from that error, give me 30 mins or so.

tboby commented 7 months ago

@olivenkranz 0.10.14 just published, which should (hopefully) fix this. Could you let me know?

olivenkranz commented 7 months ago

Thank you, the project loaded and the auto-complete seems to work. Thanks a lot!