mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-23 12:29:35 +02:00
Added VS Code workspace
This commit is contained in:
parent
9cdfed4b45
commit
533cc6096c
3 changed files with 22 additions and 0 deletions
11
FoxBank.code-workspace
Normal file
11
FoxBank.code-workspace
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "client"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "server"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
6
client/.vscode/extensions.json
vendored
Normal file
6
client/.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"svelte.svelte-vscode",
|
||||||
|
"bradlc.vscode-tailwindcss"
|
||||||
|
]
|
||||||
|
}
|
5
server/.vscode/extensions.json
vendored
Normal file
5
server/.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"ms-python.python"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue