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