A VS Code extension that surfaces your PMS-assigned tasks in the sidebar, lets you view a task's requirement, and mark it as your active work — synced back to PMS in real time.
Configuration
Defaults to the live PMS deployment — no setup needed for normal use.
Setting
Default
Description
govide.pmsApiUrl
https://glideexecutions.com/api
Base URL of the PMS backend API.
govide.pmsWebUrl
https://glideexecutions.com
Base URL of the PMS web app (used to open the login/consent page in your browser).
Override either setting only if you're pointing GovIDE at a different environment, e.g. a local dev PMS instance (http://localhost:8000/api / http://localhost:4200).
Deployment security notice
Both govide.pmsApiUrl and govide.pmsWebUrl MUST use https:// for any PMS deployment that is not localhost.
The login flow sends credentials to pmsWebUrl (the consent page's login form) and the extension's access token is sent as a Bearer header on every pmsApiUrl request. Over plain HTTP on a real network, both are exposed to interception. An http://localhost override is safe only because that traffic never leaves your own machine.