iCharlesZ / vscode-live2d

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

Run without root privilege? #9

Open Turgon-Aran-Gondolin opened 4 years ago

Turgon-Aran-Gondolin commented 4 years ago

It's generally not a good idea to run vscode with root privilege. Is there any way to bypass that?

iCharlesZ commented 4 years ago

If VSCode is installed as a system, you need to run VSCode as an administrator to use the extension normally. If you install VSCode as user, you do not need to run as an administrator.

Turgon-Aran-Gondolin commented 4 years ago

Then what about Linux? Normally one would install with default package manager, and that would amount to the system version in Windows.