Settings should not be in activate - activate is only called the very first time the command is executed. It should be in the birdseye function so a new copy is gotten each time the command is invoked. This way users can change settings without having to restart VSCode or reload the extension.
Settings should not be in activate - activate is only called the very first time the command is executed. It should be in the birdseye function so a new copy is gotten each time the command is invoked. This way users can change settings without having to restart VSCode or reload the extension.