-
Notifications
You must be signed in to change notification settings - Fork 3
Visual_Studio_Code
bootstraponline edited this page Apr 4, 2017
·
7 revisions
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
Code → Preferences → User 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" }
}