On First Install

Summary

The following events happen only when Dendron is first installed

Details

To check if it is the first install, we use logic in ../packages/plugin-core/src/vsCodeUtils.ts (Private)

This checks if there was a previous globalVersion stored in `ExtensionContext["globalState"]

On InstallStatus.INITIAL_INSTALL, the following happens:

Lookup


Backlinks