Files
vscode-extension-samples/multi-diagnostics-sample/README.md

14 lines
416 B
Markdown
Raw Normal View History

2018-03-21 15:54:35 +05:30
# README
2018-03-21 15:49:24 +05:30
2018-03-21 15:54:35 +05:30
This sample generates diagnostics with related information which can be seen in Problems view and in the editor.
2018-03-21 15:49:24 +05:30
2018-03-21 15:54:35 +05:30
## Set up & Test
2018-03-21 15:49:24 +05:30
2018-03-21 15:54:35 +05:30
- Clone this extension
- `npm install`
- Launch the extension
2018-03-21 15:57:25 +05:30
- Open the file [sample-demo.rs](sample-demo.rs) that exists in this extension
2018-03-21 15:54:35 +05:30
- `Problems view` shows an error with related information
- Typing `F8` in the editor also shows the error with related information
2018-03-21 15:49:24 +05:30