theia icon indicating copy to clipboard operation
theia copied to clipboard

Support `InlineValue` feature

Open tsmaeder opened this issue 2 years ago • 2 comments

Feature Description:

Support plugins contributing InlineValue objects to the debugger editor, see https://code.visualstudio.com/api/references/vscode-api#InlineValuesProvider

debug-editor-model.ts already has support for inline value decorations, but we would have to call the plugin API to add to or replace the one's we're currently showing.

Depends partially on #10027

tsmaeder avatar Sep 01 '21 09:09 tsmaeder

Awaits uplift of monaco to add the necessary types in the monaco.languages namespace. ~~Please see PR: https://github.com/theia-ide/vscode/pull/1~~

ndoschek avatar Jun 30 '22 08:06 ndoschek

I'll continue working on this issue

ndoschek avatar Jul 29 '22 14:07 ndoschek

@ndoschek do you have any updates on the issue?

vince-fugnitto avatar Sep 21 '22 16:09 vince-fugnitto

Hi @vince-fugnitto, yes I started with that already but ran out of time unfortunately, but I plan to finish it this month.

ndoschek avatar Sep 22 '22 13:09 ndoschek