项目作者: tiagoporto

项目描述 :
My VSCode settings and extensions.
高级语言:
项目地址: git://github.com/tiagoporto/vscode-settings.git
创建时间: 2019-02-25T14:12:13Z
项目社区:https://github.com/tiagoporto/vscode-settings

开源协议:

下载


vscode-settings

Fonts

Extensions

Mac users need to add command to PATH

Open the Command Palette ⇧⌘P and type shell command to find the Shell Command: Install code or code-insiders command in PATH command.

VSCode

Export

  1. code --list-extensions > extensions.list

Import

  1. cat extensions.list |% { code --install-extension $_}

VSCode - Insiders

Export

  1. code-insiders --list-extensions > extensions.list

Import

  1. cat extensions.list |% { code-insiders --install-extension $_}