Skip to content

Commit 48088e6

Browse files
committed
Fix build deploy issues
1 parent 939d809 commit 48088e6

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
"glob": "^9.3.1",
364364
"simple-socks": "git+https://github.com/jeanp413/simple-socks#main",
365365
"socks": "^2.5.0",
366-
"ssh-config": "git+https://github.com/jeanp413/ssh-config#master",
366+
"@jeanp413/ssh-config": "^4.3.1",
367367
"ssh2": "git+https://github.com/jeanp413/ssh2#master"
368368
}
369369
}

src/ssh/sshConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as os from 'os';
22
import * as fs from 'fs';
33
import * as path from 'path';
4-
import SSHConfig, { Directive, Line, Section } from 'ssh-config';
4+
import SSHConfig, { Directive, Line, Section } from '@jeanp413/ssh-config';
55
import * as vscode from 'vscode';
66
import { exists as fileExists, normalizeToSlash, untildify } from '../common/files';
77
import { isWindows } from '../common/platform';

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
4545
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
4646

47+
"@jeanp413/ssh-config@^4.3.1":
48+
version "4.3.1"
49+
resolved "https://registry.yarnpkg.com/@jeanp413/ssh-config/-/ssh-config-4.3.1.tgz#08055a9ea3a42b6557115e658d336c00b14d1313"
50+
integrity sha512-x0EaWRdjs5sPDNmYr11wVB1GdwWQgRekc7SbueuO5FK7YZUav98qZKtZZU5iSDKyxJkooCs3rgVizB1wIWrF7g==
51+
4752
"@jridgewell/gen-mapping@^0.3.0":
4853
version "0.3.2"
4954
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -1526,10 +1531,6 @@ spdx-license-ids@^3.0.0:
15261531
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
15271532
integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
15281533

1529-
"ssh-config@git+https://github.com/jeanp413/ssh-config#master":
1530-
version "4.3.0"
1531-
resolved "git+https://github.com/jeanp413/ssh-config#8d187bb8f1d83a51ff2b1d127e6b6269d24092b5"
1532-
15331534
"ssh2@git+https://github.com/jeanp413/ssh2#master":
15341535
version "1.11.0"
15351536
resolved "git+https://github.com/jeanp413/ssh2#0c3652b7235be765579c032a9372c1ae49f2ceb3"

0 commit comments

Comments
 (0)