formulahendry / formulahendry/vscode-code-runner
[Feature request] Add Progress OpenEdge support
Open
feature request
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
Progress OpenEdge is an language (called "ABL"), RDBMS and execution environment in one. It's used in "enterprise environments" for all sort of ERP style application.
It would be great to be to start ABL via this extension. The addition to the settings `code-runner.executorMap` would be:
`"abl": "_progres -b -p ${file}"`
and `code-runner.languageIdToFileExtensionMap`:
`"abl": [".p", ".cls"]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.