Skip to content

Commit 9bd2759

Browse files
authored
Merge pull request #4 from grymmjack/0.10.1
Updated to 10.0.1
2 parents 2c39600 + 20c6401 commit 9bd2759

File tree

4 files changed

+153
-23
lines changed

4 files changed

+153
-23
lines changed

changelog.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Change Log
22
All notable changes to the "QB64 PE" extension will be documented in this file.
33

4-
## 0.10.0 (plan)
4+
## 0.10.x (plan)
5+
- Enhancements
6+
- Add new markdown hover help for QB64 PE keywords up to version `3.13.1`
7+
- Modify`tasks.json` to support QB64 PE.
8+
9+
## 0.10.1
510
- Enhancements
611
- Added new syntax highlighting QB64 PE keywords up to version `3.13.1`
7-
- Added new markdown hover help for QB64 PE keywords up to version `3.13.1`
12+
13+
## 0.10.0
14+
- Enhancements
815
- Added new default setting to make sticky scroll use indentation levels.
9-
- Modified `tasks.json` to support QB64 PE.
1016
- Changed every instance that used QB64 to QB64PE.
1117

1218
---------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qb64pe",
33
"displayName": "QB64PE",
44
"description": "QB64PE PE (Phoenix Edition) language support for Visual Studio Code.",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"engines": {
77
"vscode": "^1.78.1"
88
},

qb64pe-0.10.1.vsix

1.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)