Modifica alcune impostationi VSCodium Workspace

This commit is contained in:
Luca Pellegrini 2023-02-13 12:03:18 +01:00
parent 3fafdfc932
commit 9de6233e3a
2 changed files with 15 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"recommendations": [
"timonwong.shellcheck"
]
}

View File

@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.fontSize": 16
}
}