We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a task provider task for a single project works fine from the command palette:
However if you click the cog icon to customise it, the cwd is not set in the options:
cwd
{ "version": "2.0.0", "tasks": [ { "type": "dart", "command": "dart", "args": [ "pub", "get" ], "problemMatcher": [], "label": "dart: dart pub get" } ] }
This means customisations won't run without adding it back.
The text was updated successfully, but these errors were encountered:
This might be a VS Code issue, I've filed microsoft/vscode#144165.
Sorry, something went wrong.
17f353c
No branches or pull requests
Running a task provider task for a single project works fine from the command palette:
However if you click the cog icon to customise it, the
cwd
is not set in the options:This means customisations won't run without adding it back.
The text was updated successfully, but these errors were encountered: