Almenon / birdseye-vscode

vscode port of birdseye - a graphical Python debugger
MIT License
23 stars 0 forks source link

move settings config to birdseye function #18

Closed Almenon closed 6 years ago

Almenon commented 6 years ago

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.