1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-22 23:39:36 +02:00

Added VS Code workspace

This commit is contained in:
Kenneth Bruen 2021-11-14 15:31:07 +02:00
parent 9cdfed4b45
commit 533cc6096c
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
3 changed files with 22 additions and 0 deletions

11
FoxBank.code-workspace Normal file
View file

@ -0,0 +1,11 @@
{
"folders": [
{
"path": "client"
},
{
"path": "server"
}
],
"settings": {}
}

6
client/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"recommendations": [
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss"
]
}

5
server/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.python"
]
}