简体   繁体   English

安装在程序文件中的 Windows VS Code(用户)

[英]Windows VS Code (User) installed in Program Files

Some time back I was prompted to move from the System-wide VS Code to the VS Code User installer.前段时间我被提示从系统范围的 VS Code 转移到 VS Code 用户安装程序。 I made the change but I find that the install is in the Program Files directory.我进行了更改,但我发现安装位于 Program Files 目录中。 This causes a problem when it checks for updates.这会在检查更新时导致问题。 I constantly get an error dialog saying:我经常收到一个错误对话框说:

An error occurred while trying to create a file in the destination directory:
Access is denied.

This is annoying.这很烦人。 I am not sure why it installed into the Program Files directory.我不知道为什么它安装到 Program Files 目录中。 Everything I have read says it should automatically install in the \\Users directory.我读过的所有内容都说它应该自动安装在 \\Users 目录中。

I can try uninstalling and reinstalling but I don't really want to go through the hassle of figuring out (again) which extensions to add if I don't have to.我可以尝试卸载并重新安装,但我真的不想经历(再次)找出不需要添加哪些扩展的麻烦。 Plus, I don't have any confidence that a reinstall will have any different effects.另外,我不相信重新安装会产生任何不同的效果。

Are there any alternatives?有没有其他选择?

You can uninstall it and then use the portable archive version of VSCode.您可以卸载它,然后使用 VSCode 的便携式存档版本。

See the Download page and click on .zip 64 bits .请参阅下载页面并单击.zip 64 bits

Once uncompressed anywhere you want, that version of VSCode will be able to update itself without issue.一旦在您想要的任何地方解压缩,该版本的 VSCode 将能够毫无问题地自行更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装了TypeScript,但未被VS Code或Windows识别 - TypeScript installed, but not being recognized by VS Code or Windows 如何检测给定Windows计算机上是否安装了VS Code - How to detect if VS Code is installed on a given Windows machine 如何检测 VS Code 是否已安装在 Windows 客户端计算机上 - How to detect if VS Code is already installed on Windows Client machine or not 在 VS Code 中停止程序 - Stopping a program in VS Code VS Code 未注册已安装 ipykernel - VS Code not registering that ipykernel is installed 无法在Windows上的Bash中使用Bash在VS Code中安装键入文件… - Could not install typings files… in VS Code, with Bash on Ubuntu on Windows 安装在 Windows 中的 VS Code 在 WSL Ubuntu 18.04 下运行 - VS Code installed in Windows comes up as running under WSL Ubuntu 18.04 尽管在 Windows 的 VS Code 中安装了字体并激活了连字,但仍无法显示 FiraCode - Can't get FiraCode to show despite the font installed and ligatures activated in VS Code in Windows 仅适用于 HTML.ERB 文件的 VS Code 用户代码段 - VS Code User Snippets for HTML.ERB Files Only VS 代码源代码控制填充了 Mac 上我的用户文件夹中的所有文件(代码和 zip 文件) - VS code source control populates with all the files (code and zip files) from my User folder on Mac
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM