1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00
anytype-ts/anytype-ts.code-workspace
2024-01-08 14:41:09 +01:00

22 lines
488 B
Text

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