Manual Migration
You are upgrading from a version that is below 0.63.0, which we do not support direct automatic migration. You can either manually update the configuration or revert to a compatible older version before upgrading to the current version.
If you have not set custom values for the deprecated configurations listed in Deprecated Configs, you may safely ignore this warning.
Otherwise, please follow the steps below:
Method 1: Reverting to a compatible version
This instruction reverts you to the last version of Dendron that supports automatic migration on upgrade.
- Go to the Extensions panel and find Dendron
- Click on the cog wheel icon and select
Install Another Version...
- Select
0.100.0
, and wait for the installation to complete - Reload VSCode and wait for Dendron to activate
- Update Dendron back to the latest version
- Confirm that configurations are migrated correctly
Method 2: Manual Migration
This instruction is for manually moving deprecated configurations to the correct location. If you've successfully migrated using the first method, you may skip this step.
- Open
dendron.code-workspace
anddendron.yml
- consult Deprecated Configs to find the deprecated configurations in
dendron.code-workspace
and move them to the correct location indendron.yml
- Reload VSCode