Skip to content

Commit b1aa3b5

Browse files
CopilotMicroFish91
andcommitted
Revert unintended changes to main.js
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
1 parent 425a4a9 commit b1aa3b5

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)