mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
20 lines
411 B
Text
20 lines
411 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"aaron-bond.better-comments",
|
|
"github.copilot",
|
|
"eamodio.gitlens",
|
|
"timonwong.shellcheck",
|
|
"dbaeumer.vscode-eslint"
|
|
]
|
|
},
|
|
"settings": {
|
|
"editor.formatOnSave": false,
|
|
"debug.inlineValues": "on"
|
|
}
|
|
}
|