Skip to content

Commit

Permalink
Improve settings description
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed May 1, 2023
1 parent 9a03245 commit 2269363
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,14 @@
// "env": { },
//
// // Sets the diagnostics mode:
// // "open_files" - if the server supports `diagnosticProvider`, diagnostics
// // are requested only for files which are opened in the editor and they
// // "open_files" - All diagnostics reported from the server are shown.
// // If the server supports `diagnosticProvider`, diagnostics are
// // requested only for files which are opened in the editor and they
// // are cleared when the file gets closed.
// // "workspace" - if the server supports `diagnosticProvider.workspaceDiagnostics`,
// // diagnostics are requested for all files in the project folders. Diagnostics
// // reported for files not within the project folders are ignored.
// // "workspace" - Diagnostics reported for files not within the project
// // folders are ignored. If the server supports
// // `diagnosticProvider.workspaceDiagnostics`, diagnostics are
// // requested for all files in the project folders.
// "diagnostics_mode": "open_files",
// }
// }
Expand Down

0 comments on commit 2269363

Please sign in to comment.