mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-09 14:14:16 -05:00
[PR #2265] Propose devcontainer environment and tasks #1612
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VSCodium/vscodium/pull/2265
Author: @lex-ibm
Created: 3/14/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (5)
4059223Propose devcontainer environment and tasks701a95aAdd DISABLE_QEMU=true to .env in devcontainer README.md8d3149bA bit more shell-related settingsd8f9c68Fix issues with missing variables78878d8Add DOCKER_DEFAULT_PLATFORM=linux/amd64 to Devcontainer README📊 Changes
5 files changed (+182 additions, -0 deletions)
View changed files
➕
.devcontainer/Containerfile(+18 -0)➕
.devcontainer/README.md(+16 -0)➕
.devcontainer/devcontainer.json(+74 -0)➕
.vscode/launch.json(+16 -0)➕
.vscode/tasks.json(+58 -0)📄 Description
Bare-bones devcontainer and a few simple tasks to make it easier when debugging locally.
I was going to make the Containerfile more Power focused but I realized a lot could be left generic and changed using a
.env.The tasks are just enough to build REH:
Download latest stable-linux vscode artifact: Downloads and extracts the latest vscode.tar.gz from stable-linux master (Hopefully that is available at the time someone wants to run this task and it hasn't expired)Extract vscode.tar.gz: If thevscode.tar.gzis already present, just extract it and change the ownershipBuild Linux REH: Run the./build/linux/package_reh.shHopefully this helps others.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.