- The xsoar.autoFindProblems.readProblems setting defaults to false which prevents the log file from appearing in each workspace opened.
- The xsoar.demisto-sdk.pythonPath is now deprecated.
Please use the xsoar.demisto-sdk.Path setting. The default behavior is to run all commands withdemisto-sdk <command>
. You may set the demisto-sdk executable with the given setting and use tools such as pipx.
Alternatively, you may also use it with your python executable of choice (<python-path> -m demisto_sdk
as an example.) - Added the Run a Command in XSOAR command.
- The Cortex XSOAR extension for Visual Studio Code is now official GA!
- Hotfix: Fixed an issue which caused the extension to fail on all commands (on version 0.0.6).
- Hotfix: Fixed an issue which caused the extension to fail.
- Fixed an issue where the right-click menu was not available on Windows systems.
- 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 workspace to work only with file in
Packs/*
directory.
- 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)
- 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.
- Initial release