mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update USAGE.md
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user