Skip to content

Commit 3d7867a

Browse files
committed
Added recommended extensions
1 parent 04ff292 commit 3d7867a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Script
1+
name: Build app
22
on:
33
workflow_dispatch:
44
inputs:

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"dart-code.dart-code",
4+
"dart-code.flutter",
5+
"github.vscode-github-actions"
6+
]
7+
}

0 commit comments

Comments
 (0)