Skip to content

Commit a1ead71

Browse files
Merge pull request #117 from ArthurLobopro/docs-update
Docs update
2 parents ec441c5 + 395fbce commit a1ead71

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Easy CodeSnap
22

3+
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/ArthurLobo.easy-codesnap?label=Visual%20Studio%20Marketplace&labelColor=374151&color=60a5fa)](https://marketplace.visualstudio.com/items?itemName=ArthurLobo.easy-codesnap)
4+
[![Open VSX Version](https://img.shields.io/open-vsx/v/ArthurLobo/easy-codesnap?label=Open%20VSX%20Registry&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSI0LjYgNSA5Ni4yIDEyMi43IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Ik0zMCA0NC4yTDUyLjYgNUg3LjN6TTQuNiA4OC41aDQ1LjNMMjcuMiA0OS40em01MSAwbDIyLjYgMzkuMiAyMi42LTM5LjJ6IiBmaWxsPSIjYzE2MGVmIi8+CiAgPHBhdGggZD0iTTUyLjYgNUwzMCA0NC4yaDQ1LjJ6TTI3LjIgNDkuNGwyMi43IDM5LjEgMjIuNi0zOS4xem01MSAwTDU1LjYgODguNWg0NS4yeiIgZmlsbD0iI2E2MGVlNSIvPgo8L3N2Zz4=&labelColor=374151&color=60a5fa)](https://marketplace.visualstudio.com/items?itemName=ArthurLobo.easy-codesnap)
5+
36
![Banner](https://raw.githubusercontent.com/ArthurLobopro/easy-codesnap/main/screenshots/banner.png)
47

58
## Features

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "easy-codesnap",
33
"displayName": "Easy CodeSnap",
4-
"description": "Take beautiful screenshots of your code 📷",
5-
"version": "1.27.1",
4+
"description": "Extension to take beautiful custom screenshots of your code 📷",
5+
"version": "1.27.2",
66
"l10n": "./l10n",
77
"repository": {
88
"type": "git",
@@ -287,6 +287,18 @@
287287
}
288288
}
289289
},
290+
"keywords": [
291+
"CodeSnap",
292+
"Screenshot",
293+
"Screenshot Tool",
294+
"Screenshot Extension",
295+
"Code Snapshot",
296+
"Polacode",
297+
"Code Screenshot",
298+
"snippet",
299+
"share",
300+
"carbon"
301+
],
290302
"scripts": {
291303
"vscode:prepublish": "npm run package",
292304
"webpack": "webpack --mode development",

0 commit comments

Comments
 (0)