-
Notifications
You must be signed in to change notification settings - Fork 7
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
can't figure out how to use it, no documentation. #1
Comments
more details: ran Terminal(menu)->Run Task(menu)->clicked on 'ardupilot' -> got a popup saying "There are task errors. See the output for details.' [Show output]. i clicked 'show output. it said: Error: The ardupilot task detection didn't contribute a task for the following configuration: |
more details: ran Terminal(menu)->Run Task(menu)->clicked on ''ardupilot: CubeOrange-copter' ( the only other relevant-looking one ) got a popup saying "There is no task provider registered for tasks of type "ardupilot". |
looks like one of the extensions in extensions.json has had its name change, here's anotehr repo doing the same change ..? will that fix it? Dart-Code/Dart-Code@e30f79f |
Ended up here too.. The extension worked for me right when it was released. But no more... I was planning to use it to call a debug task that build automagically and then uploads and attaches a debugger. |
I stopped using it and went back to my hand-curated launch.json and tasks.json |
From what I can gather, the issue occurs when the --debug option is in the configureOptions for the task. Without it, I'm able to run the task just fine. |
i installed the plugin, messed around with trying to follow what the GIF animation showed, and my plugin didn't seem to do anything. tried copying everything from its .vscode volder into my .vscode folder, and it still didn't work. no idea what to do next.
The text was updated successfully, but these errors were encountered: