0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Reorganize workspaces

This commit is contained in:
Delta1925 2023-04-16 20:03:10 +02:00
parent f457350746
commit da472a23ff
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
9 changed files with 140 additions and 24 deletions

4
website/.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

6
website/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}