Visual_Studio_Code - bootstraponline/meta GitHub Wiki

Visual Studio mac

Open the Command Palette (Shift + Command + P)

Shell Command: Install 'code' command in PATH

ln -sf "/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code" /usr/local/bin/code

settings.json

CodePreferencesUser Settings

// Place your settings in this file to overwrite the default settings
{
    "editor.wordWrap": "on",
    "files.trimTrailingWhitespace": true,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 100,
    "editor.tabSize": 2,
    "files.associations": { "Fastfile": "ruby" }
}