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

JS-3190: CSS vars

This commit is contained in:
Andrew Simachev 2024-01-08 14:41:09 +01:00
parent 9c1a37345f
commit bb4fc29c83
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
51 changed files with 169 additions and 139 deletions

22
anytype-ts.code-workspace Normal file
View file

@ -0,0 +1,22 @@
{
"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"
}
}