-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language features are unprecedentedly slow #72686
Comments
I confirm that I am experiencing this as well with the Microsoft C/C++ add-on. This may thus be independent from the language server itself and be more related to the related Visual Studio Code framework itself. |
@ChuckyHelse File an issue against the C++ extension @jessepinho Do you have |
@mjbvz Yes, I do! Could that be at fault? (I also have the styled components
vscode extension installed, but I disabled it and still experience this
issue.)
…On Mon 22. Apr 2019 at 20:09, Matt Bierner ***@***.***> wrote:
@ChuckyHelse <https://github.com/ChuckyHelse> File an issue against the
C++ extension
@jessepinho <https://github.com/jessepinho> Do you have
@types/styled-components installed in your workspace under node_modules?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72686 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIR2CDN447XIXHYC4ZB7J3PRX5PPANCNFSM4HHMHVBA>
.
|
Yes, see DefinitelyTyped/DefinitelyTyped#34391 Please try upgrading the latest version of |
I believe this fixed it! Thanks, @mjbvz ! Ahhh wow, that was such a pain. will close this for now and reopen if I experience the issue further. |
Issue Type: Performance Issue
Expected behavior: it very quickly shows a tooltip with the typing of the variable.
Actual behavior: it shows the tooltip after 30-40 seconds.
I tested this with extensions disabled. It's not reliably reproducible, unfortunately. It's hard to say whether it happens immediately after startup or later – it seems to go back and forth. (Sorry, I know that's not super helpful.)
I turned on verbose TSServer logging and was watching the logs and noticed that it seemed that there was a long delay between when I typed, moused over, etc. something in vscode, and when the logs would output more — almost as though the communication between vscode and the TS Server is slow. Let me know if I can provide more information, and I'm happy to provide logs privately.
VS Code version: Code 1.33.1 (51b0b28, 2019-04-11T08:22:55.268Z)
OS version: Darwin x64 18.5.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Process Info
Workspace Info
The text was updated successfully, but these errors were encountered: