File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# Fix for https://github.com/tornadoweb/tornado/issues/2608
1414import asyncio
1515
16- VERSION = "0.2.0 "
16+ VERSION = "0.2.1 "
1717initialized = False
1818
1919def setup_patches ():
Original file line number Diff line number Diff line change 2323
2424- Added "Save on execute" support in settings
2525
26- ### 0.2.0
26+ ### 0.2.1
2727
2828- Added "Execute on save" support in settings
2929- Fixes Python 3.8 support on Windows @ [ PR #13 ] ( https://github.com/ioncodes/idacode/pull/13 )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol
6060
6161- Added "Save on execute" support in settings
6262
63- ### 0.2.0
63+ ### 0.2.1
6464
6565- Added "Execute on save" support in settings
6666- Fixes Python 3.8 support on Windows @ [ PR #13 ] ( https://github.com/ioncodes/idacode/pull/13 )
Original file line number Diff line number Diff line change 33 "displayName" : " IDACode" ,
44 "description" : " Run and debug your IDA scripts from VS Code" ,
55 "icon" : " images/icon.png" ,
6- "version" : " 0.2.0 " ,
6+ "version" : " 0.2.1 " ,
77 "publisher" : " Layle" ,
88 "license" : " SEE LICENSE IN LICENSE.md" ,
99 "preview" : true ,
You can’t perform that action at this time.
0 commit comments