Skip to content

Commit 81c66aa

Browse files
committed
fix: standardize configuration names in launch.json
1 parent 43d13a1 commit 81c66aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "papyrus (web)",
5+
"name": "Papyrus (web)",
66
"request": "launch",
77
"type": "dart",
88
"args": ["--dart-define-from-file=.dart_defines"]
99
},
1010
{
11-
"name": "papyrus (android)",
11+
"name": "Papyrus (android)",
1212
"request": "launch",
1313
"type": "dart",
1414
"args": ["--dart-define-from-file=.dart_defines"]
1515
},
1616
{
17-
"name": "papyrus (iOS)",
17+
"name": "Papyrus (iOS)",
1818
"request": "launch",
1919
"type": "dart",
2020
"args": ["--dart-define-from-file=.dart_defines"]
2121
},
2222
{
23-
"name": "papyrus (desktop)",
23+
"name": "Papyrus (desktop)",
2424
"request": "launch",
2525
"type": "dart",
2626
"args": ["--dart-define-from-file=.dart_defines"]

0 commit comments

Comments
 (0)