Skip to content

Releases: p-org/peasy-ide-vscode

Peasy VSCode Plugin - 1.0.5

06 Aug 17:22
993b3fd
Compare
Choose a tag to compare
  • Add support for configuring additional command line arguments for running P test cases in Peasy

Peasy VSCode Plugin - 1.0.4

13 Mar 19:13
3b2a1f5
Compare
Choose a tag to compare
  • 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

26 Jan 18:54
e6d3dc8
Compare
Choose a tag to compare
  • Fix peasy keybindings conflict with VS Code bindings

Peasy VSCode Plugin - 1.0.2

13 Oct 18:17
967d15e
Compare
Choose a tag to compare
  • Fix peasy functionality issues with windows

Peasy VSCode Plugin - 1.0.1

02 Oct 23:07
eb41668
Compare
Choose a tag to compare
  • 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

25 Sep 19:14
a72464c
Compare
Choose a tag to compare
Merge pull request #71 from mchadalavada/main

Peasy VSCode Plugin - 0.0.9

22 Sep 23:20
7ed6411
Compare
Choose a tag to compare
  • 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

20 Sep 01:48
daf01da
Compare
Choose a tag to compare
  • Fixed compile on save functionality

Peasy VSCode Plugin - 0.0.7

19 Sep 18:59
5d2ce65
Compare
Choose a tag to compare
  • 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

15 Sep 21:38
55613e9
Compare
Choose a tag to compare
  • Code restructure and cleanup
  • Updated documentation