Skip to content

Commit a96a43d

Browse files
committed
chore: minor updates
1 parent 71f1811 commit a96a43d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.vscode/launch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"name": "Extension",
66
"type": "extensionHost",
77
"request": "launch",
8-
"args": ["--extensionDevelopmentPath=${workspaceFolder}"]
8+
"args": [
9+
"--extensionDevelopmentPath=${workspaceFolder}"
10+
]
911
}
1012
]
11-
}
13+
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
NextJS and React Snippets with TypeScript support as well!🚀
44

5+
![Logo Showcase](https://user-images.githubusercontent.com/76690419/153743536-15a5218f-12fc-4f20-9557-9f79863ef5b8.png)
6+
7+
58
# Installation
69

710
- Install the VSCode extension

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"displayName": "Next.js and React Snippets",
44
"description": "This is an extension for Next.js and React Snippets with ts support as well!",
55
"version": "0.5.0",
6+
"publisher": "AvneeshAgarwal",
7+
"repository": {
8+
"url": "https://github.com/avneesh0612/react-nextjs-snippets"
9+
},
610
"engines": {
711
"vscode": "^1.64.0"
812
},

0 commit comments

Comments
 (0)