docs: Update Deno docs (#17579)

add the minimal configuration needed to make deno lsp work

Release Notes:

- N/A
This commit is contained in:
Bedis Nbiba
2024-09-10 18:26:11 -04:00
committed by GitHub
parent d6663fcb29
commit d1a47faeb7
+9
View File
@@ -10,6 +10,15 @@ To use the Deno Language Server with TypeScript and TSX files, you will likely w
```json
{
"lsp": {
"deno": {
"settings": {
"deno": {
"enable": true
}
}
}
},
"languages": {
"TypeScript": {
"language_servers": [