Skip to content

Commit 42171b2

Browse files
committed
remove perftips workaround
1 parent e9715f8 commit 42171b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/perftips.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export class PerfTipsProvider implements vs.DebugAdapterTracker {
6161
if (!frame.source)
6262
return;
6363

64-
// work around https://github.com/microsoft/vscode/issues/114229
65-
const srcuri = frame.source.sourceReference ? vs.debug.asDebugSourceUri(frame.source) : vs.Uri.file(frame.source.path!);
64+
const srcuri = vs.debug.asDebugSourceUri(frame.source);
6665
// FIXME: this will open another editor if we are in a different view column
6766
const editor = await vs.window.showTextDocument(srcuri);
6867

0 commit comments

Comments
 (0)