linxus fs fixes
This commit is contained in:
parent
ac23b70146
commit
0b7846fe67
292 changed files with 41947 additions and 41947 deletions
46
.vscode/settings.json
vendored
46
.vscode/settings.json
vendored
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
|
||||
"docker-compose*.yml",
|
||||
"docker-compose*.yaml"
|
||||
],
|
||||
"https://json.schemastore.org/grafana-dashboard-5.x.json": [
|
||||
"monitoring/grafana/provisioning/datasources/*.yml"
|
||||
],
|
||||
"https://json.schemastore.org/kustomization.json": [
|
||||
"k8s/**/kustomization.yml"
|
||||
]
|
||||
},
|
||||
"yaml.customTags": [
|
||||
"!datasources",
|
||||
"!dashboard",
|
||||
"!notification",
|
||||
"!template"
|
||||
],
|
||||
"yaml.validate": true,
|
||||
"yaml.completion": true,
|
||||
"yaml.hover": true,
|
||||
"yaml.format.enable": true
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
|
||||
"docker-compose*.yml",
|
||||
"docker-compose*.yaml"
|
||||
],
|
||||
"https://json.schemastore.org/grafana-dashboard-5.x.json": [
|
||||
"monitoring/grafana/provisioning/datasources/*.yml"
|
||||
],
|
||||
"https://json.schemastore.org/kustomization.json": [
|
||||
"k8s/**/kustomization.yml"
|
||||
]
|
||||
},
|
||||
"yaml.customTags": [
|
||||
"!datasources",
|
||||
"!dashboard",
|
||||
"!notification",
|
||||
"!template"
|
||||
],
|
||||
"yaml.validate": true,
|
||||
"yaml.completion": true,
|
||||
"yaml.hover": true,
|
||||
"yaml.format.enable": true
|
||||
}
|
||||
38
.vscode/tasks.json
vendored
38
.vscode/tasks.json
vendored
|
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Start Data Service",
|
||||
"type": "shell",
|
||||
"command": "bun",
|
||||
"args": [
|
||||
"run",
|
||||
"dev"
|
||||
],
|
||||
"group": "build",
|
||||
"isBackground": true,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Start Data Service",
|
||||
"type": "shell",
|
||||
"command": "bun",
|
||||
"args": [
|
||||
"run",
|
||||
"dev"
|
||||
],
|
||||
"group": "build",
|
||||
"isBackground": true,
|
||||
"problemMatcher": [
|
||||
"$tsc"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue