Skip to content

Commit c7b0942

Browse files
Scott DoverScott Dover
authored andcommitted
run npm run format
1 parent f907190 commit c7b0942

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

client/src/connection/ssh/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ export class SSHSession extends Session {
9393
keepaliveInterval: KEEPALIVE_INTERVAL,
9494
keepaliveCountMax: KEEPALIVE_UNANSWERED_THRESHOLD,
9595
authHandler: (methodsLeft, partialSuccess, callback) => (
96-
authHandlerFn(methodsLeft, partialSuccess, callback), undefined
96+
authHandlerFn(methodsLeft, partialSuccess, callback),
97+
undefined
9798
),
9899
};
99100

website/docs/Configurations/Profiles/sas9ssh.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "[email protected]"
5858
```
5959

6060
5. You are prompted to enter additional information. If you did not enter a path, a default path is provided for you. You can also specify a passphrase. If you do not specify a passphrase, your key is not password-protected. Press Enter to accept the default value for each prompt.
61-
6261
- Enter a file in which to save the key (/c/Users/you/.ssh/id_ed25519):[Press enter]
6362
- Enter passphrase (empty for no passphrase): [Type a passphrase]
6463
- Enter same passphrase again: [Type passphrase again]

website/docs/Features/errorsWarnings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ The Problems panel contains error and warning messages that are generated by the
99
To use the Quick Fix options:
1010

1111
1. Open the Quick Fix menu in one of these ways:
12-
1312
- Click a message in the Problems panel and then click the corresponding `Show Code Actions` icon in the code editor.
1413

1514
- Click the `Show fixes` button for the appropriate message in the Problems panel.
1615

1716
![Quick Fix](/images/quickFix.png)
1817

1918
2. Select one of the following options:
20-
2119
- `Ignore: current position` - clears the currently selected problem from the Problems panel and the code editor.
2220

2321
- `Ignore: warnings` - clears all warnings from the Problems panel and the code editor.

0 commit comments

Comments
 (0)