I'm following the guide at https://code.visualstudio.com/api/language-extensions/language-server-extension-guide to create an LSP Client for vscode (I already have a server, it's written in a different language).
I would like to know if it is possible to do either of these things:
I do not have any experience with Typescript, so please be gentle with code snippets!
If you use vsix it should by default include the files in your main directory.
You can later access them for example using path.join(context.extensionPath, "mybinary")
At least it does work for us this way in https://github.com/scalameta/metals-vscode