Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tf63/vscode-extension-exp


https://github.com/tf63/vscode-extension-exp

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## vscodeの拡張機能を作る実験

### memo
- `node:19-alpine3.15`ではdevcontainerが使えない
- `node:19.9-alpine3.18`なら大丈夫

### リファレンス
https://code.visualstudio.com/api/references/vscode-api

https://code.visualstudio.com/api/references/contribution-points#contributes.menus

### 参考

https://atmarkit.itmedia.co.jp/ait/articles/1511/30/news030.html

https://dev.classmethod.jp/articles/easy-vs-code-extension-development/