File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.1.0] - 2018-07-12
4+ - Fix for files directly in the lib/ folder.
5+
36## [ 0.0.1] - 2018-07-02
4- - Initial release, "Fix Imports" feature.
7+ - Initial release, "Fix Imports" feature.
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ The only command added (so far) is "dart-import.fix"; you can bind it as desired
1010
1111## Release Notes
1212
13+ ### 0.1.0
14+
15+ Bug fixes
16+
1317### 0.0.1
1418
15- First version!
19+ First version!
Original file line number Diff line number Diff line change 22 "name" : " dart-import" ,
33 "displayName" : " dart-import" ,
44 "description" : " Fix Dart/Flutter's imports" ,
5- "version" : " 0.0.1 " ,
5+ "version" : " 0.1.0 " ,
66 "publisher" : " luanpotter" ,
77 "repository" : " https://github.com/luanpotter/vscode-dart-import" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments