Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getporter/vscode-extension
Visual Studio Code tools and integration for Porter
https://github.com/getporter/vscode-extension
npm porter typescript vscode
Last synced: about 1 month ago
JSON representation
Visual Studio Code tools and integration for Porter
- Host: GitHub
- URL: https://github.com/getporter/vscode-extension
- Owner: getporter
- License: apache-2.0
- Created: 2019-01-09T23:00:13.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T04:11:54.000Z (over 1 year ago)
- Last Synced: 2024-11-21T09:36:08.330Z (about 2 months ago)
- Topics: npm, porter, typescript, vscode
- Language: TypeScript
- Homepage: https://getporter.org
- Size: 618 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cnab - vscode-extension - kVisual Studio Code Porter Tools (Implementations / Porter)
README
# Visual Studio Code Porter Tools
This extension helps you to edit Porter resource files and view information about installed bundles. Features
include:* Create a Porter project
* Create and organize bundle installation steps
* Build your Porter project into a bundle
* Install a Porter bundle
* Code completion and error checking for the Porter manifest
* Navigation around the Porter manifest (Go To Definition and Find References)For more about Porter see https://getporter.org/.
## Prerequisites
You will need the Porter binary on your system PATH. If you don't have this, you can download
it from https://getporter.org/install/.If you have the Porter binary but it's not on your path, you can specify the file path
using the `vscode-porter > porter-path` configuration setting. This must include the
full file path, not just the directory (and must include the `.exe` extension on Windows).## Telemetry
This extension collects telemetry data to help us build a better experience for building
bundles with Porter and VS Code. We only collect the following data:* Which commands are executed
* Whether a command succeeded or failedWe do not collect any information about image names, paths, error messages, etc. The extension respects
the `telemetry.enableTelemetry` setting which you can learn more about in our
[FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).## Contributing
This project welcomes contributions and suggestions.
See our [Contributing Guide](./CONTRIBUTING.md) to learn how to build and test the Porter VS Code extension.This project adheres to [Porter's Code of Conduct](https:/getporter.org/src/CODE_OF_CONDUCT.md).