Skip to content

Commit

Permalink
Merge pull request project-fika#2 from project-fika/move-vscode-settings
Browse files Browse the repository at this point in the history
Remove vscode folder
  • Loading branch information
TheSpartaPT authored Apr 28, 2024
2 parents 9ab9c22 + 9f1e753 commit 7ba53b8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

21 changes: 0 additions & 21 deletions .vscode/tasks.json

This file was deleted.

30 changes: 29 additions & 1 deletion Fika-Server.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,33 @@
"path": "."
}
],
"settings": {}
"tasks": {
"version": "2.0.0",
"tasks": [
{
"label": "npm: install",
"type": "shell",
"command": "npm install",
},
{
"label": "npm: build",
"type": "shell",
"command": "npm run build",
"dependsOrder": "sequence",
"dependsOn": "npm: install",
"group": {
"kind": "build",
"isDefault": true
}
}
]
},
"settings": {
"window.title": "Fika Server"
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
}

0 comments on commit 7ba53b8

Please sign in to comment.