docs: Validate JSON snippets (settings, keymap, tasks, etc) (#40043)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle
2025-10-12 00:19:57 -04:00
committed by GitHub
parent deef58bef7
commit abe1fd5e16
74 changed files with 849 additions and 640 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ which haskell-language-server-wrapper
If you need to configure haskell-language-server (hls) you can add configuration options to your Zed settings.json:
```json
```json [settings]
{
"lsp": {
"hls": {
@@ -37,7 +37,7 @@ See the official [configuring haskell-language-server](https://haskell-language-
If you would like to use a specific hls binary, or perhaps use [static-ls](https://github.com/josephsumabat/static-ls) as a drop-in replacement instead, you can specify the binary path and arguments:
```json
```json [settings]
{
"lsp": {
"hls": {