imc-trading / svlangserver

MIT License
95 stars 13 forks source link

cant jump in windows vscode #19

Closed ghost closed 2 years ago

ghost commented 2 years ago

image it seems that path symbol "\" in windows is mistaken for %5C. Is this caused by svlangserver or vscode ?

kkanhere commented 2 years ago

Can you please check the .vscode/svlangserver/index.json or .vscode/svlangserver/linter.vc file and confirm the file paths there? If those also contain '%5C' then it might be a bug with svlangserver.

ghost commented 2 years ago

Can you please check the .vscode/svlangserver/index.json or .vscode/svlangserver/linter.vc file and confirm the file paths there? If those also contain '%5C' then it might be a bug with svlangserver.

I have checked these files, none of them contain '%5c', I can confirm it is a issue of vscode in windows though I dont know how to fix it. THX a lot :)

kkanhere commented 2 years ago

I am able to reproduce this on my end and it is a bug with the language server. So thanks for reporting. I have a fix and I expect it to go into the release planned in a day or two.

kkanhere commented 2 years ago

The issue should be fixed in the latest (0.4.0) release. Kindly confirm. Thanks

ghost commented 2 years ago

The issue of jump on instantiated module name is fixed, but jump on instantiated signal names still exists. It is the same phenomenon that find 5C% in path.

kkanhere commented 2 years ago

Ack. Fix should go in the next release. Thanks!

kkanhere commented 2 years ago

Should be fixed in 0.4.1