LJ

Results 521 comments of LJ
trafficstars

The real heavy lifting here is adding the ability to specify an ASP name on `IBMiContent#runSQL` and then refactoring the calls to it. When this happens, the interface to `code-for-ibmi.runQuery`...

@chrjorgensen @Wright4i First off, I thank you deeply for looking into this problem. I am very sorry because I am so worked right now and I am neglecting how much...

@chrjorgensen Your to-do list is spot on. Regarding your issues: 1. Calling the validate method is a good idea when the ASP changes. 2. ASP should be part of the...

@chrjorgensen Check this out and let me know what you think.

Some progress on testing added lines: ```js /** * @param {string} alias * @param {vscode.TextDocument} currentDoc */ static calcNewSourceDates(alias, currentDoc) { const baseDates = allSourceDates[alias].slice(); const oldSource = baseSource[alias]; const...

@jkyeung If the PR gets approved, I would feel more comfy with enabling source dates by default in the future I think.

1. Check out this page to ensure your system is setup correctly: https://halcyon-tech.github.io/vscode-ibmi/#/pages/tips/ccsid 2. There is a VS Code setting to enable legacy colours in VS Code.

@LGSDEVS can you give it a try anyway, and let us know what you find?

Also, is SQL enabled and what CCSID is the source file?