Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bstrr/vscode-fuse-log
Fuse logging integration for VS Code
https://github.com/bstrr/vscode-fuse-log
Last synced: about 2 months ago
JSON representation
Fuse logging integration for VS Code
- Host: GitHub
- URL: https://github.com/bstrr/vscode-fuse-log
- Owner: bstrr
- Created: 2017-02-02T21:58:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T21:58:26.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T04:09:23.178Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fuse - Fuse-Log - Get Fuse log messages into Visual Studio Code's output panel. (Plugins)
README
# fuse-log
Unofficial integration of Fuse log-messages into VS Code's output-panel.## Features
This extension connects to the Fuse daemon and creates an output channel for build-events, logs and exceptions.
Grab the Output-Colorizer extension for nice colour-coding of the output.This extension looks for MainView.ux in the root folder in order to activate.
## Known Issues
Some error-strings from Fuse does play nicely with the colourizer and there might generally be a need for prettifying the various logs.## Release Notes
### 0.33.0
Initial release, based on Fuse 0.33.0## Support
Drop me an [email]([email protected]) for suggestions and problems.## Attribution
This extension is based on the Fuse example provided in the [documentation](https://www.fusetools.com/docs/technical-corner/fuse-protocol).