Added recommended extensions
This commit is contained in:
parent
04ff29277d
commit
3d7867abe3
|
@ -1,4 +1,4 @@
|
|||
name: Build Script
|
||||
name: Build app
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"dart-code.dart-code",
|
||||
"dart-code.flutter",
|
||||
"github.vscode-github-actions"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue