-
Notifications
You must be signed in to change notification settings - Fork 33
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
Extension appears to break TypeScript within WSL #64
Comments
This extension doesn't do anything IntelliSense related. Could you double-check? This might be a random pick by the bisect tool. |
After bisect found it, I turned it (and only it) off. It has been 2 full days with no issue ever since. It appears this extension stalls the extension host, preventing any of the extensions from working properly. |
Is this when you open a specific source file? Maybe one of the regexes the extension uses is slow on a particular input. You could also try to get a CPU profile in |
To answer point 1: It occurs on any project that has a node_modules folder and more than one TSX file. I couldn't recreate when it was just one though. To address point 2: due to it having been on my work laptop and crashing the application, I was forced to uninstall it and it is now a black listed plugin for causing this issue reliably on 4 separate work devices. So reinstalling it is not an option. Even if I could, my work network blocks the upload of files with specific extensions, and I have trouble believing one with |
Type: Bug
Started remote host session in WSL and attempted to develop TypeScript v5.4.5 application. Noticed TypeScript intellisense was infinitely Loading and extensions were not being activated. Usage of Extension Bisect traced down to Regex extension.
Extension version: 0.4.0
VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Connection to 'wsl+ubuntu' could not be established
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
Connection to 'wsl+ubuntu' could not be established
A/B Experiments
The text was updated successfully, but these errors were encountered: