mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"javascript.suggestionActions.enabled": false,
|
|
"html.filetypes": ["ejs", "jst"],
|
|
"languageserver": {
|
|
"golang": {
|
|
"filetypes": ["go"],
|
|
"command": "gopls",
|
|
"rootPatterns": ["go.mod"],
|
|
"disableWorkspaceFolders": true
|
|
}
|
|
}
|
|
}
|