Skip to content

Commit 7535ee9

Browse files
committed
Add an install message
To help people who may think the package doesn't work
1 parent 9113c13 commit 7535ee9

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"install": "messages/install.md",
23
"7.0.0": "messages/7.0.0.md",
34
"6.0.0": "messages/6.0.0.md",
45
"5.0.0": "messages/5.0.0.md",

messages/install.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
⚠ Important Note ⚠
2+
3+
Due to a Sublime Text limitation on file
4+
extensions, highlighting for SSH Config
5+
files is NOT ACTIVATED AUTOMATICALLY for
6+
~/.ssh/config, where it is most useful.
7+
8+
The easiest way to adjust is to open your
9+
SSH Config file from the command palette
10+
(Primary+Shift+P) and use the following
11+
command:
12+
13+
SSH Config: Open SSH Config File
14+
15+
For more details (and more workarounds),
16+
see the wiki page at:
17+
18+
https://github.com/robballou/sublimetext-sshconfig/wiki/Activate-SSH-Config-highlighting
19+
20+
⚠ Important Note ⚠

0 commit comments

Comments
 (0)