-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cpp build task does not work #6204
Comments
I made this change elaihau@d080d6a which fixed the display issue (i.e., Instead I was getting this error
I know this looks like the problem of "the command finishes (too quickly) before it gets attached to the terminal", but my task was defined like this in the pref:
"sleep 5" should be more than enough ... do you have any ideas of what could go wrong ? @vince-fugnitto @marechal-p |
I don't really know, but I just wanted to mention that you could just use:
That command is already interpreted by a shell. |
i got exactly the same error if i use i used |
This pull request fixes the following problems: - cpp task labels are displayed as "undefined: xxxx" and it is wrong - Theia always fails to run tasks defined in cpp extension. When they are started from the "Run Task", users either get "launch config not found" error, or an exception that says "Error attaching to terminal". fixed #6204
This pull request fixes the following problems: - cpp task labels are displayed as "undefined: xxxx" and it is wrong - Theia always fails to run tasks defined in cpp extension. When they are started from the "Run Task", users either get "launch config not found" error, or an exception that says "Error attaching to terminal". fixed #6204
This pull request fixes the following problems: - cpp task labels are displayed as "undefined: xxxx" and it is wrong - Theia always fails to run tasks defined in cpp extension. When they are started from the "Run Task", users either get "launch config not found" error, or an exception that says "Error attaching to terminal". fixed #6204
This pull request fixes the following problems: - cpp task labels are displayed as "undefined: xxxx" and it is wrong - Theia always fails to run tasks defined in cpp extension. When they are started from the "Run Task", users either get "launch config not found" error, or an exception that says "Error attaching to terminal". fixed eclipse-theia#6204
Description
I have this in my workspace preferences:
This generates a task in the task runner:
First, notice the
undefined
, I don't think it's intended for it to be there. Then, when I try to run it, nothing happens and I get this in the console:I am at the following commit:
The text was updated successfully, but these errors were encountered: