Releases: demisto/vscode-extension
Releases · demisto/vscode-extension
Cortex XSOAR extension for VSCode 0.5.10
- Drop support for installation of
'docker', 'pipx', 'shellcheck'
in Install XSOAR local development environment. - Selecting
python
in Install XSOAR local development environment will install the latest version ofpython3
and the latest version ofpython2
usingpyenv
. - Selecting
poetry
in Install XSOAR local development environment will install the latest version ofpoetry
using the official installation script. - Demisto-SDK commands will now run from the
poetry
environment, if available. - Demisto-SDK commands will now run from the
content
path, if available. - Added options to Install/Update Demisto-SDK, to install using poetry or pip.
0.5.9
- Fixed an issue where Dev Container fails to open in arm64 architecture.
- Renamed
Configure Demisto-SDK for XSOAR
toConfigure XSOAR connection
. - Fixed an issue in Open integration/script in virtual environment and in Open integration/script in Dev Container for
CommonServerPython
integration.
Cortex XSOAR extension for VSCode 0.5.8
- Fixed an issue where Python Language Server crashes on virtual environment.
- Added XSOAR_LINTER to linters.
Cortex XSOAR extension for VSCode 0.5.7
- Fixed an issue where
mypy
fails to show issues. - Added
Python Test Explorer
extension to Dev Container. - Changed pytest settings to
verbose
mode. - Maintenance and bug fixes.
Cortex XSOAR extension for VSCode 0.5.6
- Fixed broken installation of local development environment with python and poetry.
- Fixed installation of virtual environment of broken
types
packages.
Cortex XSOAR extension for VSCode 0.5.5
- When opening integrations or scripts with Open integration/script in Virtual Environment or Open integration/script in Dev Container the extension will open the
Pack
workspace. - Fixed an issue with importing
DemistoClassApiModule
when debugging integration or scripts. - Moved Dev Container settings to
.vscode/settings.json
. - Fixed
Homebrew
path in Linux in Install XSOAR local development environment.
Cortex XSOAR extension for VSCode 0.5.4
- Hotfix for Install XSOAR local development environment.
Cortex XSOAR extension for VSCode 0.5.3
- Fixed installation of
poetry install
in M1 MacOS.
Cortex XSOAR extension for VSCode 0.5.2
- Add
bandit
to Open integration/script in Virtual Environment. - Fixed
pyenv
detection in Open integration/script in Virtual Environment. - Fixed an issue with opening workspaces in
WSL
.
Cortex XSOAR extension for VSCode 0.5.1
- Fixed installation of
pyenv
in Install XSOAR local development environment. - Added Demisto-SDK settings in Develop and Debug Demisto-SDK.