Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ETK PluginNew to Visual Studio Code? Get it now.
ETK Plugin

ETK Plugin

MedIT BEAST

|
49 installs
| (0) | Free
The initial stages for a VSC ETK Plugin
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code ETK Plugin

This plugin is in major development and currently only has these features:

Features

  1. Logs in as Jim Bob and gets jbob current workspace
  2. Looks at an embedded businessKey, grabs the current properties, and updates them with your code
  3. Does not try to publish if the document contains no "!//"
  4. Tries to give feedback where applicable.

Workspace

For this to activate in your workspace you need to have a file called '.etk-plugin.json'. This file will contain your ETK settings. Here is an example of the information you need in that file, but the settings may change based on your development setup:

RMS

{ "url": "http://localhost:8182/etk-ubc-rms-upg", "version": "new" }

TTPS

{ "url": "http://localhost:8080/etk-ubc-ttp-dev", "version": "old" }

Old vs New

This will be replaced with version numbers later. The old version of ETK only requires basic authentication and the new version requires a huge process to obtain a client ID, token, and then to embed those into a basic and bearer request. The new version also has code to update the token at a regular interval.

To install

run "npm run install" and it will install the latest version

To package

  1. Update the version in package.json
  2. run "npm run package" and it will create a package file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft