We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb301b4 commit 1620488Copy full SHA for 1620488
package.json
@@ -12,7 +12,7 @@
12
"url": "https://github.com/halcyon-tech/vscode-rpgle"
13
},
14
"license": "MIT",
15
- "version": "0.15.12",
+ "version": "0.15.13",
16
"engines": {
17
"vscode": "^1.70.0"
18
tests/suite/fixed.js
@@ -987,6 +987,8 @@ exports.def_ranges = async () => {
987
end: 39
988
});
989
990
+ console.log(TYPEMST_Ds.keyword);
991
+
992
const TYPEMST_F = cache.find(`TYPEMST_F`);
993
assert.deepStrictEqual(TYPEMST_F.range, {
994
start: 41,
0 commit comments