Added recommended extensions

This commit is contained in:
JHubi1 2024-06-18 14:17:14 +02:00
parent 04ff29277d
commit 3d7867abe3
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Build Script
name: Build app
on:
workflow_dispatch:
inputs:

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"dart-code.dart-code",
"dart-code.flutter",
"github.vscode-github-actions"
]
}