Replies: 1 comment
-
That seems like it could be a VS Code bug with the CustomExecution class, which handles all the variable resolving for the task. Can you file a VS Code bug? You could refer them to our usage at https://github.com/microsoft/vscode-cpptools/blob/main/Extension/src/LanguageServer/cppBuildTaskProvider.ts#L199 . |
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
-
I tried excute task like below:
Then print Error
echo ECHO�� �����Ǿ� �ֽ��ϴ�.
Why don't use
env
option in"type": "cppbuild"
?But works good in
"type": "shell"
.Beta Was this translation helpful? Give feedback.
All reactions