-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Cairo Language Server | ||
|
||
Scarb is distributed with the `scarb cairo-language-server` extension which is a compilation of the official | ||
[Cairo Language Server](https://github.com/starkware-libs/cairo/tree/main/crates/cairo-lang-language-server), | ||
[Cairo Language Server](https://github.com/software-mansion/cairols), | ||
that is matching the version of Cairo compiler used in Scarb itself. | ||
Scarb's version of the language server is just a launcher for the original code, unmodified. | ||
|
||
## Visual Studio Code | ||
|
||
The Cairo Visual Studio Code extension will start language server from Scarb automatically. | ||
You do not need to take any further steps. | ||
Consult extension's [documentation](https://github.com/starkware-libs/cairo/blob/main/vscode-cairo/README.md) | ||
Consult extension's [documentation](https://github.com/software-mansion/vscode-cairo) | ||
for more detailed information. |