【发布时间】:2020-03-28 04:28:28
【问题描述】:
我是Linux操作系统的新手,我从微软官网的visual studio code中下载了rpm包。这是机器
CentOS Linux release 7.6.1810 (Core)
我运行了命令
rpm -qpi code-1.40.2-1574694258.el7.x86_64.rpm
Output of the command
Name : code
Version : 1.40.2
Release : 1574694258.el7
Architecture: x86_64
Install Date: (not installed)
Group : Development/Tools
Size : 235084185
License : Multiple, see https://code.visualstudio.com/license
Signature : (none)
Source RPM : code-1.40.2-1574694258.el7.src.rpm
Build Date : Mon 25 Nov 2019 10:04:31 AM EST
Build Host : 2114565cfb42
Relocations : (not relocatable)
Packager : Visual Studio Code Team <vscode-linux@microsoft.com>
Vendor : Microsoft Corporation
URL : https://code.visualstudio.com/
Summary : Code editing. Redefined.
Description :
Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.
现在我想在 Windows 机器上运行 Visual Studio 代码。我如何做到这一点?
注意我只有 ssh 连接到 linux 机器。
【问题讨论】: