Skip to content

Commit

Permalink
Merge pull request #37 from pj8/docs-development
Browse files Browse the repository at this point in the history
開発docsを追加する
  • Loading branch information
yuki777 authored Oct 18, 2021
2 parents d66d752 + 27b3105 commit 094bdb7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts

.github
DEVELOPMENT.md
15 changes: 15 additions & 0 deletions DEVELOPMENT.md
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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/yuki777/vscode-bear-goto"
},
"description": "Jump to resource.",
"version": "1.9.0",
"version": "1.10.0",
"engines": {
"node": "14.*",
"npm": "6.*",
Expand Down

0 comments on commit 094bdb7

Please sign in to comment.