-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump VS Code SafePKT verifier extension version to v0.2.9
- Loading branch information
1 parent
ddcf551
commit 47f8d04
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vscode-plugin
updated
7 files
+1 −1 | package.json | |
+9 −24 | src/extension.ts | |
+91 −0 | src/getOrCreateFile.ts | |
+140 −0 | src/parser.ts | |
+74 −217 | src/testController.ts | |
+127 −0 | src/testRunHandler.ts | |
+60 −7 | src/verifier.ts |