starkware-libs / cairo

Cairo is the first Turing-complete language for creating provable programs for general computation.
Apache License 2.0
1.56k stars 478 forks source link

bug: Cairo language server eats ups too much Resources (RAM) #5047

Open byteZorvin opened 7 months ago

byteZorvin commented 7 months ago

Bug Report

I am using Cairo 1 extension in VSCode, and it makes my machine crash even with 16 gigs of RAM

Cairo version: 2.5.3

Current behavior: LSP Takes up too much RAM and makes my machine crash

Expected behavior:

LSP should take only manageable resources that major machines can handle

byteZorvin commented 7 months ago

IMG_20240211_195554

Arcticae commented 5 days ago

Performance to be reevaluated after re-write to lsp-server (#6132)

Arcticae commented 16 hours ago

Related: #6310 (Might solve)