Skip to content

Setting things up

Install vscode

It can be installed either from the official webpage or with Homebrew:

brew instal visual-studio-code

Keyboard shortcut

Open the extension menu: Shift+Meta+E

  • ms-vscode.cpptools-extension-pack
  • ms-vsliveshare.vsliveshare-pack

Setup bash as default shell for vscode

Open the Command Palette and type: default profile. This should only keep one command like Terminal: Select Default Profile. Select bash as the default shell.

Keyboard shortcut

Command Paletter: Shift+Meta+P

Install code for your shell

In the Command Palette type: install code. This should only keep one command like Shell Command: Install 'code' in shell PATH

Install MOOS Syntax highlighting

Download this file moos-ivp-editor-0.2.0.vsix In the directory where you downladed the file above, call this command in a terminal:

code --install-extension moos-ivp-editor-0.2.0.vsix