We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug
With this plugin enabled, cmd+shift+o (Find symbol in editor) just spins and never shows me symbols.
Extension version: 3.5.1 VSCodium version: VSCodium 1.81.0 (ee0ba35e0f5ffb18669618446b41de0e99569167, 2023-08-04T12:07:39.095Z) OS version: Darwin arm64 22.6.0 Modes:
The text was updated successfully, but these errors were encountered:
Sounds strange. You can use VS Code's troubleshooting to help find the reason. Please find more in https://code.visualstudio.com/docs/getstarted/keybindings#_troubleshooting-keybindings
Sorry, something went wrong.
I agree with @markaconrad . I just came to the same conclusion using VSCodes Bisect functionality.
With the link I provided above, you can clearly see what happens inside VS Code after you press any key.
Pressing cmd - t is expected to search symbols in the workspace.
cmd - t
If the plugin is enabled, only the titles of markdown are displayed. When the plugin is disabled, symbols are displayed correctly
Actual
Expect
No branches or pull requests
Type: Bug
With this plugin enabled, cmd+shift+o (Find symbol in editor) just spins and never shows me symbols.
Extension version: 3.5.1
VSCodium version: VSCodium 1.81.0 (ee0ba35e0f5ffb18669618446b41de0e99569167, 2023-08-04T12:07:39.095Z)
OS version: Darwin arm64 22.6.0
Modes:
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
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: