22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"lsp": {
|
|
"gopls": {
|
|
"initialization_options": {
|
|
"local": "code.icb4dc0.de/prskr/supabase-operator"
|
|
}
|
|
},
|
|
"golangci-lint": {
|
|
"initialization_options": {
|
|
"command": [
|
|
"go",
|
|
"tool",
|
|
"golangci-lint",
|
|
"run",
|
|
"--output.json.path",
|
|
"stderr",
|
|
"--issues-exit-code=1"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|