Skip to content

Visual studio code extension for CHKware

License

Notifications You must be signed in to change notification settings

chkware/vscode-ext

Repository files navigation

Twitter Known Vulnerabilities

CHKware extension for Visual Studio Code

Edit and modify CHKware (Check-Ware) spec. (.chk) files using this Visual Studio Code extension.

Setup

Follow extension setup guide to install. New to CHKwere? Read the quick start.

Here is setup steps for extension developer.

Usage

Using VS Code command palette you can quickly select a snippet from added samples.

  • Use ⇧⌘P on Mac, Ctrl+Shift+P on Windows, and Ctrl+Shift+P on Linux to bring up command palette.
  • Start writing CHKware ..
  • Select a sample from dropdown you desire to use.

Preview

List of sample snippets of document specifications

  • 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)

Get help

Have a question? Ask here.


Licensed under MIT | Get CHKware updates