mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00

* patch * JS-1472: fix * JS-1480: sidebar z-index * JS-1484: fix crash * JS-1479: fix * fix space subscription * fix space subscription * JS-1467: markdown shortcuts sections * code block show lang * JS-1466: add tooltip captions * JS-1485: refactoring of edit icon in grid * JS-1492: new shortcuts * JS-1469: link paste * store header tooltips
28 lines
No EOL
561 B
Text
28 lines
No EOL
561 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"esbenp.prettier-vscode",
|
|
"aaron-bond.better-comments",
|
|
"github.copilot",
|
|
"eamodio.gitlens",
|
|
"timonwong.shellcheck",
|
|
"dbaeumer.vscode-eslint"
|
|
]
|
|
},
|
|
"settings": {
|
|
"prettier.enable": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false,
|
|
"source.organizeImports": false
|
|
},
|
|
"prettier.documentSelectors": ["**/*.svg"],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"debug.inlineValues": "on",
|
|
}
|
|
} |