Differences between revisions 2 and 3
Revision 2 as of 2020-09-18 15:30:58
Size: 1020
Editor: satoru.ikeda
Comment:
Revision 3 as of 2020-09-18 15:33:09
Size: 1025
Editor: satoru.ikeda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Microsoft Visual Stusio Code(VSCode)を用いた統合環境の構築 = Microsoft Visual Stusio Code(VSCode)を用いた統合環境の構築 =
Line 5: Line 5:
= [SSH]接続方法 = ''[SSH]接続方法 ''

KAGRA/Subgroups/VIS/OpsManual/VisualStudioCode

Microsoft Visual Stusio Code(VSCode)を用いた統合環境の構築

[SSH]接続方法

1.Microsoft Visual Stusio Codeのインストール

2.VSCodeの起動

3.VSCodeのEXTENSIONSを選択して、SSH Remoteを検索、インストール

4./Users/xxx/.ssh配下へconfigファイルを作成(既にある場合は不要)

k1ctrX:端末番号(k1ctr1...k1ctrN)

Host k1ctrX

Host k1gate

  • HostName 172.16.33.11 User firstname.lastname Port 22

Host k1ctrX-icrr

Host k1script

  • User controls port 22

    HostName k1script

5.DNSの検索ドメインの追加

  • Macの場合は[ネットワーク]-[DNS]-[検索ドメイン]へkagra.icrr.u-tokyo.ac.jpを追加

6.VSCodeのRemoteExplolerからK1ctrXを選択してパスワードを入力

KAGRA/Subgroups/VIS/OpsManual/VisualStudioCode (last edited 2020-09-18 15:37:34 by satoru.ikeda)