1
0
silverbullet/.vscode/noot.code-workspace

23 lines
415 B
Plaintext
Raw Normal View History

2022-02-21 08:32:36 +00:00
{
2022-02-22 13:18:37 +00:00
"folders": [
{
"path": ".."
},
{
"path": "../server"
2022-02-24 16:24:49 +00:00
},
{
"path": "../plugin-bundler"
2022-02-22 13:18:37 +00:00
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"javascript.format.enable": false,
"typescript.format.enable": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}