Skip to content

Commit 47ba137

Browse files
CopilotMicroFish91
andcommitted
Revert unnecessary changes to files outside of target file
Co-authored-by: MicroFish91 <40250218+MicroFish91@users.noreply.github.com>
1 parent cbf113b commit 47ba137

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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) {
2222
return await extension.activate(ctx, perfStats, true /*ignoreBundle*/);

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@
818818
"@microsoft/eslint-config-azuretools": "^0.2.2",
819819
"@microsoft/vscode-azext-dev": "^2.1.0",
820820
"@swc/core": "^1.7.36",
821-
"@swc/core-linux-x64-gnu": "^1.13.3",
822821
"@types/deep-eql": "^4.0.0",
823822
"@types/fs-extra": "^8.1.1",
824823
"@types/gulp": "^4.0.6",

0 commit comments

Comments
 (0)