-
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
Declare property quick fix incorrectly escapes $
#152272
Comments
@jrieken I believe this may be caused by the workspace snippet edit work. Here's how we build up the edit:
I confirmed that the incoming text does not have the |
@mjbvz: The extra slash is still added to import lines in latest VSCode Insiders. Not at the same frequency as before. But once every 5-10 minutes or so. Edit: It seems related to Save all/Multiple files. If I change something in File A and then go to File B and use |
Issue Type: Bug
For the ts:
declare property
onthis.$prop
Bug:
\$prop
is inserted instead of just$prop
VS Code version: Code - Insiders 1.69.0-insider (Universal) (0b74e15, 2022-06-15T05:20:12.417Z)
OS version: Darwin x64 21.5.0
Restricted Mode: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: