Skip to content
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

Open
davidbuzz opened this issue May 21, 2022 · 6 comments
Open

can't figure out how to use it, no documentation. #1

davidbuzz opened this issue May 21, 2022 · 6 comments

Comments

@davidbuzz
Copy link

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.

@davidbuzz
Copy link
Author

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:
{
"type": "ardupilot",
"configure": "CubeOrange",
"target": "copter",
"configureOptions": "--debug",
"buildOptions": "--upload",
"problemMatcher": [
"$apgcc"
],
"label": "ardupilot: CubeOrange-copter",
"group": {
"kind": "build",
"isDefault": true
}
}
The task will be ignored.

@davidbuzz
Copy link
Author

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".

@davidbuzz
Copy link
Author

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

@hendjoshsr71
Copy link
Member

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.

@davidbuzz
Copy link
Author

I stopped using it and went back to my hand-curated launch.json and tasks.json

@afonsoVale
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants