AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
461 stars 63 forks source link

这个插件会导致vscode的依赖崩溃 #198

Closed 542154968 closed 4 years ago

542154968 commented 4 years ago

Steps to Reproduce:

  1. 在编辑js文件的时候,eslint报错会导致依赖崩溃,报错信息如下 image

  2. image

  3. 截止至发帖时,已是最新版 image

  4. 关闭这个插件插件之后 不再崩溃

HowardWolosky commented 4 years ago

Helping out with the translation:

title: This plug-in causes vscode dependency to crash 4: Don't crash again after you close this plug-in

emackey commented 4 years ago

I have seen some additional crashes lately, but I don't know what changed. I'd like to get clear steps to reproduce this in the English version, for debugging.

542154968 commented 4 years ago

I have seen some additional crashes lately, but I don't know what changed. I'd like to get clear steps to reproduce this in the English version, for debugging.

  1. enable glTF Tools
  2. open .js File
  3. edit js file
  4. boom! image
emackey commented 4 years ago

Thanks! Out of curiosity, is there a symlink (symbolic link) in the project directory? If so, this could be the same cause as #196.

542154968 commented 4 years ago

Thanks! Out of curiosity, is there a symlink (symbolic link) in the project directory? If so, this could be the same cause as #196.

This is the catalogue /Applications/program/painite-web/src/program/door/views/index/useScroll.js.

Because ’-‘ caused it ??? emmmm

emackey commented 4 years ago

gltf-vscode version 2.3.2 was just published, and includes a new version of the Draco decoder that might fix this bug. Can you re-test please? Thanks!

542154968 commented 4 years ago

well done ~