Unable to run VS Code outside the Developer Command Prompt #12334
Unanswered
hichemfantar
asked this question in
Q&A
Replies: 2 comments
-
I'm facing a similar issue as I want to remote on a windows host remotely via SSH. It's incredible frustrating that this doesn't seem to work, as It seems to be a very common use-case for remote development on a windows host machine from linux/osx. I've already wasted over too much time researching this, just to be able to debug some tests on Windows. No other toolchain/language I've used is this miserable to set up for remote development. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The "args" should be similar 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
-
According to the official docs, I should be able to start vscode inside developer command prompt mode with a simple config (no need to launch vscode from the developer command prompt manually).
https://code.visualstudio.com/docs/cpp/config-msvc#_run-vs-code-outside-the-developer-command-prompt
For some reason, this isn't working at all.
one thing I tried, is create a custom terminal profile.
vscode global settings file
local workspace settings file:
this works only if i open the terminal and type out the compile command, but it's not working when I run the
run c/c++ file
command provided by the c/c++ extension.workspace
tasks.json
Beta Was this translation helpful? Give feedback.
All reactions