usethesource / rascal-language-servers

An LSP server for Rascal which includes an easy-to-use LSP generator for languages implemented in Rascal, and an interactive terminal REPL.
BSD 2-Clause "Simplified" License
10 stars 7 forks source link

Make Interpreter Heap and Stack Size Configurable #285

Closed mahills closed 1 year ago

mahills commented 1 year ago

This adds the option to set the maximum heap size and the stack size as VSCode settings. The setting can be added as either a User or Workspace setting. The inputs need to be numeric, but there is no checking to ensure they are sensible right now beyond that (someone could, in theory, enter -5 or 8.1).

Screenshot 2023-08-23 at 9 10 55 PM
mahills commented 1 year ago

@DavyLandman and @jurgenvinju tagging you to review and merge if ready.