docs: Add missing quote in JSON snippet (#30303)

Release Notes:

- N/A
This commit is contained in:
gak
2025-05-08 19:25:05 +00:00
committed by GitHub
parent 77945fc905
commit b0a6146362
+1 -1
View File
@@ -127,7 +127,7 @@ This is enabled by default and can be configured as
```json
"lsp": {
"rust-analyzer": {
enable_lsp_tasks": true,
"enable_lsp_tasks": true,
}
}
```