Skip to content

Commit 8eda7d1

Browse files
CopilotMicroFish91
andcommitted
Revert main.js changes to comply with copilot instructions
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
1 parent 6a2cd1b commit 8eda7d1

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)