microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.26k stars 29.3k forks source link

The issue of autocompletion in the ROS workspace #227024

Closed benbenji closed 2 months ago

benbenji commented 2 months ago

Type: Bug

I found that in the ROS workspace, when I tried to input ROS::init, there was no autocompletion after typing ROS::. When I clicked on ros, it showed 145 definitions, but the autocompletion function was working properly before. What's going on here?"

VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.153.1-microsoft-standard-WSL2

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-14700K (28 x 3418)| |GPU Status|2d_canvas: enabled
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
webnn: disabled_off| |Load (avg)|undefined| |Memory (System)|31.33GB (19.56GB free)| |Process Argv|--crash-reporter-id 1755728e-afe1-4324-8d68-e5d62d4116fc| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|WSL: Ubuntu-20.04| |OS|Linux x64 5.15.153.1-microsoft-standard-WSL2| |CPUs|Intel(R) Core(TM) i7-14700K (28 x 0)| |Memory (System)|15.28GB (12.65GB free)| |VM|0%|
Extensions (31) Extension|Author (truncated)|Version ---|---|--- remotehub|Git|0.62.0 vscode-ros|Jae|0.0.6 jupyter-keymap|ms-|1.1.2 remote-wsl|ms-|0.88.2 azure-repos|ms-|0.38.0 remote-repositories|ms-|0.40.0 ros-snippets|swe|0.1.0 vim|vsc|1.28.0 comate|Bai|2.12.3 gitlens|eam|15.3.1 latex-workshop|Jam|10.1.0 vscode-leetcode|Lee|0.18.3 git-graph|mhu|1.30.0 vscode-language-pack-zh-hans|MS-|1.92.2024081409 vscode-ros|ms-|0.9.2 debugpy|ms-|2024.10.0 python|ms-|2024.12.3 vscode-pylance|ms-|2024.8.2 jupyter|ms-|2024.7.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.19 tensorboard|ms-|2023.10.1002992421 vscode-jupyter-cell-tags|ms-|0.1.9 vscode-jupyter-slideshow|ms-|0.1.6 cmake-tools|ms-|1.19.49 cpptools|ms-|1.21.6 cpptools-extension-pack|ms-|1.3.0 makefile-tools|ms-|0.10.26 code-spell-checker|str|3.0.1 cmake|twx|0.0.17 autocomplete-english-word|wus|0.1.7 (2 theme extensions excluded)
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 pythonnoceb:30805159 asynctok:30898717 pythonregdiag2:30936856 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 da93g388:31013173 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 dwnewjupyter:31046869 2f103344:31071589 impr_priority:31102340 refactort:31108082 pythonrstrctxt:31112756 flightc:31119335 wkspc-onlycs-c:31111717 wkspc-ranged-t:31125599 pme_test_t:31118333 autoexpandse:31127268 fje88620:31121564 aajjf12562cf:31125794 ```
gjsjohnmurray commented 2 months ago

/causedByExtension

vs-code-engineering[bot] commented 2 months ago

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 Help: Start extension bisect from the command palette (F1) to help identify the problem extension.

Happy Coding!