Skip to content

Commit 6658a17

Browse files
Docs: Sorbet requires a directory be passed to the typecheck command (#2599)
1 parent ab29a29 commit 6658a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/language_servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ There are multiple options:
620620
"clients": {
621621
"sorbet": {
622622
"enabled": true,
623-
"command": ["srb", "tc", "--typed", "true", "--enable-all-experimental-lsp-features", "--lsp", "--disable-watchman"],
623+
"command": ["srb", "tc", "--typed", "true", "--enable-all-experimental-lsp-features", "--lsp", "--disable-watchman", "."],
624624
"selector": "source.ruby | text.html.ruby",
625625
}
626626
}

0 commit comments

Comments
 (0)