VSCode:修订间差异

来自牛奶河Wiki
跳到导航 跳到搜索
(创建页面,内容为“Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos. Visual Studio Code 是一个轻量级但功能强大的源代码编…”)
 
无编辑摘要
第21行: 第21行:
* 增加 SSH
* 增加 SSH
** Host mc1     HostName mc1      User bi
** Host mc1     HostName mc1      User bi
** 在 .ssh 目录下增加 id_rsa


* 扩展按钮(左侧)
* 扩展按钮(左侧)

2023年4月23日 (日) 13:43的版本

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.

Visual Studio Code 是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行,可用于 Windows,macOS 和 Linux。它内置了对 JavaScript,TypeScript 和 Node 的支持 .js 并具有针对其他语言和运行时(如C++,C#,Java,Python,PHP,Go,.NET)的丰富扩展生态系统。通过这些介绍性视频开始您的 VS Code 之旅。(由:Bing翻译 提供)

Setup

Windows: Ctrl = Mac: Command

Download

设置成中文

  1. Ctrl+Shift+P
  2. configure language

远程开发配置

  • 扩展按钮(左侧,或:Ctrl+Shift+X)
  • Remote Development
  • 增加 SSH
    • Host mc1     HostName mc1     User bi
    • 在 .ssh 目录下增加 id_rsa
  • 扩展按钮(左侧)
    • Python Test