-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more options for custom view #50861
Comments
Custom views are currently not supporting this. |
@maziac What kind of view/model are you looking at? At present we support Tree (tree + list) model. |
As you can see from the picture I would require lines with columns. |
I see. We have web views which are still in preview mode. I think that is the right approach for your use case. But web views are shown in editor and not in side bar. I think this view might not be a good fit in side bar. Check this - #43713 |
I'm not sure if this can help. |
IMO this is not a good fit for side bar and for tree view. @mjbvz Please advise if it can be done through web view. Thanks. |
Yes this would be a good fit for a webview. Webviews can only go in editor positions currently. We may also allow them in sidebars at some point (#46585) but no promises on that Webviews can contain editors, UI, previews, pretty much anything. Here are the docs: https://code.visualstudio.com/docs/extensions/webview |
You have an old Please ask extension dev over on stack overflow in the future so that they can help other people too |
Hi,
I'm not sure if this is areally a feature request or if I missed something.
For my debug-adapter I would like to add a view to the side bar that displays memory contents.
So the user gets the ability to read memory and also edit memory.
It should look similar to this:
I have found that I can contribute a view and make data available via the TreeDataProvider but that does not suit my needs as the memory dump is no tree.
Is there any possibility to add something different than a tree to a view?
Please note: I don't necessarily need an update of the debug-api offering more options for the 'view' would be sufficient.
The text was updated successfully, but these errors were encountered: