Skip to content

Commit e003b8e

Browse files
committed
✨ Initial Commit
0 parents  commit e003b8e

8 files changed

+133
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Set default behavior to automatically normalize line endings.
2+
* text=auto
3+

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
*.vsix

.vscode/launch.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// A launch configuration that launches the extension inside a new window
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
{
6+
"version": "0.2.0",
7+
"configurations": [
8+
{
9+
"name": "Extension",
10+
"type": "extensionHost",
11+
"request": "launch",
12+
"args": [
13+
"--extensionDevelopmentPath=${workspaceFolder}"
14+
]
15+
}
16+
]
17+
}

.vscodeignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.vscode/**
2+
.vscode-test/**
3+
.gitignore
4+
vsc-extension-quickstart.md

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to the "shipr-dev" extension pack will be documented in this file.
4+
5+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
7+
## [Unreleased]
8+
9+
- Initial release

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# README
2+
3+
## Extension Pack made by Shipr for React Devs
4+
5+
**Enjoy!**

package.json

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"name": "shipr-dev",
3+
"displayName": "shipr-dev",
4+
"description": "",
5+
"publisher": "yhdesai",
6+
"version": "0.0.1",
7+
"engines": {
8+
"vscode": "^1.58.0"
9+
},
10+
"categories": [
11+
"Extension Packs"
12+
],
13+
"extensionPack": [
14+
"aaron-bond.better-comments",
15+
"alefragnani.Bookmarks",
16+
"auchenberg.vscode-browser-preview",
17+
"bradlc.vscode-tailwindcss",
18+
"ChakrounAnas.turbo-console-log",
19+
"christian-kohler.npm-intellisense",
20+
"christian-kohler.path-intellisense",
21+
"chrmarti.regex",
22+
"CoenraadS.bracket-pair-colorizer",
23+
"dbaeumer.vscode-eslint",
24+
"docsmsft.docs-markdown",
25+
"donjayamanne.githistory",
26+
"dsznajder.es7-react-js-snippets",
27+
"eamodio.gitlens",
28+
"ecmel.vscode-html-css",
29+
"esbenp.prettier-vscode",
30+
"formulahendry.auto-close-tag",
31+
"formulahendry.auto-rename-tag",
32+
"formulahendry.code-runner",
33+
"GitHub.codespaces",
34+
"GitHub.copilot",
35+
"GitHub.github-vscode-theme",
36+
"GitHub.vscode-pull-request-github",
37+
"Gruntfuggly.todo-tree",
38+
"HookyQR.beautify",
39+
"kiteco.kite",
40+
"leizongmin.node-module-intellisense",
41+
"meganrogge.template-string-converter",
42+
"mhutchie.git-graph",
43+
"ms-azuretools.vscode-docker",
44+
"ms-vscode-remote.remote-containers",
45+
"ms-vscode-remote.remote-ssh",
46+
"ms-vscode-remote.remote-ssh-edit",
47+
"ms-vscode.vscode-typescript-tslint-plugin",
48+
"ms-vsliveshare.vsliveshare",
49+
"ms-vsliveshare.vsliveshare-audio",
50+
"ms-vsliveshare.vsliveshare-pack",
51+
"msjsdiag.debugger-for-chrome",
52+
"msjsdiag.vscode-react-native",
53+
"PKief.material-icon-theme",
54+
"pnp.polacode",
55+
"pranaygp.vscode-css-peek",
56+
"ritwickdey.LiveServer",
57+
"Shan.code-settings-sync",
58+
"steoates.autoimport",
59+
"streetsidesoftware.code-spell-checker",
60+
"TabNine.tabnine-vscode",
61+
"techer.open-in-browser",
62+
"tht13.html-preview-vscode",
63+
"VisualStudioExptTeam.vscodeintellicode",
64+
"voldemortensen.rainbow-tags",
65+
"vscode-icons-team.vscode-icons",
66+
"WallabyJs.quokka-vscode",
67+
"wayou.vscode-todo-highlight",
68+
"wix.vscode-import-cost",
69+
"xabikos.JavaScriptSnippets",
70+
"Zignd.html-css-class-completion"
71+
]
72+
}

vsc-extension-quickstart.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Welcome to your VS Code Extension Pack
2+
3+
## What's in the folder
4+
5+
* This folder contains all of the files necessary for your extension pack.
6+
* `package.json` - this is the manifest file that defines the list of extensions of the extension pack.
7+
8+
## Get up and running straight away
9+
10+
* Press `F5` to open a new window with your extension loaded.
11+
* Open `Extensions Viewlet` and check your extensions are installed.
12+
13+
## Make changes
14+
15+
* You can relaunch the extension from the debug toolbar after making changes to the files listed above.
16+
* You can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes.
17+
18+
## Install your extension
19+
20+
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
21+
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.

0 commit comments

Comments
 (0)