File tree Expand file tree Collapse file tree 3 files changed +209
-161
lines changed Expand file tree Collapse file tree 3 files changed +209
-161
lines changed Original file line number Diff line number Diff line change 11# Change Log
2- All notable changes to the "css-snippets" extension will be documented in this file.
32
4- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5-
6- ## [ Unreleased]
7- - Initial release
3+ ## [ 1.0.0]
4+ - large experience improvement.
Original file line number Diff line number Diff line change 11{
2- "name" : " css-snippets" ,
3- "displayName" : " css-snippets" ,
4- "description" : " Shorthand snippets for css." ,
5- "repository" : " https://github.com/joy-yu/vsc-css-snippets" ,
6- "bugs" : " https://github.com/joy-yu/vsc-css-snippets/issue" ,
7- "version" : " 0 .0.3 " ,
8- "publisher" : " joy-yu" ,
9- "icon" : " images/icon.png" ,
10- "engines" : {
11- "vscode" : " ^1.0.0"
12- },
13- "categories" : [
14- " Snippets"
15- ],
16- "contributes" : {
17- "snippets" : [
18- {
19- "language" : " css" ,
20- "path" : " ./snippets/css.json"
21- },
22- {
23- "language" : " scss" ,
24- "path" : " ./snippets/css.json"
25- },
26- {
27- "language" : " less" ,
28- "path" : " ./snippets/css.json"
29- }
30- ]
31- }
2+ "name" : " css-snippets" ,
3+ "displayName" : " css-snippets" ,
4+ "description" : " Shorthand snippets for css." ,
5+ "repository" : " https://github.com/joy-yu/vsc-css-snippets" ,
6+ "bugs" : " https://github.com/joy-yu/vsc-css-snippets/issue" ,
7+ "version" : " 1 .0.0 " ,
8+ "publisher" : " joy-yu" ,
9+ "icon" : " images/icon.png" ,
10+ "engines" : {
11+ "vscode" : " ^1.0.0"
12+ },
13+ "categories" : [
14+ " Snippets"
15+ ],
16+ "contributes" : {
17+ "snippets" : [
18+ {
19+ "language" : " css" ,
20+ "path" : " ./snippets/css.json"
21+ },
22+ {
23+ "language" : " scss" ,
24+ "path" : " ./snippets/css.json"
25+ },
26+ {
27+ "language" : " less" ,
28+ "path" : " ./snippets/css.json"
29+ }
30+ ]
31+ }
3232}
You can’t perform that action at this time.
0 commit comments