2024-12-13 09:09:14 +01:00
|
|
|
{
|
|
|
|
"lsp": {
|
|
|
|
"gopls": {
|
|
|
|
"initialization_options": {
|
|
|
|
"local": "code.icb4dc0.de/prskr/supabase-operator"
|
|
|
|
}
|
2025-03-26 13:51:04 +01:00
|
|
|
},
|
|
|
|
"golangci-lint": {
|
|
|
|
"initialization_options": {
|
|
|
|
"command": [
|
|
|
|
"go",
|
|
|
|
"tool",
|
|
|
|
"golangci-lint",
|
|
|
|
"run",
|
|
|
|
"--output.json.path",
|
|
|
|
"stderr",
|
|
|
|
"--issues-exit-code=1"
|
|
|
|
]
|
|
|
|
}
|
2024-12-13 09:09:14 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|