Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build extension with visual studio code? #245

Open
Nielsbishere opened this issue Mar 22, 2023 · 1 comment
Open

Can't build extension with visual studio code? #245

Nielsbishere opened this issue Mar 22, 2023 · 1 comment

Comments

@Nielsbishere
Copy link
Contributor

When I open src\ShaderTools.VSCode with vscode and click run, it complains about bin\win-x64\ShaderTools.LanguageServer.exe not being found. I assumed that was because the ShaderTools.VSCode can't find the built symbols from the separate solution. So I copied the (corrrectly built) output from src\ShaderTools.LanguageServer\bin\Release\net6.0 to src\ShaderTools.VSCodebin\win-x64\ShaderTools.LanguageServer.exe. This doesn't do anything besides crash the extension and there are ofc no pdbs or anything that could help me with that.
I used the commands in the github CI file and it gave no errors, only 338 warnings (a lot about mismatching visual studio versions).

@Nielsbishere
Copy link
Contributor Author

If anybody wants to know how to build; you can download the extension and throw the win-x64 folder from src\ShaderTools.LanguageServer\bin\Release\net6.0 into the right directory in the installed vscode version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant