Skip to content

Releases: sambarza/cc-vscode-debugpy

0.0.10

Choose a tag to compare

@github-actions github-actions released this 03 Nov 18:55

Update README.md

0.0.9

Choose a tag to compare

@github-actions github-actions released this 20 Oct 10:23

Release 0.0.9

0.0.8

Choose a tag to compare

@github-actions github-actions released this 20 Oct 08:27

New tool tool_is_debug_port_exposed

0.0.7

Choose a tag to compare

@github-actions github-actions released this 25 Nov 18:49

Readme

0.0.6

Choose a tag to compare

@github-actions github-actions released this 06 Nov 07:51
6ec55d7

Incremented plugin.json version

0.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Oct 20:17
32d3781

Update plugin.json with logo

0.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Oct 21:45
2df1997

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

Choose a tag to compare

@github-actions github-actions released this 19 Oct 21:30
d96e99e

Version fix KeyError

0.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Oct 21:17
4a740cd

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

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:55

Merge pull request #3 from Pingdred/plugin_decorator

plugin decorator