oscarb pad

Guides, resources, notes, docs and knowledge for everything Oscar.

Tags

Visual Studio Code

https://code.visualstudio.com/

Keymaps

IntelliJ IDEA Keybindings

Color Theme

Code

Insiders

Code (Mac OS)

{
    "workbench.activityBar.visible": true,
    "workbench.statusBar.visible": true,
    "workbench.colorTheme": "One Dark Pro Vivid",
    "editor.minimap.enabled": false
}

Remote work

SMB

Open files from SMB folders just as if they’re local files. Comes with bad performance.

code-server

Open source VS Code server that can be self-hosted and accessed over HTTP as a website.

Features:

Availale docker containers:

Source

OpenVScode server

Another open source VS Code that can be self-hosted accessed over HTTP as a website.

VS Code server

Offical self-hosted server, closed source and accessed through tunneling.

https://code.visualstudio.com/docs/remote/vscode-server

SSH

Access files over SSH from local VS Code.

GitHub Codespace

Web

Access a GitHub repository on a powerful remote machine through a webpage.

Local

Access a GitHub repository on a powerful remote machine through your local VS Code setup.

Tunnel

Access your local VS Code through a tunnel.

vscode.dev

Browser-hosted VS Code.

Remote repositories

Open GitHub repositories as if they were local folders.