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

https://github.com/himkt/cargo-atcoder-vscode

🔧 Visual Studio Code extension for AtCoder, especially for Rustacean, based on cargo-atcoder
https://github.com/himkt/cargo-atcoder-vscode

rust vscode vscode-extension

Last synced: about 2 months ago
JSON representation

🔧 Visual Studio Code extension for AtCoder, especially for Rustacean, based on cargo-atcoder

Awesome Lists containing this project

README

          

# cargo-atcoder-vscode README

cargo-atcoder-vscode

See also https://zenn.dev/himkt/articles/8e44abfa5caca7 for the introduction.

## Install

```sh
> wget https://github.com/himkt/cargo-atcoder-vscode/releases/download/v0.0.10/cargo-atcoder-vscode-0.0.10.vsix
> code --install-extension cargo-atcoder-vscode-0.0.10.vsix
```

## Release

```sh
vsce package
```