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:
parent
9c1a37345f
commit
bb4fc29c83
51 changed files with 169 additions and 139 deletions
22
anytype-ts.code-workspace
Normal file
22
anytype-ts.code-workspace
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue