From e53bb1a5dd6ce7fb88135af599076de8ee162219 Mon Sep 17 00:00:00 2001 From: isif00 Date: Fri, 13 Oct 2023 04:38:21 +0100 Subject: [PATCH] Fixing Cairo LSP Bug --- your_projects/HelloDojo/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/your_projects/HelloDojo/README.md b/your_projects/HelloDojo/README.md index ac208a9..37a0489 100644 --- a/your_projects/HelloDojo/README.md +++ b/your_projects/HelloDojo/README.md @@ -30,6 +30,9 @@ In this section, I will just give you a quick setup, I highly recommand reading ## Installing the requirements 1. **Install Scarb** + **Very important note: using the latest version of scrab will cause some issues with your code** + - so u need to use asdf to install v0.6.0 in order to solve this issues, you can simply do that by clicking [here](https://docs.swmansion.com/scarb/). + - First you need to have Scarb, Scarb is Cairo Package Manger it's heavily inspired by cargo so you get the idea (I hope XD), you can simply install it by running `curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh` - Scarb will set up everything you will need to run your project, If you will use vscode make sure to go to your settings > search for cairo > and enable Scarb