Skip to content

Releases: demisto/vscode-extension

Cortex XSOAR extension for VSCode 0.5.0

31 Aug 08:06
Compare
Choose a tag to compare
  • 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

24 Aug 16:20
Compare
Choose a tag to compare
  • 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

23 Aug 06:09
Compare
Choose a tag to compare
  • Added installation and configuration of pyenv in Install XSOAR local development environment.
  • Fixed an issue where python2 from pyenv 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

18 Aug 15:33
Compare
Choose a tag to compare
  • Fixed the APIModules in PYTHONPATH when running Install XSOAR local development environment.
  • Do not fail when installation offlake8, autopep8, or mypy 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

15 Aug 10:11
Compare
Choose a tag to compare
  • Fixed installation of docker in Install XSOAR local development environment.

Cortex XSOAR extension for VSCode 0.4.6

11 Aug 15:51
Compare
Choose a tag to compare
  • 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

11 Aug 07:39
Compare
Choose a tag to compare
  • Fixed an issue with opening a Virtual Environnement in a development image.

Cortex XSOAR extension for VSCode 0.4.4

10 Aug 17:15
Compare
Choose a tag to compare
  • 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

07 Aug 16:48
Compare
Choose a tag to compare
  • 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

01 Aug 15:05
Compare
Choose a tag to compare
  • Added default python interpreter path setting in content environment.
  • Fix message when brew is not installed when installing dependencies.
  • Change user to QuickPick instead of InformationMessage.