mirror of https://github.com/jetkvm/kvm.git
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"tailwindCSS.classFunctions": [
|
|
"cva",
|
|
"cx"
|
|
],
|
|
"gopls": {
|
|
"build.buildFlags": [
|
|
"-tags",
|
|
"synctrace"
|
|
]
|
|
},
|
|
"git.ignoreLimitWarning": true,
|
|
"cmake.sourceDirectory": "${workspaceFolder}/internal/native/cgo",
|
|
"cmake.ignoreCMakeListsMissing": true,
|
|
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": true,
|
|
"C_Cpp.inlayHints.parameterNames.enabled": true,
|
|
"C_Cpp.inlayHints.referenceOperator.enabled": true,
|
|
"TARGET_IP": "192.168.0.199",
|
|
"DEBUG_PORT": "2345",
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/internal/ota/testdata/ota/*.json"
|
|
],
|
|
"url": "./internal/ota/testdata/ota.schema.json"
|
|
}
|
|
]
|
|
} |