Skip to content

Commit 425a4a9

Browse files
Final verification complete - all checks passed
Co-authored-by: alexweininger <12476526+alexweininger@users.noreply.github.com>
1 parent 3d331bf commit 425a4a9

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)