1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
anytype-ts/js-anytype.code-workspace

21 lines
472 B
Text

{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"aaron-bond.better-comments",
"github.copilot",
"eamodio.gitlens",
"timonwong.shellcheck",
"dbaeumer.vscode-eslint"
]
},
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"debug.inlineValues": "on"
}
}