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
- Host: GitHub
- URL: https://github.com/himkt/cargo-atcoder-vscode
- Owner: himkt
- License: mit
- Created: 2022-05-02T12:27:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T15:19:37.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:48:44.661Z (over 1 year ago)
- Topics: rust, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://zenn.dev/himkt/articles/8e44abfa5caca7
- Size: 90.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# cargo-atcoder-vscode README

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