Files
salvato.newfreeplanet/.vscode/settings.json
Surya Paolo 2b6411eb77 - Installazione primo Sito Web del server
- Creazione prima pagina Home
2023-12-09 00:19:48 +01:00

16 lines
377 B
JSON
Executable File

{
"vetur.validation.template": false,
"vetur.format.enable": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"vue"
],
"typescript.tsdk": "node_modules/typescript/lib",
"vetur.experimental.templateInterpolationService": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
},
}