We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcde3b commit 3d1717dCopy full SHA for 3d1717d
Support/SSH Config.sublime-completions
@@ -1261,6 +1261,12 @@
1261
"kind": "snippet",
1262
"details": ""
1263
},
1264
+ {
1265
+ "trigger": "VersionAddendum",
1266
+ "contents": "VersionAddendum",
1267
+ "kind": "keyword",
1268
+ "details": "Append text to the SSH protocol banner"
1269
+ },
1270
{
1271
"trigger": "VisualHostKey",
1272
"contents": "VisualHostKey",
src/options.yaml
@@ -504,6 +504,8 @@
504
- 'yes'
505
- 'no'
506
- ask
507
+ VersionAddendum:
508
+ details: Append text to the SSH protocol banner
509
VisualHostKey:
510
details: Show ASCII art for host's key
511
values:
0 commit comments