github/vscode-codeql

Langauge server ram should be configurable.

開放

#1,491 建立於 2022年9月1日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (236 個分叉)auto 404
VSCodeenhancementgood first issue

倉庫指標

星標
 (530 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. Some users have had issues with running out of memory for the language server. However it is not configurable so there is no way to fix it.

Describe the solution you'd like A setting in VS Code preferences for the extension to control the language server RAM.

Describe alternatives you've considered Working on the language server to use less RAM.

Additional context There is no --ram flag to codeql execute language-server so it should be a -J-Xmx style flag.

貢獻者指南