Adds typescript
This commit is contained in:
parent
9e8c7bed3d
commit
a02648109d
|
@ -17,6 +17,11 @@
|
||||||
"python": {
|
"python": {
|
||||||
"command": "pylsp",
|
"command": "pylsp",
|
||||||
"filetypes": ["python"]
|
"filetypes": ["python"]
|
||||||
|
},
|
||||||
|
"typscript": {
|
||||||
|
"command": "typescript-language-server",
|
||||||
|
"args": ["--stdio"],
|
||||||
|
"filetypes": ["typescript"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue