Update USAGE.md

This commit is contained in:
Daniel Imms
2016-11-17 18:53:04 -08:00
committed by GitHub
parent 5dc5c894eb
commit 2bd1d81920

View File

@ -170,9 +170,9 @@ We suggest that you handle errors promptly and notify the user using `vscode.win
## Common Questions
**Q: Will it be possible to access the DOM and add an arbitrary UI using this API?**
**Q: Will it be possible to access the DOM to add arbitrary UI using this API?**
**A:** No.
**A:** No, you can read about [our approach to extensibility here](https://code.visualstudio.com/docs/extensions/our-approach).
**Q: Can I add an Outline View/Symbol Tree View using this API?**
@ -180,4 +180,4 @@ We suggest that you handle errors promptly and notify the user using `vscode.win
**Q: Can I have functionality X?**
**A:** We realize this API in its current form is limiting, and we are planning to evolve it. You can track our progress in this [GitHub issue](https://github.com/Microsoft/vscode/issues/15485). If you have ideas about how we could improve this API, please feel free to chime in.
**A:** We realize this API in its current form is limiting, and we are planning to evolve it. You can track our progress in this [GitHub issue](https://github.com/Microsoft/vscode/issues/15485). If you have ideas about how we could improve this API, please feel free to chime in.