Skip to content

Commit c532327

Browse files
committed
Cleanups
1 parent 5538232 commit c532327

10 files changed

+8
-535
lines changed

out/bin/emulators/a7800/a7800p.ini

-460
This file was deleted.

out/bin/emulators/a7800/cfg/a7800.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800dev.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800p.cfg

-12
This file was deleted.

out/bin/emulators/a7800/cfg/a7800pdev.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800pu1.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800pu2.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800u1.cfg

-9
This file was deleted.

out/bin/emulators/a7800/cfg/a7800u2.cfg

-9
This file was deleted.

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,14 @@
449449
}
450450
}
451451
},
452+
"activationEvents": [
453+
"*",
454+
"onCommand:extension.openWelcomePage",
455+
"onCommand:extension.buildGame",
456+
"onCommand:extension.buildGameAndRun",
457+
"onCommand:extension.killBuildGame",
458+
"onCommand:extension.openSpriteEditor"
459+
],
452460
"main": "./out/extension.js",
453461
"scripts": {
454462
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)