Skip to content

Commit 24dda3b

Browse files
Copilotnturinski
andcommitted
Revert main.js to original state
Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com>
1 parent 4a38341 commit 24dda3b

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('./dist/extension.bundle');
19+
const extension = require('./out/src/extension');
2020

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

2525
async function deactivate(ctx) {

0 commit comments

Comments
 (0)