Files
sdk/pkg/analysis_server/.vscode/tasks.json
T
pq 93847ce649 [productivity] server test launch config and generate task
Bug: https://github.com/dart-lang/sdk/issues/60070
Change-Id: Ia7dea87b6b2ac3c74745bb81807fe7347f1a552a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/408340
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2025-02-06 11:47:14 -08:00

11 lines
163 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "generate files",
"type": "shell",
"command": "tool/spec/generate_files",
"problemMatcher": []
}
]
}