Created
September 11, 2024 19:22
-
-
Save ShreyasJejurkar/e283f16dbfaa2e5aad581c0c0da3a9ea to your computer and use it in GitHub Desktop.
Flags that I use for improving VSCode performance.
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 characters
code --js-flags="--maglev --maglev-inlining --max-opt=2 --concurrent-recompilation --concurrent-recompilation-queue-length=512 --turbo-move-optimization --wasm-opt --optimize-on-next-call-optimizes-to-maglev --optimize-on-next-call-optimizes-to-maglev --concurrent-sparkplug --concurrent-sparkplug-max-threads=0 --stress-concurrent-inlining-attach-code --turbo-string-builder --turbo-instruction-scheduling" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment