Skip to content

Releases: demisto/vscode-extension

Cortex XSOAR extension for VSCode 0.7.3

24 Sep 12:56
Compare
Choose a tag to compare

Cortex XSOAR extension for VSCode 0.7.2

24 Jul 11:19
Compare
Choose a tag to compare
  • 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

25 Apr 07:25
Compare
Choose a tag to compare
  • 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

21 Nov 21:02
Compare
Choose a tag to compare
  • 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

28 Jun 14:30
Compare
Choose a tag to compare
  • Fixed an issue with debugging integrations and scripts with Docker.

Cortex XSOAR extension for VSCode 0.6.1

22 Jun 14:11
Compare
Choose a tag to compare
  • Set python.analysis.typeCheckingMode to basic In Content and Demisto-SDK VSCode settings.
  • Set justMyCode setting to false when running tests, to debug third party code.
  • Fixed an issue in Install XSOAR local development environment where pyenv installation fails.

0.6.0

24 May 22:02
Compare
Choose a tag to compare
  • Removed flake8 from settings.json for content and demisto-sdk settings..
  • Introduced Setup integration/script environment command to setup the environment for the integration/script.
  • Deprecated Open integration/script in virtual environment command.

0.5.12

24 Apr 15:18
Compare
Choose a tag to compare
  • Automatically add __init__.py to the test_data folder in the integration/script when opening in Virtual Environment or in Dev Container.

0.5.11

24 Apr 14:34
Compare
Choose a tag to compare
  • Added the content path to PYTHONPATH inside the .env file.
  • Will not copy the .env file to the integration/script folder when opening in Virtual Environment.

Cortex XSOAR extension for VSCode 0.5.10

28 Mar 16:26
Compare
Choose a tag to compare
  • 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 of python3 and the latest version of python2 using pyenv.
  • Selecting poetry in Install XSOAR local development environment will install the latest version of poetry 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.