You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode shows the description "internal module" in the editor's title for contents that doesn't come from a file but is returned from a debug adapter. For content that is inlined into a source map the description "internal module" is misleading.
I propose that we add an attribute "origin" to the debug protocol's "Source" type.
@isidorn what do you think? Is "origin" a good name or do you have a better suggestion?
The text was updated successfully, but these errors were encountered:
VSCode shows the description "internal module" in the editor's title for contents that doesn't come from a file but is returned from a debug adapter. For content that is inlined into a source map the description "internal module" is misleading.
I propose that we add an attribute "origin" to the debug protocol's "Source" type.
@isidorn what do you think? Is "origin" a good name or do you have a better suggestion?
The text was updated successfully, but these errors were encountered: