- Update dependencies.
- Add development tooling, e.g.,
boostrap
,Justfile
,Brewfile
.
Update dependencies.
Packaging fix.
Update dependencies.
Fix a bug where the extension was linting file types other than Procfile
.
Fix some parts of the README that were mangled by formatters.
Adjust a few more bits of metadata.
Fix a few typos in documentation, add some more metadata to package.json, other nitpicky bits that change nothing.
This is a big release for such a tiny file type, but my motivation was to use TypeScript on a real project and to learn about the VS Code extension API. Enjoy!
- Hovers — Some services, such as Heroku, give special meaning to certain process names. Hovering over those now gives a brief explanation and a link to documentation.
- Formatting — A configurable setting allows the user to choose if there is whitespace between the process name and the command. This setting is used for formatting while typing, formatting a selected range, and formatting the entire document.
- Diagnostcs — Error indicators show if a Procfile has two processes with the same name.
- Symbol navigation — all processes are identified and can be navigated with breadcrumbs or the command palette.
Recognize process names containing a -
(dash) as valid. This is based on testing
Foreman and its clones to determine the most common subset of functionality.
Add an icon for the extension.
Initial release of vscode-procfile
extension.