Commit d5f1661 1 parent 4fd3c54 commit d5f1661 Copy full SHA for d5f1661
File tree 5 files changed +35
-16
lines changed
5 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 1
1
out
2
+
2
3
node_modules
4
+
3
5
.vscode-test /
6
+
4
7
.vsix
8
+ .images
Original file line number Diff line number Diff line change @@ -4,4 +4,21 @@ All notable changes to the "vscode-ext-timer" extension will be documented in th
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
6
## [ Unreleased]
7
- - Initial release
7
+ - Initial release
8
+
9
+ ## Release Notes
10
+
11
+ Users appreciate release notes as you update your extension.
12
+
13
+ ### 0.5.0
14
+
15
+ Initial release
16
+
17
+ ### 0.5.1
18
+
19
+ Fix: wrong directory path
20
+
21
+ ### 0.5.2
22
+
23
+ Add logo
24
+
Original file line number Diff line number Diff line change @@ -13,15 +13,5 @@ If you want to know what time was spent for projects.
13
13
14
14
![ ] ( https://github.com/csakaszamok/csak-ext-timer/blob/master/screen1.PNG?raw=true )
15
15
16
- ## Release Notes
17
16
18
- Users appreciate release notes as you update your extension.
19
-
20
- ### 0.5.0
21
-
22
- Initial release
23
-
24
- ### 0.5.1
25
-
26
- Fix: wrong directory path
27
17
Original file line number Diff line number Diff line change 2
2
"name" : " csak-ext-timer" ,
3
3
"displayName" : " csak-ext-timer" ,
4
4
"description" : " If you want to know what time was spent for projects" ,
5
- "version" : " 0.5.1 " ,
5
+ "version" : " 0.5.2 " ,
6
6
"publisher" : " csakaszamok" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.18.0"
11
11
" Other"
12
12
],
13
13
"activationEvents" : [
14
- " *"
15
- ],
16
- "main" : " ./out/extension" ,
14
+ " *"
15
+ ],
16
+ "icon" : " csak-ext-timer-logo.png" ,
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " https://github.com/csakaszamok/csak-ext-timer"
20
+ },
21
+ "bugs" : {
22
+ "url" : " https://github.com/csakaszamok/csak-ext-timer/issues"
23
+ },
24
+ "main" : " ./out/extension" ,
17
25
"scripts" : {
18
26
"vscode:prepublish" : " npm run compile" ,
19
27
"compile" : " tsc -p ./" ,
27
35
"@types/node" : " ^7.0.43" ,
28
36
"@types/mocha" : " ^2.2.42"
29
37
}
30
- }
38
+ }
You can’t perform that action at this time.
0 commit comments