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
Razor 22d7c35356
Feature/Widgets (#1501)
* 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
2023-02-25 15:24:34 +03:00

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",
}
}