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
+3 -3
View File
@@ -31,7 +31,7 @@ You can add these customizations to your Zed Settings by launching {#action zed:
### Zed Java Settings
```json
```json [settings]
{
"lsp": {
"jdtls": {
@@ -47,7 +47,7 @@ You can add these customizations to your Zed Settings by launching {#action zed:
By default, zed will look in your `PATH` for a `jdtls` binary, if you wish to specify an explicit binary you can do so via settings:
```json
```json [settings]
"lsp": {
"jdtls": {
"binary": {
@@ -64,7 +64,7 @@ By default, zed will look in your `PATH` for a `jdtls` binary, if you wish to sp
There are also many more options you can pass directly to the language server, for example:
```json
```json [settings]
{
"lsp": {
"jdtls": {