テストケース一覧取得&選択 を行うための拡張機能
- vsixファイル出力
$ git clone git@github.com:pachicobue/vscode-oj-input-picker.git $ npm install $ npx vsce package
- vscodeで「VSIXからのインストール」をする
- extensionのフォルダで
npm install
する$ cd ~/.vscode-server-insiders/extensions/pachicobue.vscode-oj-input-picker-0.0.1/ $ npm install
- (なんかこれをしないとコマンドが実行できない)