You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to add it happens also in strings, when i type / in <img style="aspect-ratio: 16 /, after i type / the suggestions pop up and are filled in when pressing any key (space f.e.) except ESC
Bildschirmaufnahme.2024-12-11.um.17.17.45.mov
Type: Bug
Writing the self closing tag myself will trigger autocomplete and insert first suggestion(like #, % or --cssvar).
I have disabled every extension except C#, restarted vscode as well.
I have tested it in a brand new
dotnet new blazor -int webassembly -n test
app, created this component:Seems like
/
is not canceling the auto completeBildschirmaufnahme.2024-12-11.um.17.17.45.mov
Steps to Reproduce
<MyComponent Prop1="2" |
/>
)>
to it it results in this:<IcomGap Gap="4" /%></IcomGap>
instead of.."4" />
Expected behavior
<IcomGap Gap="4"
<IcomGap Gap="4" /
–/
pressed<IcomGap Gap="4" />
–>
pressedActual behavior
<IcomGap Gap="4"
<IcomGap Gap="4" /
–/
pressed<IcomGap Gap="4" /%></IcomGap>
–>
pressedAdditional context
Add any other context about the problem here.
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.95.3
C# Extension: 2.55.29
Using OmniSharp: false
Dotnet Information
Host:
Version: 8.0.11
Architecture: arm64
Commit: 9cb3b725e3
RID: osx-arm64
.NET SDKs installed:
No SDKs were found.
.NET runtimes installed:
Microsoft.NETCore.App 8.0.11 [/Users/skyslide/Library/Application Support/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/8.0.11~arm64/shared/Microsoft.NETCore.App]
Other architectures found:
x64 [/usr/local/share/dotnet]
registered at [/etc/dotnet/install_location_x64]
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
Extension version: 2.55.29
VS Code version: Code 1.95.3 (Universal) (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Darwin arm64 24.1.0
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
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: