Releases: demisto/vscode-extension
Cortex XSOAR extension for VSCode 0.3.1
- Hotfix for integration Dev Containers.
Cortex XSOAR extension for VSCode 0.3.0
- 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
See the CHANGELOG at Visual Studio Code Marketplace.
Cortex XSOAR extension for VSCode 0.1.0
- The Cortex XSOAR extension for Visual Studio Code is now official GA!
Cortex XSOAR extension for VSCode 0.0.7
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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 thexsoar.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
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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
Note: The plugin is currently in
Beta
status. Updates to the Plugin during theBeta
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.