Edit and modify CHKware (Check-Ware) spec. (.chk
) files using this Visual Studio Code extension.
Follow extension setup guide to install. New to CHKwere? Read the quick start.
Here is setup steps for extension developer.
Using VS Code command palette you can quickly select a snippet from added samples.
- Use
⇧⌘P
on Mac,Ctrl+Shift+P
on Windows, andCtrl+Shift+P
on Linux to bring up command palette. - Start writing
CHKware ..
- Select a sample from dropdown you desire to use.
- http: Minimal request
- http: GET with query string
- http: POST form submit
- http: POST with header and bearer token
- http: POST with JSON body
- http: PUT with file upload
- validate: Minimal validate spec
- validate: Validate spec with setting data
- validate: Validate spec with setting data and variables
- workflow: Minimal workflow spec
- workflow: Set data for validate task
- workflow: Set variables and arguments (validate tasks)
- workflow: Set variables (dynamic) and arguments (validate tasks)
Have a question? Ask here.
Licensed under MIT | Get CHKware updates