-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Complete from suggest voids following characters #204808
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.86.1. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
How? Please share the exact steps |
ecmel/vscode-html-css#278 (comment) Exact steps. With video. And confirmation that's not only me observing this issue. There's obviously some kind of a race, because if you do it REAL SLOW, the issue is hard to reproduce. |
Sorry, I don't know what ecmel is about but it doesn't seem like "just vscode without extensions", so please provide a steps here and a simple copy-paste friendly code sample |
There's no copy-paste friendly code sample, thus the example archive. 2024-01-27_22-01-05.mp4 |
Please check: #198793 |
Hey @jrieken, this issue might need further attention. @AnrDaemon, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
It become more severe in the latest versions of VS Code. So, awaiting the fix. Eagerly. |
Hey @jrieken, this issue might need further attention. @AnrDaemon, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
It more than exists, it is easily the most encountered issue in daily work with HTML. |
It is suggested that the behavior could be related to |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This happens to me every day. Searching for a solution. |
I'm getting this as well. The first time it happened, it slipped by in a commit, and I found it live on the site. I've been paying close attention ever since. |
I have 'insert' configured for 20241209-1623-52.6149592.mp4 |
Did you also explicitly change this for html which has this configured to be
I believe that you are seeing this issue. But also believe that I don't reproduce this and that I cannot base a fix on a recording, only on reproducible steps. |
I haven't explicitly changed any settings for HTML. Actually, just to see what happens, I deleted all the settings from my settings.json file and the issue still occurs. |
what extensions do you have installed? |
I have: SonarQube Not too many :) |
@jonnomk try without them, use bisect All extensions execute together on a single nodejs process, so in order to narrow down the possible problematic extension, please try the following:
|
Hi. That's an interesting tool, but it wasn't able to whittle down the problematic extension, even though during the process the problematic behaviour stopped. I performed my own little test and can confirm it's the Angular Language Service that causes the issue. Here's a video of it working as expected with the extension disabled: 20241209-1710-13.5388656.mp4...and here it is with it enabled: 20241209-1714-02.7726089.mp4Thanks for your time. Hopefully this helps others. |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. If you don't know which extension is causing the problem, you can run Happy Coding! |
It can be reproduced without any additional extensions, just not as reliable. |
@AnrDaemon I agree, this is not related with any extension as demonstrated on ecmel/vscode-html-css#278 |
More specifically, #198793 |
Type: Bug
The #198793 become more and more frequent in my daily work. More often in HTML files, but it started to creep into other type of code.
I've assembled an example workspace to reproduce the issue.
After a number of attempts, I've managed to reproduce it in VS Code without extensions, using only textual suggestions, as hinted by @ecmel in ecmel/vscode-html-css#278 (comment)
VS Code version: Code 1.85.2 (8b37750, 2024-01-18T06:40:10.514Z)
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
The text was updated successfully, but these errors were encountered: