Releases: p-org/peasy-ide-vscode
Releases · p-org/peasy-ide-vscode
Peasy VSCode Plugin - 1.0.5
- Add support for configuring additional command line arguments for running P test cases in Peasy
Peasy VSCode Plugin - 1.0.4
- F4 and F5 trigger peasy build only when the cursor is active in p file editor or a p file is selected in the vscode explorer
- Add Additional shortcuts (Ctrl + B for compiling project and Ctrl + L to list all P projects)
- List test cases from anywhere in the P project and not just the ones in PTst
Peasy VSCode Plugin - 1.0.3
- Fix peasy keybindings conflict with VS Code bindings
Peasy VSCode Plugin - 1.0.2
- Fix peasy functionality issues with windows
Peasy VSCode Plugin - 1.0.1
- Fix the bug in testing framework to make the UI reflect a test case completion/cancellation status correctly
- Add support to cancel in-flight test cases
- Add support to show live logs of the p check test case execution in the output panel
Peasy VSCode Plugin - 1.0.0
Merge pull request #71 from mchadalavada/main
Peasy VSCode Plugin - 0.0.9
- Add support for configuring folder names that must be ignored while compiling p projects - shows projects (with f4) and test cases that are not in the exclude folders
- Add additional indentation rules to auto-indent for better coding experience
- Update assert statement snippet
- Fix "default" keyword syntax highlighting issue
- Fix bug where the p installation logic was checking for p in the wrong path when opened in a brazil workspace
- Add error message on the trace visualizer if an error is encountered when loading log events
Peasy VSCode Plugin - 0.0.8
- Fixed compile on save functionality
Peasy VSCode Plugin - 0.0.7
- Fix bug where test cases triggered from vs code UI runs the test cases twice
- A few documentation changes
- Make snippets consistent
Peasy VSCode Plugin - 0.0.6
- Code restructure and cleanup
- Updated documentation