0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCODEの感動した機能 Remote Dev

0
Posted at

はじめに

備忘録なので詳しいことは参考サイトからお願いします。

別PCのディレクトリをSSH経由で接続していじったりできる<-すげぇ

方法

VSCodeを立ち上げて拡張機能Remote Developmentをインストールする。

管理者PowerShellを開き以下のコマンドで有効にする

> Set-Service ssh-agent -StartupType Automatic
> Start-Service ssh-agent
> Get-Service ssh-agent

F1で起動するやつからRemote-SSH:Open Configuration File... を開いて案内通りにする

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?