Skip to content

Releases: demisto/vscode-extension

Cortex XSOAR extension for VSCode 0.3.1

03 Jul 13:25
Compare
Choose a tag to compare
  • Hotfix for integration Dev Containers.

Cortex XSOAR extension for VSCode 0.3.0

03 Jul 09:59
Compare
Choose a tag to compare
  • Added an option to create a virtualenv for integrations or scripts.
  • Integration Dev Container now use the test image,
  • Fixed an issue on which the updated docker image in YML wasn't updated in the devcontainer.
  • Opens integration environment in new windos (virtualenv or Dev Container)
  • Added option to Configure XSOAR Tests for integrations or scripts.
  • Deleted content dev container since it's available on content repo.
  • Setting xsoar.linter.lint.enable default to false because of lint performance issues.

Cortex XSOAR extension for VSCode 0.2.0

10 May 09:41
166fbba
Compare
Choose a tag to compare

Cortex XSOAR extension for VSCode 0.1.0

09 Nov 15:51
6bdc103
Compare
Choose a tag to compare
  • The Cortex XSOAR extension for Visual Studio Code is now official GA!

Cortex XSOAR extension for VSCode 0.0.7

05 Oct 21:36
db0b43e
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Hotfix: Fixed an issue which caused the extension to fail on all commands (on version 0.0.6).

Cortex XSOAR extension for VSCode 0.0.6

29 Sep 10:00
3f5cae7
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Hotfix: Fixed an issue which caused the extension to fail.

Cortex XSOAR extension for VSCode 0.0.5

29 Sep 08:40
31256ee
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Fixed an issue where the right-click menu was not available on Windows systems.

Cortex XSOAR extension for VSCode 0.0.4

20 Jul 11:30
ae43f14
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Added the xsoar.autoFindProblems.readProblems setting that can enable/disable automatic-problem reading in workspace.
  • Added the command XSOAR: Read Problems that reads the demisto-sdk report file positioned in the xsoar.autoFindProblems.reportPath setting.
  • Added the demisto-sdk commands dropdown when right-clicking an opened file in Packs/* directory.
  • Limited the demisto-sdk commands dropdown when right-clicking a file in the workspace to work only with a file in Packs/* directory.

Cortex XSOAR extension for VSCode 0.0.3

13 Jul 10:45
0a0d662
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Added a side menu to easily run demisto-sdk command from the explorer
  • renamed all demisto-sdk command names to include Demisto-SDK as the prefix (XSOAR: Lint -> XSOAR: Demisto-SDK Lint)

Cortex XSOAR extension for VSCode 0.0.2

12 Jul 12:46
Compare
Choose a tag to compare
Pre-release

Note: The plugin is currently in Beta status. Updates to the Plugin during the Beta phase might include non-backward compatible features. We appreciate feedback to help us identify issues, fix them, and continually improve. Please report findings and feedback via the project's issues tab.

  • Added a new output window, "Cortex XSOAR" for extension logs and other outputs.
  • Added the xsoar.demisto-sdk.pythonPath setting to point to where the python environment with demisto-sdk is located.
  • Added basic light-theme.