Skip to content

Commit

Permalink
Fix transpile preview
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jun 13, 2022
1 parent 74f1d11 commit 93230fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ export class LanguageServer {
const result = await this.transpileFile(params.arguments[0]);
//back-compat: include `pathAbsolute` property so older vscode versions still work
(result as any).pathAbsolute = result.srcPath;
return result;
}
}

Expand Down

0 comments on commit 93230fb

Please sign in to comment.