File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ A Visual Studio Code extension that provides CSS class name completion for the H
15
15
* Support for PHP, Razor, Jade...
16
16
17
17
## Changelog
18
+ ### 1.0.3 (Sep 27, 2016)
19
+ * Fixed error showing up whenever there were no workspace opened
20
+
18
21
### 1.0.2 (Sep 17, 2016)
19
22
* Refactored to add proper asynchronous parallel parsing of the documents
20
23
Original file line number Diff line number Diff line change 2
2
"name" : " html-css-class-completion" ,
3
3
"displayName" : " HTML CSS Class Completion" ,
4
4
"description" : " Provides CSS class name completion for the HTML class attribute based on the CSS files on your workspace." ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"publisher" : " Zignd" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.4.0"
You can’t perform that action at this time.
0 commit comments