Skip to content

Files

Latest commit

5489dd3 · Mar 3, 2021

History

History
This branch is 742 commits behind microsoft/vscode-extension-samples:main.

diagnostic-related-information-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 29, 2020
Nov 19, 2018
May 29, 2020
May 29, 2020
Nov 19, 2018
Nov 19, 2018
Nov 19, 2018
Mar 2, 2021
Mar 3, 2021
Nov 19, 2018
May 6, 2020

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