-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support InlineValue
feature
#10028
Comments
48 tasks
vince-fugnitto
added
debug
issues that related to debug functionality
vscode
issues related to VSCode compatibility
labels
Sep 29, 2021
ndoschek
added a commit
to eclipsesource/vscode
that referenced
this issue
Jun 30, 2022
Add types to monaco.languages for - EvaluatableExpression feature microsoft#10027 (registerEvaluatableExpressionProvider, EvaluatableExpression, EvaluatableExpressionProvider) - InlineValue feature microsoft#10028 (registerInlineValuesProvider, InlineValue, InlineValueContext, InlineValueExpression, InlineValuesProvider, InlineValueText, InlineValueVariableLookup) Part of eclipse-theia/theia#10027 and eclipse-theia/theia#10028 Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
ndoschek
added a commit
to eclipsesource/vscode
that referenced
this issue
Jun 30, 2022
Add types to monaco.languages for - EvaluatableExpression feature (registerEvaluatableExpressionProvider, EvaluatableExpression, EvaluatableExpressionProvider) - InlineValue feature (registerInlineValuesProvider, InlineValue, InlineValueContext, InlineValueExpression, InlineValuesProvider, InlineValueText, InlineValueVariableLookup) Part of eclipse-theia/theia#10027 and eclipse-theia/theia#10028 Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
Awaits uplift of monaco to add the necessary types in the |
I'll continue working on this issue |
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Jul 29, 2022
- Implement support for plugins providing inline values Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Fixes eclipse-theia#10028
@ndoschek do you have any updates on the issue? |
Hi @vince-fugnitto, yes I started with that already but ran out of time unfortunately, but I plan to finish it this month. |
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Sep 30, 2022
- Implement support for plugins providing inline values Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Resolves eclipse-theia#10028
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Sep 30, 2022
- Implement support for plugins providing inline values Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Resolves eclipse-theia#10028
ndoschek
added a commit
to eclipsesource/theia
that referenced
this issue
Oct 3, 2022
- Implement support for plugins providing inline values Contributed on behalf of STMicroelectronics Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com> Resolves eclipse-theia#10028
JonasHelming
pushed a commit
that referenced
this issue
Oct 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description:
Support plugins contributing
InlineValue
objects to the debugger editor, see https://code.visualstudio.com/api/references/vscode-api#InlineValuesProviderdebug-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
The text was updated successfully, but these errors were encountered: