File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ You can use these snippets along with Prettier/ESLint to have your code automati
5252### Placeholders
5353- Placeholders are tabstops with values, such as ` ${1:name} `
5454- Placeholder text will be inserted and selected such that it can be easily changed
55- - Can be nested, like ` ${1:another ${2:placeholder}} ` .
55+ - Can be nested, like ` ${1:another ${2:placeholder}} `
5656
5757
5858## Snippets
Original file line number Diff line number Diff line change 11{
22 "name" : " modern-js-snippets" ,
3- "displayName" : " Modern JavaScript Snippets" ,
3+ "displayName" : " Modern JavaScript Snippets ⚡ " ,
44 "version" : " 0.0.6" ,
5- "description" : " Code snippets for modern JavaScript & TypeScript ⚡" ,
65 "license" : " MIT" ,
6+ "description" : " Code snippets for modern JavaScript & TypeScript" ,
7+ "icon" : " assets/icon.png" ,
8+ "bugs" : " https://github.com/mat2ja/modern-javascript-snippets/issues" ,
9+ "author" : {
10+ "name" : " Matija Osrečki" ,
11+ "email" : " matija.osrecki@gmail.com"
12+ },
13+ "publisher" : " matijao" ,
14+ "repository" : " https://github.com/mat2ja/modern-javascript-snippets" ,
715 "categories" : [
816 " Snippets" ,
917 " Programming Languages"
1018 ],
11- "scripts" : {
12- "publish" : " vsce package && vsce publish"
13- },
1419 "keywords" : [
1520 " javascript" ,
1621 " typescript" ,
1924 " es6" ,
2025 " ESNext"
2126 ],
22- "icon" : " assets/icon.png" ,
27+ "galleryBanner" : {
28+ "color" : " #EFDB50" ,
29+ "theme" : " dark"
30+ },
2331 "engines" : {
2432 "vscode" : " ^1.x.x"
2533 },
26- "author" : {
27- "name" : " Matija Osrečki"
28- },
29- "publisher" : " matijao" ,
30- "repository" : {
31- "type" : " git" ,
32- "url" : " https://github.com/mat2ja/modern-javascript-snippets"
34+ "scripts" : {
35+ "publish" : " vsce package && vsce publish"
3336 },
3437 "contributes" : {
3538 "snippets" : [
You can’t perform that action at this time.
0 commit comments