Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tf63/vscode-extension-exp
https://github.com/tf63/vscode-extension-exp
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/vscode-extension-exp
- Owner: tf63
- Created: 2023-08-27T12:35:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T12:41:20.000Z (about 1 year ago)
- Last Synced: 2023-08-27T13:59:07.532Z (about 1 year ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-apihttps://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/