docs: Update Deno docs (#17579)
add the minimal configuration needed to make deno lsp work Release Notes: - N/A
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user