Initial commit
This commit is contained in:
14
.zed/debug.json
Normal file
14
.zed/debug.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label": "Launch Chrome (TypeScript)",
|
||||
"adapter": "JavaScript",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"url": "http://localhost:3000",
|
||||
"program": "$ZED_FILE",
|
||||
"webRoot": "${ZED_WORKTREE_ROOT}",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
]
|
||||
}
|
||||
]
|
||||
6
.zed/i18n.json
Normal file
6
.zed/i18n.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"localePaths": [
|
||||
"app/i18n/locales"
|
||||
],
|
||||
"sourceLocale": "en"
|
||||
}
|
||||
43
.zed/settings.json
Normal file
43
.zed/settings.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"formatter": [],
|
||||
"code_actions_on_format": {
|
||||
"source.fixAll.eslint": true,
|
||||
},
|
||||
"lsp": {
|
||||
"tailwindcss-language-server": {
|
||||
"settings": {
|
||||
"includeLanguages": {
|
||||
"vue": "html",
|
||||
},
|
||||
"experimental": {
|
||||
"classRegex": [
|
||||
"class=\"([^\"]*)\"",
|
||||
"class='([^']*)'",
|
||||
":class=\"([^\"]*)\"",
|
||||
":class='([^']*)'",
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
"json-language-server": {
|
||||
"settings": {
|
||||
"json": {
|
||||
"schemas": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"package.json"
|
||||
],
|
||||
"url": "https://www.schemastore.org/package",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"file_types": {
|
||||
"GitHub Actions": [
|
||||
".gitea/workflows/*.yml",
|
||||
".gitea/workflows/*.yaml"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user