Skip to content

Commit

Permalink
debugProtocol: add attribute "origin" to Source (fix microsoft/vscode…
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Dec 23, 2015
1 parent 1da94d2 commit 469b53c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/parts/debug/common/debugProtocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ declare module DebugProtocol {
path?: string;
/** If sourceReference > 0 the contents of the source can be retrieved through the SourceRequest. A sourceReference is only valid for a session, so it must not be used to persist a source. */
sourceReference?: number;
/** The (optional) origin of this source: possible values "internal module", "inlined content from source map" */
origin?: string;
}

/** A Stackframe contains the source location. */
Expand Down

0 comments on commit 469b53c

Please sign in to comment.