-
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
Launching with "preLaunchTask" pointing to a tsc build task generate errors #8930
Comments
Removing a check that seems to be a leftover from previous change [2] [1] eclipse-theia#8930 [2] eclipse-theia#5024 (comment) Signed-off-by: Alvaro Sanchez-Leon <[email protected]>
The issue was triggered by launching a debug session which includes a "preLaunchTask" referencing a build task. The issue happened even if the "cwd" option was present in the tasks.json file The check triggering the error was removed as the 'cwd' options should not be mandatory see 'options' under [3] as well as comment [2]. [1] eclipse-theia#8930 [2] eclipse-theia#5024 (comment) [3] https://code.visualstudio.com/docs/editor/tasks#_custom-tasks Signed-off-by: Alvaro Sanchez-Leon <[email protected]>
The issue was triggered by launching a debug session which includes a "preLaunchTask" referencing a build task. The issue happened even if the "cwd" option was present in the tasks.json file The check triggering the error was removed as the 'cwd' options should not be mandatory see 'options' under [3] as well as comment [2]. [1] #8930 [2] #5024 (comment) [3] https://code.visualstudio.com/docs/editor/tasks#_custom-tasks Signed-off-by: Alvaro Sanchez-Leon <[email protected]>
Closing thanks to #8949. |
"tsc: bulild - tsconfig.json" there is a typo. pls fix |
@0xkiichiro can you clarify where the typo is in the code I do not see it? If you're referring to the description of the issue it is not important and quite old anyways (the issue is fixed as well). |
under steps to reproduce 2nd step had "tsc: bulild - tsconfig.json" instead of "build". |
Bug Description:
Debug launch with automatically generated tasks and launch files for a helloworld typescript program fail with errors
Steps to Reproduce:
Additional Information
Reference project files:
[1] Generated tasks.json
[2] Generated launch.json
[3] Example tsconfig.json
The text was updated successfully, but these errors were encountered: