学習バンザイITエンジニアの精神安穏日記

ITエンジニアというより、IT系雑務者

【VSCode】拡張機能をpublishする方法メモ

今後私がするべき操作

事前にREADMEを変更しておく

  1. 開発方法
  2. コントリビュート方法
  3. 機能の特徴
  4. marketplaceへのリンク 5. configの設定

package.json

+  "publisher": "masavo",
+  "repository": "https://github.com/masavo/<reponame>"

操作

cd <path to dir>
 vsce publish

## メモ
- publisherを設定するには、[https://marketplace.visualstudio.com/manage/] この辺だったけか。
- publisherは、IDではなく設定した名前になる
- tokenの権限は、「marketplace」の権限を設定する


<figure class="figure-image figure-image-fotolife" title="権限の設定">[f:id:masanolinks:20240706230644p:plain]<figcaption>権限の設定</figcaption></figure>


## 参考にしたサイト

[https://qiita.com/yusu79/items/44520c4c67864b0bb3e9:embed:cite]