Releases: demisto/vscode-extension
Releases · demisto/vscode-extension
Cortex XSOAR extension for VSCode 0.4.2
- Added default python interpreter path setting in content environment.
- Fix message when
brew
is not installed when installing dependencies. - Change user to
QuickPick
instead ofInformationMessage
.
Cortex XSOAR extension for VSCode 0.4.1
- Fixed an issue of missing commands in context view.
Cortex XSOAR extension for VSCode 0.4.0
- Added the command Install XSOAR local development environment.
- Added the command Configure Demisto-SDK for XSOAR
- Added
isInstalledDemistoSDK
to check if demisto-sdk is installed. If it's not installed, ask the user to install it. - Added an option to install demisto-sdk globally with
pipx
.
Cortex XSOAR extension for VSCode 0.3.8
- Fixed opening
Powershell
Dev Container. - Added VSCode
launch
configuration forPowershell
. - Added to
launch
configuration the integration/script file to run.
Cortex XSOAR extension for VSCode 0.3.7
- Hotfix for integration Dev Containers.
Cortex XSOAR extension for VSCode 0.3.6
- Fixed format to use the current file as input, not the current folder.
- Fixed activating python environment when using system interpreter.
Cortex XSOAR extension for VSCode 0.3.5
- Fixed installation of
mypy
in python3 Dev Containers. - Added
flake8
andmypy
settings in virtual environment. - Fixed handling
pip
conflicts when installing virtual environment. - Added installation of
autopep8
to the virtual environment and containers.
Cortex XSOAR extension for VSCode 0.3.4
- Fixed finding the docker test image when same test images are available locally.
- Using the VSCode selected python interpreter when creating a Dev Container or a Virtual Environment.
Cortex XSOAR extension for VSCode 0.3.3
- Disabled auto-save configuration in dev containers.
- Enable pytest in the command
Configure XSOAR unit tests
and inOpen integration/script in virtual environment
Cortex XSOAR extension for VSCode 0.3.2
- Hotfix to add test settings when creating a virtual environment.