-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from pj8/docs-development
開発docsを追加する
- Loading branch information
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ vsc-extension-quickstart.md | |
**/.eslintrc.json | ||
**/*.map | ||
**/*.ts | ||
|
||
.github | ||
DEVELOPMENT.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# デバッグ実行するには | ||
- `npm run watch`でwatchビルドします。 | ||
- vscode上で`F5` (Run > Start Debugging)すると`Extension Development Host`のvscodeウィンドウが開きます。 | ||
- `Extension Development Host`のvscodeウィンドウで、`cmd`+`option`+`i` (Help > Toggle Developer Tools) でDev Toolsが開きます。 | ||
- 普通に`console.log`やブレークポイントが使えます。 | ||
|
||
# Extensionをバージョン管理する | ||
- 公開されるextension(vsixファイル)のバージョン番号は、package.jsonの`version`で指定します | ||
- `npm --no-git-tag-version version minor` でminorバージョンをインクリメントしてcommit, pushしてください。 | ||
- TODO: #36 | ||
|
||
# ExtensionをPublishする | ||
- https://marketplace.visualstudio.com/ にアカウントを作ってください。 | ||
- https://marketplace.visualstudio.com/manage/publishers/YukiAdachi でMemberに追加します。 | ||
- TODO: #22 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters