Bun as tsserver provider #17511
darklight9811
started this conversation in
General
Replies: 1 comment 2 replies
-
@darklight9811 that is a very interesting idea! I wouldn't recommend it though based on my testing as the memory usage for the process running tsserver was wild! It went up to ~3.5 GB within few minutes of navigating a codebase! 😅 Now if you still want to try it and see for yourself, you run this in the terminal and it'll print the exact path you need to set there in the vscode configuration above: bun -e 'console.log(process.execPath)' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried making this work but it doesnt seem to work

Anyone knows how to make this possible? I think this should speed up intelissense considerably
Beta Was this translation helpful? Give feedback.
All reactions