Skip to content

fox-self/vscode-hyperupcall-packs

Repository files navigation

vscode-hyperupcall-packs

My VSCode extension packs for use in Profiles and Containers.

Summary

There are three categories of plugin packs:

1. Decoration packs

2. Ecosystem packs

  • All (All ecosystem packs and platform packs)
  • Cpp
  • DevOps
  • Go
  • Java
  • LaTeX
  • Markdown
  • PHP
  • Python
  • Ruby
  • Rust
  • Shell
  • Web

3. Platform packs

  • *nix
  • Windows

Usage

Click the Extensions tab and search for Edwin's Pack: to see all the packs. I recommend choosing one extension from each category (they are color-coded). For example, see this devcontainer.json:

{
	"image": "mcr.microsoft.com/devcontainers/typescript-node",
	"forwardPorts": [3000],
	"customizations": {
		"vscode": {
			"extensions": [
				"EdwinKofler.vscode-hyperupcall-pack-core",
				"EdwinKofler.vscode-hyperupcall-pack-web",
				"EdwinKofler.vscode-hyperupcall-pack-unix"
			]
		}
	}
}

Releases

No releases published

Packages

No packages published

Languages