Replies: 1 comment
-
@jon-zu We now have a setting which can allow you to always have the Visual Studio Developer environment sourced: cmake.useVsDeveloperEnvironment. If you set this to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I build a cmake project on a windows host, via ssh remotely. Building the project in a vscode process launched in a vs dev shell works just fine. However since vscode client launches the vscode server on the remote host outside of the dev shell It has to be set up somehow later. I've followed the
tasks.json
setup from here, but It doesn't seem to have any effect.tasks.json
It's really frustrating that this is so difficult to setup, It should be plug and play.
Beta Was this translation helpful? Give feedback.
All reactions