mirror of https://github.com/usememos/memos
chore: setup project workspace for better DX (#1048)
* chore: setup project workspace for better DX * chore: remove prettier extpull/1049/head
parent
bd9003c24b
commit
94f97208e3
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"golang.go"
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"path": "../"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "web",
|
||||||
|
"path": "../web"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"lokalise.i18n-ally",
|
||||||
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"csstools.postcss"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue