Last active
January 30, 2024 19:25
Revisions
-
b-j-roberts revised this gist
Jan 30, 2024 . No changes.There are no files selected for viewing
-
b-j-roberts revised this gist
Jan 30, 2024 . No changes.There are no files selected for viewing
-
b-j-roberts revised this gist
Jan 30, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ "command": "scarb", "args": ["cairo-language-server"], "filetypes": ["cairo"], "rootPatterns": ["Scarb.toml", ".git/"] } } } -
b-j-roberts created this gist
Jan 30, 2024 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ { "languageserver": { "cairo1": { "enable": true, "command": "scarb", "args": ["cairo-language-server"], "filetypes": ["cairo"], "rootPatterns": ["Scarab.toml", ".git/"] } } }