23 lines
408 B
Plaintext
23 lines
408 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "packages/scripts"
|
|
},
|
|
{
|
|
"path": "packages/server"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile"
|
|
},
|
|
"sort-imports.on-save": true,
|
|
"editor.tabSize": 2,
|
|
"vetur.validation.template": false,
|
|
"vetur.validation.script": false,
|
|
"vetur.validation.style": false,
|
|
}
|
|
} |