Skip to content

Releases: sambarza/cc-vscode-debugpy

0.0.10

03 Nov 18:55
Compare
Choose a tag to compare

Update README.md

0.0.9

20 Oct 10:23
Compare
Choose a tag to compare

Release 0.0.9

0.0.8

20 Oct 08:27
Compare
Choose a tag to compare

New tool tool_is_debug_port_exposed

0.0.7

25 Nov 18:49
Compare
Choose a tag to compare

Readme

0.0.6

06 Nov 07:51
6ec55d7
Compare
Choose a tag to compare

Incremented plugin.json version

0.0.5

23 Oct 20:17
32d3781
Compare
Choose a tag to compare

Update plugin.json with logo

0.0.4

19 Oct 21:45
2df1997
Compare
Choose a tag to compare

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

19 Oct 21:30
d96e99e
Compare
Choose a tag to compare

Version fix KeyError

0.0.2

19 Oct 21:17
4a740cd
Compare
Choose a tag to compare

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

22 Aug 22:55
Compare
Choose a tag to compare

Merge pull request #3 from Pingdred/plugin_decorator

plugin decorator