https://github.com/axetroy/vscode-external
A VS Code Extension to Run External Tools
https://github.com/axetroy/vscode-external
extension external vscode
Last synced: 12 months ago
JSON representation
A VS Code Extension to Run External Tools
- Host: GitHub
- URL: https://github.com/axetroy/vscode-external
- Owner: axetroy
- License: mit
- Created: 2018-04-02T04:11:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T02:00:33.000Z (about 6 years ago)
- Last Synced: 2025-04-09T11:14:20.374Z (about 1 year ago)
- Topics: extension, external, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-external
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-external
An extension to Run External Tools.
## Feature
- [x] Add External Tools
- [x] Remove External Tools
- [x] Run External Tools
## [CHANGELOG](https://github.com/axetroy/vscode-external/blob/master/CHANGELOG.md)
## Useful external tools
```json
"external.commands": [
{
"name": "Prettify",
"command": "prettier --write $FilePath$"
},
{
"name": "Format",
"command": "prettier --write './**/*.{js,css,json,md}'"
},
{
"name": "Changelog",
"command": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
}
],
```
## Contributors
| [
Axetroy](http://axetroy.github.io)
[💻](https://github.com/axetroy/vscode-external/commits?author=axetroy) 🔌 [⚠️](https://github.com/axetroy/vscode-external/commits?author=axetroy) [🐛](https://github.com/axetroy/vscode-external/issues?q=author%3Aaxetroy) 🎨 |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
## License
The [MIT License](https://github.com/axetroy/vscode-external/blob/master/LICENSE)