Adds typescript

This commit is contained in:
Thomas Forgione 2024-06-22 13:24:50 +02:00
parent 9e8c7bed3d
commit a02648109d
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
"python": {
"command": "pylsp",
"filetypes": ["python"]
},
"typscript": {
"command": "typescript-language-server",
"args": ["--stdio"],
"filetypes": ["typescript"]
}
}
}