File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ VSCode の Web エディタ(github.dev など)で、Zenn の記事や本を
2323$> yarn install
2424```
2525
26- ::: note
27- この時、[ VSCode Insiders] ( https://code.visualstudio.com/insiders/ ) がインストールされます。
28- :::
29-
3026## 開発環境
3127
3228[ セットアップ] ( #セットアップ ) が正常に完了したあと、以下のコマンドを実行することでブラウザが開き拡張をローカル環境で試すことができます。
@@ -50,6 +46,14 @@ VSCode 上でデバッグビューを開き、`Run Web Extension` を選択し
5046
5147![ ] ( ./img/vscode-extension/debugging-window.png )
5248
49+ もしフォルダーが開かれていない場合や、任意のフォルダーを開きたい場合は、` フォルダーを開く ` から任意のフォルダーを選択して開きます。
50+
51+ ![ ] ( ./img/vscode-extension/open-folder.png )
52+
53+ ::: note
54+ デフォルトではリポジトリ内の ` ./examples ` が開かれます
55+ :::
56+
5357### ブレークポイントを打ちたい場合
5458
5559リポジトリを開いている VSCode で、停止したい箇所にブレークポイントを打ちます。
@@ -83,7 +87,7 @@ VSCode 上でデバッグビューを開き、`Run Web Extension` を選択し
8387## ブランチ
8488
8589- ` canary ` : 開発用のブランチです。通常はこのブランチから新しいブランチを切って Pull Request を作成します。
86- - ` main ` : リリース用のブランチです。通常は` canary ` ブランチからのみマージを受け付けます。このブランチに Pull Request をマージすると、 ` X.Y.Z ` のようなバージョンが自動的にリリースされます。
90+ - ` main ` : リリース用のブランチです。通常は` canary ` ブランチからのみマージを受け付けます。
8791
8892## リリースについて
8993
@@ -93,4 +97,4 @@ VSCode 上でデバッグビューを開き、`Run Web Extension` を選択し
93972 . ` release:patch ` , ` release:minor ` , ` release:major ` のいずれかのラベルを Pull Request に付与します
94983 . ラベルが付与されるとバージョンアップコミットが Pull Request に追加されます
95994 . Pull Request をマージします ( ※ バージョンアップコミットが含まれていないとマージできません )
96- 5 . GitHub Actions によって、自動的に拡張がリリースされます
100+ 5 . GitHub Actions によって、自動的に VSCode 拡張がリリースされます
You can’t perform that action at this time.
0 commit comments