Skip to content

linkdesu/vscode-ext-packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link's VSCode Extension Packs Collection

Here are my VSCode extension packs 🧰. Each of them are focus on some domain in development except the core-pack. The reason why I made my own extension packs is mainly for keep VSCode in blazing fast status.

Enjoy youself with these packs, and feel free to fork and made your every own packs. 👍

Usage

Generating extension files

npm run build

This will create VSCode extension bundles in dist/. All bundle files ends with .vsix.

Install extension from files

code --install-extension dist/core-pack.vsix && \
code --install-extension dist/note-pack.vsix && \
code --install-extension dist/util-pack.vsix && \
code --install-extension dist/bash-pack.vsix && \
code --install-extension dist/rust-pack.vsix && \
code --install-extension dist/python-pack.vsix && \
code --install-extension dist/js-pack.vsix

⚠️ These commands should be executed one by one without using npm run.

Logos

All logos are not design by myself but come from one of my favoriate game named Terraria. And the images are downloaded from terraria.wiki.gg.

License

MIT

Copyright (c) 2022-present Link Xie

About

Here are my VSCode extension packs 🧰.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published