Skip to content

Commit

Permalink
added vscode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunniii committed Sep 24, 2023
1 parent e99330e commit c5e5940
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}
19 changes: 19 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "bun run build && ./copy_files.sh",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "Build & Copy",
"detail": "bun run build && ./copy_files.sh",
"presentation": {
"close": true
}
}
]
}

0 comments on commit c5e5940

Please sign in to comment.