Whoops, fix tsserver install command to be a string
This commit is contained in:
parent
d8e42c7bf3
commit
623a735688
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const lspServers = [
|
|||
filetype: ['javascript', 'typescript'],
|
||||
path: '/usr/local/bin/typescript-language-server',
|
||||
args: ['--stdio'],
|
||||
install: ['brew', 'install', 'typescript-language-server'],
|
||||
install: 'brew install typescript-language-server',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue