mirror of https://github.com/jetkvm/kvm.git
18 lines
450 B
JSON
18 lines
450 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
|
|
} |