Skip to content

Commit

Permalink
feat: ✨ update list of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak2k committed Jul 25, 2023
1 parent 63da6bb commit a5f99ca
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.vsix
.temp
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
.temp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-green.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Contributing](https://img.shields.io/badge/Contributing-Start-blue.svg)](https://github.com/jak2k/codebox)
[![Issues](https://img.shields.io/badge/Issues-Github-red.svg)](https://github.com/jak2k/codebox/issues)

Codebox is an extension-pack for vs-code, that wants to give you a out-of-the-box experience.
Codebox your **_out-of-the-box_** experience for _VS-Code_.
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codebox",
"displayName": "codebox",
"repository": "https://github.com/jak2k/codebox",
"description": "",
"description": "Codebox your out-of-the-box experience for VS-Code.",
"publisher": "jak2k",
"version": "0.1.0",
"engines": {
Expand All @@ -12,22 +12,27 @@
"Extension Packs"
],
"extensionPack": [
"jannisx11.batch-rename-extension",
"aaron-bond.better-comments",
"alefragnani.book",
"vsls-contrib.codetour",
"naumovs.color-highlight",
"vivaxy.vscode-conventional-commits",
"mikestead.dotenv",
"bierner.github-markdown-preview",
"bierner.markdown-checkbox",
"bierner.markdown-emoji",
"bierner.markdown-footnotes",
"bierner.markdown-mermaid",
"bierner.markdown-preview-github-styles",
"christian-kohler.path-intellisense",
"eamodio.gitlens",
"Gruntfuggly.todo-tree",
"mhutchie.git-graph",
"visualstudioexptteam.vscodeintellicode",
"visualstudioexptteam.intellicode-api-usage-examples",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"PKief.material-icon-theme",
"VisualStudioExptTeam.intellicode-api-usage-examples",
"VisualStudioExptTeam.vscodeintellicode",
"vivaxy.vscode-conventional-commits",
"jak2k.codebox-walkthroughs"
"cardinal90.multi-cursor-case-preserve",
"swellaby.node-pack",
"antfu.retypewriter",
"monilpatel.learn-keyboard-shortcuts",
"gruntfuggly.todo-tree"
]
}

0 comments on commit a5f99ca

Please sign in to comment.