But continue to allow own launch and other VSCode files per each working directory.
7 lines
141 B
JSON
7 lines
141 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": ["source.formatDocument"]
|
|
}
|