mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-09 08:19:25 +03:00
Improve gopls default configuration.
This commit is contained in:
@@ -54,7 +54,13 @@
|
||||
"url": "https://golang.org/x/tools/gopls",
|
||||
"command": "gopls",
|
||||
"file_patterns": ["%.go$"],
|
||||
"rootIndicationFileNames": ["go.work", "go.mod", ".git"]
|
||||
"rootIndicationFileNames": ["go.work", "go.mod", ".git"],
|
||||
"initializationOptions": {
|
||||
"usePlaceholders": true,
|
||||
"semanticTokens": true,
|
||||
"noSemanticString": true,
|
||||
"noSemanticNumber": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"language": "php",
|
||||
|
||||
Reference in New Issue
Block a user