nondanee / vsc-netease-music

UNOFFICIAL Netease Music extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=nondanee.vsc-netease-music
MIT License
1.02k stars 80 forks source link

Windows Powershell Permission Error #97

Closed 4AHZ closed 4 years ago

4AHZ commented 4 years ago

Hi, I've used the unix version of the extension and it works great! However, when I tried to do the same in Windows, it gives me an error Traceback (most recent call last): File "", line 68, in PermissionError: [WinError 5] Access is denied: 'C:\Users\scupi\AppData\Local\Programs\Microsoft VS Code\ffmpeg.dll' I'm pretty sure I'm running the powershell in Administrator mode, I'm using 1.46.1 x64 version of vscode & 7.3.1 electron. Could someone help me? Thanks!

yk6 commented 4 years ago

You may need to close VS code while you run this script

4AHZ commented 4 years ago

You may need to close VS code while you run this script

That works thanks!