Skip to content

Commit 55ad94a

Browse files
Update comments
1 parent acfc14c commit 55ad94a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

libs/vscode/decorations/src/lib/idl-decorations-manager.class.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ export class IDLDecorationsManager {
329329

330330
/**
331331
* Add decorations for stack track
332+
*
333+
* For PRO files, lines are one-based
334+
*
335+
* For notebooks, lines are zero-based
332336
*/
333337
addStackTraceDecorations(uri: vscode.Uri, lines: number[]) {
334338
/** Get string URI */

libs/vscode/decorations/src/lib/idl-decorations-manager.interface.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ export interface ICodeCoverageLookup {
2727

2828
/**
2929
* Data structure for stack trace
30+
*
31+
* For PRO files, lines are one-based
32+
*
33+
* For notebooks, lines are zero-based
3034
*/
3135
export interface IStackTraceLookup {
3236
[key: string]: number[];

0 commit comments

Comments
 (0)