Files
vscode-extension-samples/diagnostic-related-information-sample
Matt Bierner bcc03a7064 Running audit fix on repos
This bumps the lodash version across the samples
2021-05-11 13:59:53 -07:00
..
2020-05-29 14:20:07 -07:00
2020-05-29 14:01:37 -07:00
2020-05-29 14:13:32 -07:00
2021-05-11 13:59:53 -07:00
2021-03-02 16:02:01 -08:00
2020-05-06 12:14:11 -07: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