iCharlesZ / vscode-live2d

一个简单的VSCode看板娘插件,会跟随你的鼠标动作变化,写代码累了可以逗逗她哦
https://marketplace.visualstudio.com/items?itemName=CharlesZ.vscode-live2d
108 stars 15 forks source link

The extension cause vscode unable to start (vscode 1.72.0) #34

Open Fubuchi opened 1 year ago

Fubuchi commented 1 year ago

System information

Version: 1.72.0 (user setup)
Commit: 64bbfbf67ada9953918d72e1df2f4d8e537d340e
Date: 2022-10-04T23:20:39.912Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

The extension cause vscode unable to start in version 1.72.0. There maybe some issue with the loader.js, commenting the line<script src="../../../../vs/loader.js"></script> in %localappdata%\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-sandbox\workbench\workbench.html fix the issue, The extension still work normally after commenting the line above.

SevenOfPaul commented 1 year ago

I have met this error too.

ghost commented 1 year ago

@Fubuchi You're a legend, thank you very much.