Skip to content

Commit 1620488

Browse files
committed
Bump to 0.15.13
Signed-off-by: Liam Barry Allan <mrliamallan@live.co.uk>
1 parent cb301b4 commit 1620488

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/halcyon-tech/vscode-rpgle"
1313
},
1414
"license": "MIT",
15-
"version": "0.15.12",
15+
"version": "0.15.13",
1616
"engines": {
1717
"vscode": "^1.70.0"
1818
},

tests/suite/fixed.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,8 @@ exports.def_ranges = async () => {
987987
end: 39
988988
});
989989

990+
console.log(TYPEMST_Ds.keyword);
991+
990992
const TYPEMST_F = cache.find(`TYPEMST_F`);
991993
assert.deepStrictEqual(TYPEMST_F.range, {
992994
start: 41,

0 commit comments

Comments
 (0)