dappconnect-chat-sdk/.vscode/extensions.json
Felicio Mununga 10115f4d80
update release workflow (#575)
* chore: add github.vscode-github-actions extension to recommended extensions

* chore: run job on single machine

* chore: Add reusable workflow for CI

* Create olive-laws-exercise.md

* chore: Add dependency on ci workflow for release workflow
2024-07-24 14:39:54 +02:00

13 lines
261 B
JSON

{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"zxh404.vscode-proto3",
"ms-vscode.hexeditor",
"mikestead.dotenv",
"bradlc.vscode-tailwindcss",
"vitest.explorer",
"github.vscode-github-actions"
]
}