Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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 2 months ago
JSON representation

VSCode Touch Bar Extension

Lists

README

        

# Touch Bar if err

easy and fast insert
```
if err != nil {
return
}
```

Touch Bar

## 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
```