Skip to content

Commit

Permalink
Add settings for package diagnostics. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Dec 18, 2023
1 parent 6b3b2c1 commit edcf5a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@
],
"default": "off",
"description": "Traces the communication between VSCode and the ToitLanguageServer service."
},
"toitLanguageServer.reportPackageDiagnostics": {
"type": "boolean",
"default": false,
"description": "Report diagnostics for files in '.packages' folders."
}
}
}
Expand Down

0 comments on commit edcf5a9

Please sign in to comment.