HashLink visual studio code plugin does not work

Hello,

When running a sample game using hash link VS Code plugin (installed from marketplace), I get the following error message:

Error: ENOENT: no such file or directory, open ‘bin/langParser.hl’ Called from fs.js line 440 column 3 Called from electron/js2c/asar.js line 140 column 31 Called from fs.js line 342 column 35 Called from fs.readFileSync (electron/js2c/asar.js line 542 column 40) Called from c:\Users\lajos.vscode\extensions\haxefoundation.haxe-hl-1.1.1\adapter.js line 290 column 79 Called from c:\Users\lajos.vscode\extensions\haxefoundation.haxe-hl-1.1.1\adapter.js line 103 column 29 Called from c:\Users\lajos.vscode\extensions\haxefoundation.haxe-hl-1.1.1\node_modules\vscode-debugadapter\lib\debugSession.js line 342 column 22 Called from c:\Users\lajos.vscode\extensions\haxefoundation.haxe-hl-1.1.1\node_modules\vscode-debugadapter\lib\protocol.js line 97 column 38 Called from c:\Users\lajos.vscode\extensions\haxefoundation.haxe-hl-1.1.1\node_modules\vscode-debugadapter\lib\protocol.js line 18 column 44 Called from events.js line 223 column 5

Does anybody have any idea how to fix this?
The game runs fine from command line btw.

Thanks