Skip to content

Commit 7c6d745

Browse files
authored
small tweak to the sublime installation instruction (#354)
1 parent 086c54d commit 7c6d745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ Minimal [Sublime](https://www.sublimetext.com/) setup using the
112112
"clients": {
113113
"jetls": {
114114
"enabled": true,
115-
"command": ["jetls", "--threads=auto", "--", "--socket=8080"],
115+
"command": ["jetls", "--threads=auto", "--", "--socket=${port}"],
116116
"selector": "source.julia",
117-
"tcp_port": 8080
117+
"tcp_port": 0
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)