https://github.com/dongri/touch-bar-if-err
VSCode Touch Bar Extension
https://github.com/dongri/touch-bar-if-err
golang touchbar vscode
Last synced: about 1 month ago
JSON representation
VSCode Touch Bar Extension
- Host: GitHub
- URL: https://github.com/dongri/touch-bar-if-err
- Owner: dongri
- Created: 2018-09-05T13:55:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:49:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:43:51.173Z (3 months ago)
- Topics: golang, touchbar, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=D.touch-bar-if-err
- Size: 605 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - touch-bar-if-err
- awesome-list - touch-bar-if-err
README
# Touch Bar if err
easy and fast insert
```
if err != nil {
return
}
```
## Installation
```
$ code --install-extension D.touch-bar-if-err
```## Release Notes
### 0.0.1
Initial release.
### 0.0.2
Bug fix
### 0.0.3
Fix module version
-----------------------------------------------------------------------------------------------------------
# Development
```
$ npm install -g yo generator-code
$ yo code
``````
$ git clone [email protected]:dongri/touch-bar-if-err
$ cp -r touch-bar-if-err ~/.vscode/extensions/
```# Publish
```
$ npm install -g vsce
$ vsce publish
```