From 2bd1d81920c6b791c4eef6497cd5999af75c18f3 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 17 Nov 2016 18:53:04 -0800 Subject: [PATCH] Update USAGE.md --- tree-explorer-sample/USAGE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tree-explorer-sample/USAGE.md b/tree-explorer-sample/USAGE.md index ebd2a068..cbfe5d32 100644 --- a/tree-explorer-sample/USAGE.md +++ b/tree-explorer-sample/USAGE.md @@ -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. \ No newline at end of file +**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.