Files
vscode-extension-samples/diagnostic-related-information-sample
2023-12-05 15:15:32 -08:00
..
2020-05-29 14:20:07 -07:00
2022-11-04 14:27:02 -07:00
2020-05-29 14:13:32 -07:00
2023-12-05 15:15:32 -08:00
2023-12-05 10:51:43 -08:00
2022-02-28 13:45:21 -08:00

README

This sample generates diagnostics with related information which can be seen in Problems view and in the editor.

Multi Diagnostics

Set up & Test

  • Clone this extension
  • npm install
  • Launch the extension
  • Open the file sample-demo.rs that exists in this extension
  • Problems view shows an error with related information
  • Typing F8 in the editor also shows the error with related information