mirror of https://github.com/jetkvm/kvm.git
23 lines
461 B
JSON
23 lines
461 B
JSON
{
|
|
"tailwindCSS.classFunctions": [
|
|
"cva",
|
|
"cx"
|
|
],
|
|
"gopls": {
|
|
"build.buildFlags": [
|
|
"-tags",
|
|
"synctrace"
|
|
]
|
|
},
|
|
"git.ignoreLimitWarning": true,
|
|
"cmake.sourceDirectory": "/workspaces/kvm-static-ip/internal/native/cgo",
|
|
"cmake.ignoreCMakeListsMissing": true,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/internal/ota/testdata/ota/*.json"
|
|
],
|
|
"url": "./internal/ota/testdata/ota.schema.json"
|
|
}
|
|
]
|
|
} |