UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

17 lines (12 loc) 1.3 kB
# No auto save In some cases, MakeCode is unable to save your project on its own. When this happens, you should be careful to back up your projects before leaving the window to make sure you do not lose any progress. There are several ways to do this depending on the editor you are using: * Create a share link for project, which will store it in the cloud. * Save your project using the "Save Project" option in the project settings menu. * Save your project as a PNG * For editors that include hardware, a downloaded hex file can be loaded back into the editor ## Common causes of auto save being disabled * Private browsing: If you open MakeCode in your browsers 'private browsing' mode, it will often fail to be able to save projects - depending on the browser, they might be saved only until the browser window is closed, or only until the window is refreshed. * Storage full: The browser allocates a certain amount of space for each website, so it's possible that you have run out of memory. If this is the case, you might need to try to clear space on your hard drive, or delete old projects. * Storage disabled: Many browsers have options to disable local storage or cookies entirely. If these settings are enabled in your browser, you may need to disable them for auto save to work again.