Skip to content

hyperupcall-projects/vscode-hyperupcall-packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

250 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)
  • C++
  • DevOps
  • Go
  • Java
  • LaTeX
  • Markdown
  • Other (miscellaneous languages)
  • 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-base",
				"edwinkofler.vscode-hyperupcall-pack-web",
				"edwinkofler.vscode-hyperupcall-pack-unix",
			],
		},
	},
}

About

My VSCode plugin packs.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors