Skip to content

Releases: demisto/vscode-extension

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.

Cortex XSOAR extension for VSCode 0.4.1

25 Jul 12:11
Compare
Choose a tag to compare
  • Fixed an issue of missing commands in context view.

Cortex XSOAR extension for VSCode 0.4.0

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

20 Jul 12:25
Compare
Choose a tag to compare
  • Fixed opening Powershell Dev Container.
  • Added VSCode launch configuration for Powershell.
  • Added to launch configuration the integration/script file to run.

Cortex XSOAR extension for VSCode 0.3.7

14 Jul 14:52
Compare
Choose a tag to compare
  • Hotfix for integration Dev Containers.

Cortex XSOAR extension for VSCode 0.3.6

13 Jul 13:34
4429b44
Compare
Choose a tag to compare
  • 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

11 Jul 15:20
Compare
Choose a tag to compare
  • Fixed installation of mypy in python3 Dev Containers.
  • Added flake8 and mypy 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

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

05 Jul 16:18
Compare
Choose a tag to compare
  • Disabled auto-save configuration in dev containers.
  • Enable pytest in the command Configure XSOAR unit tests and in Open integration/script in virtual environment