Releases: sambarza/cc-vscode-debugpy
Releases · sambarza/cc-vscode-debugpy
0.0.10
0.0.9
Release 0.0.9
0.0.8
New tool tool_is_debug_port_exposed
0.0.7
Readme
0.0.6
Incremented plugin.json version
0.0.5
Update plugin.json with logo
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
Version fix KeyError
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