Releases: demisto/vscode-extension
Releases · demisto/vscode-extension
Cortex XSOAR extension for VSCode 0.5.0
- Removing cache and python compiled files when using Open integration/script in Virtual Environment.
- Added command Develop and Debug Demisto-SDK to open a multi-root workspace with Content and Demisto-SDK repo that is ready for developing.
- Open integration/script in Virtual Environment will open a multi-root workspace with Content and the integration/script.
- Add Demisto-SDK init command.
Cortex XSOAR extension for VSCode 0.4.10
- Fixed an issue in Install XSOAR local development environment where dependency installation fails even though installation succeeded.
- Install
virtualenv
module in Open integration/script in virtual environment if the module is not installed. - Installing Demisto-SDK globally will update it.
Cortex XSOAR extension for VSCode 0.4.9
- Added installation and configuration of
pyenv
in Install XSOAR local development environment. - Fixed an issue where
python2
frompyenv
was not recognized in Open integration/script in virtual environment. - Improve performance of Open integration/script in virtual environment by installing packages with
--no-cache-dir
flag. - Removing cache and python compiled files when using Open integration/script in Dev Container.
Cortex XSOAR extension for VSCode 0.4.8
- Fixed the APIModules in PYTHONPATH when running Install XSOAR local development environment.
- Do not fail when installation of
flake8
,autopep8
, ormypy
fails when opening in virtual environment or Dev Container. - Validate that Install XSOAR local development environment runs in a
content
workspace. - Add support for enabling pre-commit hooks in Install XSOAR local development environment.
- Ask the user if execute the Configure Demisto-SDK for XSOAR command in Install XSOAR local development environment.
Cortex XSOAR extension for VSCode 0.4.7
- Fixed installation of docker in Install XSOAR local development environment.
Cortex XSOAR extension for VSCode 0.4.6
- Fixed an issue with flake8.
- Fixed Git issues in Dev Containers.
- Added more extensions to Dev Containers.
Cortex XSOAR extension for VSCode 0.4.5
- Fixed an issue with opening a Virtual Environnement in a development image.
Cortex XSOAR extension for VSCode 0.4.4
- Fixed an issue with opening a Dev Container in a development image.
- Fixed an issue with Git installation in Dev Container.
- If demisto-sdk lint fails when opening a Dev Container or Virtual Environment, show error message and not proceed.
Cortex XSOAR extension for VSCode 0.4.3
- Fixed issues with M1 Macs.
- Added gcc as dependency to install.
- Added validation if no dependencies were selected in the selection box.
- Added git to integration dev containers.
- Removing
vscode/settings.json
from integration folder when creating dev container because of conflicts with virtual environment feature. - Removed Demisto-SDK lint with no tests.
- Fixed Demisto-SDK upload to take the file instead of the folder
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
.