Releases: sambarza/cc-vscode-debugpy
Releases · sambarza/cc-vscode-debugpy
Release list
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
Fix listen of bootstrap
Listen of bootstrap option was on but cat not listening
The PLUGIN was wrong, it must be the folder name of the plugin
Changed the constant PLUGIN_NAME
0.0.3
0.0.2
Fix missing settings
Error during bootstrap of cat:
File "/app/cat/plugins/cc_vscode_debugpy/cc-vscode-debugpy.py", line 27, in before_cat_bootstrap
settings = cat.mad_hatter.plugins[PLUGIN_NAME].load_settings()
KeyError: 'cc-vscode-debugpy'
After initial installation settings file is no there.
Handle the KeyError exception
0.0.1
Merge pull request #3 from Pingdred/plugin_decorator
plugin decorator