If I delete an extension will it delete my code?

If I delete an extension will it delete the code from the extension?

2 Likes

Great question! When you remove an extension, you should not lose any existing code in your project. The program will fail to work, though, as the code is no longer valid.

Removing an extension involves switching from Blocks to JavaScript or Python, though.

Save a copy of your project before removing an extension! Any time you switch out of Blocks mode, you should always save a copy of your project first, just in case there are any problems switching back.

3 Likes

OK this was very help full.

taking notes furiously

1 Like

how do you delete an extention in the first place?

2 Likes

Go to javaScript


Click on the Explorer tab

Then find the extension (they are near the bottom) and click delete

2 Likes

Step 1: Go to JavaScript mode (or python).

Step 2: Click on explorer.

Step 3: Scroll to the bottom of the dropdown and click the trash can icon next to the extension you want to delete.

The rest is self-explanatory.

2 Likes