-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Changing Pythagora's installation directory
If you need to change the directory where Pythagora's Core files are installed, follow the steps below to seamlessly move your Pythagora setup to a new location without losing your current configurations and projects:
-
Create a new empty, directory on your computer.
-
Go to Pythagora's settings page and find the
Pythagora Core path
section. ClickChange
and select the new directory created in step #1:
-
This action will trigger the installation of the Pythagora core files to the new directory.
-
After finishing the installation, the directory you selected in step #2 will contain a new directory called
pythagora-core
with all of the Pythagora core files. -
To ensure continuity of your existing projects, inside the old
pythagora-core
directory where you previously had Pythagora core installed, manually copy thepythagora.db
file. Paste the oldpythagora.db
file inside the newpythagora-core
directory, replacing the existingpythagora.db
file in the newpythagora-core
directory. -
A new
config.json
file will be created in the newpythagora-core
directory with the default settings.
Note: The steps in this article refer to the Pythagora core files, which is separate from the location where VS Code installs the underlying extension files. These files are usually in a directory called .vscode
, inside an extensions
directory. We don't recommend modifying this directory's location or the files inside this directory.