Skip to content
@gbraad-vscode

Gerard Braad (vscode)

vscode-related repositories of @gbraad

Gerard Braad's VSCode & VSCodium related repositories

These repositories provide instructions and extensions for use with VS Code, VS Codium or other code-based editors.

Instructions

How to run code serveweb, code tunnel and codium-server as systemd services

Extensions

A Visual Studio Code extension designed to help users manage and maintain the state of systemd services and units on their host systems.

    "customizations": {
        "vscode": {
            "extensions": [
                ...,
                "gbraad.systemd-universal-manager"
            ]
        }
    }

An extension that checks for and install my personal dotfiles

An extension that automates devenv.zsh and machine.zsh.

devcontainer Features

Dotfiles

Install my personal dotfiles as a feature during the devcontainer build process.

    "features": {
        "ghcr.io/gbraad-dotfiles/devcontainer-features/dotfiles:latest": {}
    }

Tailscale

Install Tailscale during the devcontainer build process.

    "features": {
        "ghcr.io/gbraad-vscode/devcontainer-features/tailscale:latest": {}
    }

After which it is possible to use tailscale up.

Run with systemd-enabled

To know how to run devcontainers on CodeSpaces with systemd enabled, have a look here: https://github.com/orgs/community/discussions/68954#discussioncomment-11812864

GitHub Actions

- name: Codium Server
  if: ${{ failure() }}
  uses: gbraad-actions/codium-server-action@v1
    - name: Code serve web
      if: ${{ failure() }}
      uses: gbraad-actions/code-serveweb-action@v1
    - name: Code tunnel
      if: ${{ failure() }}
      uses: gbraad-actions/code-tunnel-action@v1

Pinned Loading

  1. systemd-universal-manager systemd-universal-manager Public

    systemd Universal Manager for VS Code

    TypeScript 3

  2. code-systemd code-systemd Public

    Run `code serve-web`, `code tunnel` or `codium-server` using systemd

  3. dotfiles-checker dotfiles-checker Public

    A VSCode extension that checks for and installs my personal dotfiles on the host

    TypeScript

  4. dotfiles-tools dotfiles-tools Public

    A VSCode extension to automate tasks with devenv.zsh and machine.zsh from my dotfiles.

    TypeScript 1

  5. extension-pack extension-pack Public

    Extension pack

  6. devcontainer-features devcontainer-features Public

    Gerard Braad's Dev Container Features

    Dockerfile

Repositories

Showing 10 of 19 repositories
  • rdesktop-kclient Public

    [WIP] kclient integration to set up remote desktop access for VS Code

    gbraad-vscode/rdesktop-kclient’s past year of commit activity
    TypeScript 0 MIT 0 1 0 Updated Apr 15, 2025
  • rdesktop-checker Public

    Checks for and/or otherwise prepares devcontainer for rdkesktop use

    gbraad-vscode/rdesktop-checker’s past year of commit activity
    JavaScript 0 MIT 0 1 0 Updated Apr 15, 2025
  • systemd-checker Public

    Check for systemd

    gbraad-vscode/systemd-checker’s past year of commit activity
    JavaScript 0 MIT 1 1 0 Updated Apr 14, 2025
  • code-systemd Public

    Run `code serve-web`, `code tunnel` or `codium-server` using systemd

    gbraad-vscode/code-systemd’s past year of commit activity
    0 0 1 0 Updated Apr 12, 2025
  • nmcli-universal-manager Public

    [WIP] Manage NetworkManager connections from within VS Code

    gbraad-vscode/nmcli-universal-manager’s past year of commit activity
    0 0 2 0 Updated Apr 11, 2025
  • .github Public

    Gerard Braad's VScode related repositories

    gbraad-vscode/.github’s past year of commit activity
    0 0 0 0 Updated Apr 9, 2025
  • devcontainer-features Public

    Gerard Braad's Dev Container Features

    gbraad-vscode/devcontainer-features’s past year of commit activity
    Dockerfile 0 0 4 0 Updated Apr 9, 2025
  • openvscode-server Public Forked from gitpod-io/openvscode-server

    Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.

    gbraad-vscode/openvscode-server’s past year of commit activity
    TypeScript 0 MIT 33,868 0 0 Updated Apr 5, 2025
  • vscode Public Forked from microsoft/vscode

    Visual Studio Code

    gbraad-vscode/vscode’s past year of commit activity
    TypeScript 0 MIT 33,868 0 0 Updated Apr 5, 2025
  • vscodium Public Forked from VSCodium/vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

    gbraad-vscode/vscodium’s past year of commit activity
    Shell 0 MIT 1,299 0 0 Updated Apr 5, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…