We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d13f53 commit a0c2212Copy full SHA for a0c2212
src/adapter/sources.ts
@@ -222,6 +222,7 @@ export class Source {
222
223
// pad for the inline source offset, see
224
// https://github.com/microsoft/vscode-js-debug/issues/736
225
+ // trigger build
226
if (this.inlineScriptOffset?.lineOffset) {
227
content = '\n'.repeat(this.inlineScriptOffset.lineOffset) + content;
228
}
0 commit comments