Created
November 5, 2019 02:17
-
-
Save mbriggs/ec48d94dcab98abb14fef4a0c7de415e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"languageserver": { | |
"golang": { | |
"command": "gopls", | |
"rootPatterns": ["go.mod"], | |
"filetypes": ["go"] | |
}, | |
"dockerfile": { | |
"command": "docker-langserver", | |
"filetypes": ["dockerfile"], | |
"args": ["--stdio"] | |
}, | |
"bash": { | |
"command": "bash-language-server", | |
"args": ["start"], | |
"filetypes": ["sh"], | |
"ignoredRootPaths": ["~"] | |
} | |
}, | |
"typescript.preferences.importModuleSpecifier": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment