Releases: demisto/vscode-extension
Releases · demisto/vscode-extension
Cortex XSOAR extension for VSCode 0.7.4
Cortex XSOAR extension for VSCode 0.7.3
- Documentation improvements.
Cortex XSOAR extension for VSCode 0.7.2
- Fixed an issue where the "Update Release Notes" command failed due to incorrect command calling.
- Fixed an issue where the "Validate" command failed due to incorrect command calling.
Cortex XSOAR extension for VSCode 0.7.1
- Fixed an issue with
demisto-sdk
arguments where there are special characters in the path. - Added support for XSOAR NG/ XSIAM env vars setting.
- Added support for comments in
.env
file.
Cortex XSOAR extension for VSCode 0.7.0
- Fixed an issue with installing
poetry
in Install XSOAR local development environment command. - Added Run And Debug command to run and debug integrations/scripts locally and in XSOAR/XSIAM.
Cortex XSOAR extension for VSCode 0.6.2
- Fixed an issue with debugging integrations and scripts with
Docker
.
Cortex XSOAR extension for VSCode 0.6.1
- Set
python.analysis.typeCheckingMode
tobasic
In Content and Demisto-SDK VSCode settings. - Set
justMyCode
setting tofalse
when running tests, to debug third party code. - Fixed an issue in Install XSOAR local development environment where
pyenv
installation fails.