microsoft / vscode

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

не зчитує jsDoc з скачених бібліотек #230702

Closed Dark-Cristal-0 closed 3 weeks ago

Dark-Cristal-0 commented 3 weeks ago

Type: Bug

через npm скачав node-telegram-bot-api в файлі index.js що знаходитьсф в корні проекту підключив її, сама бібліотека робить а от підсказки з jsdoc не відображає

VS Code version: Code 1.94.0 (d78a74bcdfad14d5d3b1b782f87255d802b57511, 2024-10-02T13:08:12.626Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 5 5600H with Radeon Graphics (12 x 3294)| |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)|13.86GB (6.79GB free)| |Process Argv|--crash-reporter-id e3dfe1ac-c8bf-488a-adcb-c5f4058315b3| |Screen Reader|no| |VM|0%|
Extensions (22) Extension|Author (truncated)|Version ---|---|--- codesnap|adp|1.3.4 exe-runner|bra|1.1.1 vscode-html-css|ecm|2.0.10 prettier-vscode|esb|11.0.0 figma-vscode-extension|fig|0.3.5 auto-close-tag|for|0.5.15 auto-rename-tag|for|0.1.10 code-runner|for|0.12.2 vscode-language-pack-ru|MS-|1.94.2024100209 vscode-edge-devtools|ms-|2.1.6 js-debug-nightly|ms-|2024.10.417 material-icon-theme|PKi|5.11.1 vscode-css-peek|pra|4.4.1 java|red|1.35.1 LiveServer|rit|5.7.9 html-to-css-autocompletion|sol|1.1.2 intellicode-api-usage-examples|Vis|0.2.8 vscodeintellicode|Vis|1.3.1 vscode-gradle|vsc|3.16.4 vscode-java-debug|vsc|0.58.0 vscode-java-pack|vsc|0.29.0 vscode-maven|vsc|0.44.0
A/B Experiments ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 pythonnoceb:30805159 asynctok:30898717 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 dsvsc021:30996838 da93g388:31013173 a69g1124:31058053 dvdeprecation:31068756 dwnewjupytercf:31046870 newcmakeconfigv2:31071590 impr_priority:31102340 nativerepl2:31139839 refactort:31108082 pythonrstrctxt:31112756 flightc:31134773 wkspc-onlycs-t:31132770 wkspc-ranged-t:31151552 cf971741:31144450 defaultse:31146405 iacca1:31150322 cc771715:31146322 ```
vs-code-engineering[bot] commented 3 weeks ago

Дякуємо за створення цього випуску!

Однак, оскільки опис не англійською мовою, нам важко працювати над ним. Якщо у вас є така можливість, будь ласка, відредагуйте цей випуск англійською мовою. Будь ласка, не додавайте новий коментар або не створюйте новий випуск, а краще редагуйте існуючу проблему.

На жаль, служби автоматичного перекладу не здатні обробляти технічну мову, необхідну для ефективного спілкування про проблеми з програмним забезпеченням, тому ми рекомендуємо знайти перекладача-людину, яка знайома з нашою технологією, щоб допомогти з перекладом.

В іншому випадку цю проблему було позначено як таку, що потребує перекладу, і член спільноти може допомогти її перекласти.


Thanks for creating this issue!

Unfortunately, as the description is not in English, it's hard for us to work on. If possible, please edit the original issue to be in English.

In our experience, automatic translation services are not able to handle the technical language needed to effectively communicate about software issues, so we recommend finding a human translator who is familiar with our technology to help.

Otherwise, we have marked this as needing translation and a community member may be able to help out.

IllusionMH commented 3 weeks ago

VS Code (TS) does read JSDoc from sources, instead it relies on @types/* packages is library does not ship it's own type definitions.

Looks like duplicate of #230596 workarounds mentioned there (e.g. temporarily install definitions similar to lib recommendations for TS users)

IllusionMH commented 3 weeks ago

/duplicate of #230596

Needs TS release and then VS Code recovery built to include fixed TS version.

vs-code-engineering[bot] commented 3 weeks ago

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!