-
Notifications
You must be signed in to change notification settings - Fork 7
Error on Configure Tasks #12
Comments
Also console has the following message:
|
I'm not getting this error using the official VSCode distribution no matter how many times I run "Configure Task", so this looks like a problem from VSCodium (although they don't seem to apply any custom modifications to VSCode). |
@LaurentTreguier Just checked this on the official VSCode 1.32.3 (Portable). Error is there, but it does not affect Task Configuration list generation: https://dl.dropboxusercontent.com/s/zqn6bskjobu1b5z/Code_u59kiuqkf7.png ( I believe this error must be terminated and burned in the fire of holy debugger :) |
The reason you have errors is because of how the task is configured. It's a task definition from {
"type": "dub",
"task": "build",
"run": false,
"compiler": "dmd",
"arch": "x86_64",
"build": "debug",
"config": "library",
"problemMatcher": [
"$dub-build",
"$dub-test"
]
} |
Hi! When I run Configure Tasks in the first time I can choose: build, rebuild, run, test. I choose any of these items, run Configure Tasks again, then VSCode goes to infinite searching of available tasks to configure. Console has the following error:
The text was updated successfully, but these errors were encountered: