microsoft / vscode

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

import #189446

Closed Eemayas closed 1 year ago

Eemayas commented 1 year ago

Type: Bug

even though the import path is correct it show error but after restarting the IDE the error is solved

VS Code version: Code 1.80.2 (2ccd690cbff1569e4a83d7c43d45101f817401dc, 2023-07-27T20:40:28.909Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i7-12700H (20 x 2688)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
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
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.71GB (5.82GB free)| |Process Argv|--crash-reporter-id b41ffa6e-591f-4411-bb65-a96747d84f70| |Screen Reader|no| |VM|0%|
Extensions (47) Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 aws-toolkit-vscode|ama|1.82.0 tailwind-docs|aus|2.1.0 vscode-tailwindcss|bra|0.9.11 vscode-toggle-quotes|Bri|0.3.6 npm-intellisense|chr|1.4.4 path-intellisense|chr|2.8.4 doxdocgen|csc|1.4.0 dart-code|Dar|3.70.0 flutter|Dar|3.70.0 es7-react-js-snippets|dsz|4.4.3 gitlens|eam|14.1.1 vscode-html-css|ecm|1.13.1 prettier-vscode|esb|10.1.0 auto-close-tag|for|0.5.14 auto-rename-tag|for|0.1.10 code-runner|for|0.12.0 pubspec-assist|jer|2.3.2 vscode-gutter-preview|kis|0.30.0 Kotlin|mat|1.7.1 vscode-language-babel|mgm|0.0.39 python|ms-|2023.12.0 vscode-pylance|ms-|2023.7.40 jupyter|ms-|2023.6.1101941928 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-containers|ms-|0.299.0 remote-wsl|ms-|0.80.2 sqltools|mtx|0.28.0 sqltools-driver-mysql|mtx|0.6.0 awesome-flutter-snippets|Nas|4.0.1 indent-rainbow|ode|8.3.1 vscode-react-refactor|pla|1.1.3 LiveServer|rit|5.7.9 es7-react-js-snippets|rod|1.9.3 autoimport|ste|1.5.4 vscode-stylelint|sty|1.2.4 prettier-plus|svi|4.2.2 tabnine-vscode|Tab|3.6.78 errorlens|use|3.12.0 vscode-gradle|vsc|3.12.7 vscode-icons|vsc|12.4.0 console-ninja|Wal|0.0.188 vscode-import-cost|wix|3.3.0 JavaScriptSnippets|xab|1.8.0
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vscccc:30803845 282f8724:30602487 f6dab269:30613381 a9j8j154:30646983 showlangstatbar:30737416 vsctsb:30748421 a2ce3375:30757347 57b77579:30736110 pythonfmttext:30731395 pythoncmvfstrcf:30756944 fixshowwlkth:30771522 showindicator:30785052 pythongtdpath:30769146 i26e3531:30792625 gsofa:30797621 pythonnosmt12:30797651 pythonnoceb:30797650 e537b577:30795824 dsvsc013:30795093 dsvsc014:30804076 ```
gjsjohnmurray commented 1 year ago

Squiggles under parts of your code correspond to entries on the Problems view (usually on the Panel). These entries are called Diagnostics and are contributed by extensions. Those extensions are also responsible for removing their entries when they no longer apply.

/causedByExtension

vscodenpa commented 1 year 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!