https://github.com/battleoverflow/animeface
aniFace is a VS Code extension that judges you for the number of errors and warnings within your codebase
https://github.com/battleoverflow/animeface
anime error error-reporting vscode vscode-extension vscode-extension-free vscode-extensions
Last synced: 12 months ago
JSON representation
aniFace is a VS Code extension that judges you for the number of errors and warnings within your codebase
- Host: GitHub
- URL: https://github.com/battleoverflow/animeface
- Owner: battleoverflow
- License: bsd-2-clause
- Created: 2022-12-16T21:30:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:16:56.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:47:17.503Z (about 2 years ago)
- Topics: anime, error, error-reporting, vscode, vscode-extension, vscode-extension-free, vscode-extensions
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=azazelm3dj3d.aniface
- Size: 82.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
animeFace is a simple Visual Studio Code extension created to be a cute visualization for tracking errors, warnings, and informational diagnostics while coding.
## Usage
You can install this extension under the VS Code extensions tab by searching "animeface" or by visiting my [publisher page](https://marketplace.visualstudio.com/publishers/battleoverflow).
Another way to install the extension is by using Visual Studio Code's built-in command prompt. You can open this prompt by pressing `ctrl + p` on your keyboard.
Once the prompt is open, you can paste this value:
```
ext install battleoverflow.animeface
```
## Example

The concept for this extension was inpsired by [virejdasani](https://github.com/virejdasani) who created [InYourFace](https://github.com/virejdasani/InYourFace), which uses the original Doom "ouch" expressions while tracking errors.