Skip to content

Commit 0c2c84f

Browse files
CopilotMicroFish91
andcommitted
Initial investigation of template error issue
Co-authored-by: MicroFish91 <[email protected]>
1 parent cfa4c86 commit 0c2c84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ let perfStats = {
1616

1717
Object.defineProperty(exports, "__esModule", { value: true });
1818

19-
const extension = require('./out/src/extension');
19+
const extension = require('./dist/extension.bundle');
2020

2121
async function activate(ctx) {
22-
return await extension.activateInternal(ctx, perfStats, true /* ignoreBundle */);
22+
return await extension.activateInternal(ctx, perfStats);
2323
}
2424

2525
async function deactivate(ctx) {

0 commit comments

Comments
 (0)