saem / vscode-nim

Other
177 stars 23 forks source link

Fix parameters of workspaceFolderLike creation #43

Closed shunf4 closed 3 years ago

shunf4 commented 3 years ago

The old workspaceFolderLike procedure includes parameter vscode, resulting in a bad creation ( {uri: (vscode), name: (uri), index: (name)} ). The fix corrects it.

The fix enables "hover" and "go to definition" in files outside current project folder.

saem commented 3 years ago

Nice, I'll test this out tomorrow (I should be fast asleep 😅) and cut a release if it checks out.

saem commented 3 years ago

Awesome, thanks