回答編集履歴
2
内容のミス修正
answer
CHANGED
@@ -1,3 +1,6 @@
|
|
1
1
|
### 解決方法
|
2
|
-
[この記事](https://hitori-sekai.com/tool/error-remotessh/)に書いてある
|
2
|
+
- [この記事](https://hitori-sekai.com/tool/error-remotessh/)に書いてあるようにremote.ssh.UseLocalServerのチェックを外す
|
3
|
+
- 同じようにremote.ssh.UseFlockのチェックを外す
|
3
|
-
.vscode-serverというディレクトリを削除
|
4
|
+
- .vscode-serverというディレクトリを削除する
|
5
|
+
|
6
|
+
上記三つを実行したのちにremote接続をしたら成功しました。
|
1
Markdown形式の変更
answer
CHANGED
@@ -1,4 +1,3 @@
|
|
1
1
|
### 解決方法
|
2
|
-
https://hitori-sekai.com/tool/error-remotessh/
|
2
|
+
[この記事](https://hitori-sekai.com/tool/error-remotessh/)に書いてあることと
|
3
|
-
この記事に書いてあることと
|
4
3
|
.vscode-serverというディレクトリを削除した後に実行したら成功しました。
|