https://github.com/xxgicoxx/clcons
Visual Studio Code extension for clear console logs in the active editor.
https://github.com/xxgicoxx/clcons
clcons clear console vscode
Last synced: 2 months ago
JSON representation
Visual Studio Code extension for clear console logs in the active editor.
- Host: GitHub
- URL: https://github.com/xxgicoxx/clcons
- Owner: xxgicoxx
- License: mit
- Created: 2019-09-13T04:24:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T04:25:32.000Z (over 2 years ago)
- Last Synced: 2025-02-18T11:57:22.371Z (8 months ago)
- Topics: clcons, clear, console, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=xxgicoxx.clcons
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ClCons
Visual Studio Code extension for clear console logs in the active editor.
![]()
# Features
* Clear console logs# Prerequisites
* [Node.js](https://nodejs.org/en/)# Running
### 1. Build
````
# Install vsce
npm install -g vsce# Package
vsce package# Get your version
clcons-[VERSION].vsix
````### 2. Run
````
# Install dependencies
npm install# Start
F5 to run.
````# Built With
* [Node.js](https://nodejs.org/en/)# Authors
* [xxgicoxx](https://github.com/xxgicoxx)# Acknowledgments
* [FlatIcon](https://www.flaticon.com/)