19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"LSP": {
|
|
"gopls": {
|
|
"enabled": true,
|
|
"settings": {
|
|
"experimentalWorkspaceModule": true,
|
|
}
|
|
}
|
|
},
|
|
"lsp_format_on_save": true
|
|
}
|
|
}
|