Skip to content

Commit 8a21984

Browse files
committed
[productivity] add explicit program args to launch configs
Bug: #60070 Change-Id: Ibd0854e727855bf77ff789af546f85c04628a076 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409400 Reviewed-by: Brian Wilkerson <[email protected]> Auto-Submit: Phil Quitslund <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent 8f33b6d commit 8a21984

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/analysis_server/.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"name": "Current file",
66
"request": "launch",
77
"type": "dart",
8+
"program": "${file}",
89
},
910
{
1011
"name": "test: all",

pkg/linter/.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"name": "Current file",
66
"request": "launch",
77
"type": "dart",
8+
"program": "${file}",
89
},
910
{
1011
"name": "test: all",

0 commit comments

Comments
 (0)