Managing PASOE servers in a modern and graphical interface
Manage your Progress Application Server for OpenEdge (PASOE) servers from inside VS Code. Configure, monitor and inspect ABL applications without leaving the editor.

| Requirement | Details |
|---|---|
| VS Code | 1.96 or newer |
| PASOE server | A running Progress Application Server for OpenEdge (OEManager must be accessible) |
| Credentials | Server username and password (default: tomcat / tomcat) |
| Network access | VS Code must be able to reach the OEManager HTTP(S) port on the PASOE host |
Install OpenEdge ABL - PASOE from the VS Code Marketplace or from the .vsix file provided by your team.
Open VS Code Settings (Ctrl+,) and search for openedge-pasoe.servers. Add one entry per server:
"openedge-pasoe.servers": [
{
"name": "Development Server",
"host": "localhost",
"port": 8810,
"transport": "http",
"authType": "basic",
"username": "tomcat",
"password": "tomcat"
}
]
You can also add and edit servers from inside the PASOE UI — see Settings in the sidebar.
Two ways to launch it:
Ctrl+Shift+P → Launch OpenEdge PASOE configuration 😎The UI opens as a full editor tab and connects immediately to the configured servers.
See USERGUIDE.md for a full feature reference.
By submitting this form you consent to us emailing you occasionally about our products and services. You can unsubscribe from emails at any time, and we will never pass your email to third parties.