VS Code ETK PluginThis plugin is in major development and currently only has these features: Features
WorkspaceFor 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 NewThis 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 installrun "npm run install" and it will install the latest version To package
|