File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 1.0.5] - 2020-04-30
11
+ ### Changed
12
+ - Stopped completion suggestions from showing in comments
13
+ - Reworked some of the statement snippets for accuracy and to show up properly as suggestions
14
+ - Indented function declarations will now be detected
10
15
11
16
## [ 1.0.4] - 2020-01-10
12
17
### Added
@@ -172,6 +177,7 @@ The IntelliSense release!
172
177
- Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D.
173
178
- Added icon, banner color and description for marketplace.
174
179
180
+ [ 1.0.5 ] : https://github.com/loganch/AutoIt-VSCode/compare/v1.0.4...v1.0.5
175
181
[ 1.0.4 ] : https://github.com/loganch/AutoIt-VSCode/compare/v1.0.3...v1.0.4
176
182
[ 1.0.3 ] : https://github.com/loganch/AutoIt-VSCode/compare/1.0.2...v1.0.3
177
183
[ 1.0.2 ] : https://github.com/loganch/AutoIt-VSCode/compare/1.0.1...1.0.2
Original file line number Diff line number Diff line change 3
3
"displayName" : " AutoIt" ,
4
4
"description" : " AutoIt language extension for Visual Studio Code" ,
5
5
"icon" : " img/ai_icon.png" ,
6
- "version" : " 1.0.4 " ,
6
+ "version" : " 1.0.5 " ,
7
7
"publisher" : " Damien" ,
8
8
"galleryBanner" : {
9
9
"color" : " #254768" ,
You can’t perform that action at this time.
0 commit comments