-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Terminal Suggest: Just prints a bunch of stuff to the console #224537
Comments
This is probably because you're on a relatively old version of Windows. Chance are #224488 will fix the problem |
Is 10 considered old nowadays?
Thanks for all your hard work making VS Code the best editor around! |
@lishaduck @ArrushC yes 10 is old, however if you're on insiders we just shipped a new experimental setting which may fix this problem for you |
@Tyriar just tested this experimental setting on my machine with insiders and it works perfectly! Hopefully this will be included in the next patch update. Thank you for your help 😃 |
@Tyriar Just noticed a different issue that I would like to share: On Windows 10, If you open a new PS session and from your cwd you use cd command to change to the root directory of the C drive, then typing After hitting the enter key, this issue becomes non-reproducible. |
We're pivoting to a different extension-based approach for completions so what caused this will eventually go away. |
Type: Bug
Steps to Reproduce:
Enable
terminal.integrated.suggest.enabled
The terminal spits out the following:
VS Code version: Code 1.92.0 (b1c0a14, 2024-07-31T23:26:45.634Z)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Reproduces without extensions (
code --disable-extensions .
)A/B Experiments
The text was updated successfully, but these errors were encountered: