vscode の拡張を作ってみる / Developing vscode extension

忘れそうなのでメモ

Install

Create new extension template

  • enter extension name: New Extension Name
  • suggest: new-extension-name
  • select: npm

Try run

  • F5
  • Ctrl+Shift+P Hello World

Install vsce tool

Create vsix package

or

See

  • https://qiita.com/sfp_waterwalker/items/b2cbdbe1119ea46ab25e
  • https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publishing-extensions
  • https://code.visualstudio.com/api/get-started/your-first-extension
  • https://qiita.com/deerboy/items/f035b9044edf9a51aff7

で、GitHub へ入れてみる

GitHub and vscode

暗号鍵の作成 / Create encryption key

GitHub へ公開鍵を設定 / Set public key to GitHub

Login GitHub
Settings > SSH and GPG keys > New SSH key

~/.gitconfig

~/.ssh/config

接続試験 / Connection test

開発ディレクトリーへ移動して、

GitHub の remote 先を設定 / Set remote destination of GitHub

GitHub の remote 先を変更する場合 / Change remote destination of GitHub

設定ファイルの確認 / Check the configuration file

~/data/nodejs/vscode-extensions/new-extension-name/.git/config:

vscode

  1. Source Control > Sync
  2. github website opens, showing the connection code
  3. copy connection code
  4. return to vscode
  5. click status bar github information
  6. paste connection code
  7. enter username and password

finished.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です