Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit c71a6d9

Browse files
committed
dev: add version in launch config
1 parent 165f836 commit c71a6d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
{
88
"name": "filcnaplo",
99
"cwd": "filcnaplo",
10-
"request": "attach",
10+
"request": "launch",
1111
"type": "dart",
12+
"toolArgs": [
13+
"--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1)"
14+
]
1215
}
1316
]
1417
}

0 commit comments

Comments
 (0)