-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] For/Next not recognized if no whitespace after FOR variable #107
Comments
@itsxallwater This issue is now resolved on the If there is anything I can do to help, please let me know. |
We need to get you added to the publisher account in Microsoft but last time we did it for some other folks on the team it was kind of a pain. The good news is building and publishing is pretty straight forward once you're there. I've already done that just buttoning up the repo side. |
@brentlblair @dthiot I was able to update the extension to Thanks @itsxallwater for getting this updated version out. I guess 7 wasn't a lucky number for me this time. |
Yes, it looks good to me. I appreciate the quick turnaround. I will
let you know if I notice any other false positives.
*Brent Blair* <http://www.linkedin.com/in/BrentLBlair>
Vice President of IT
Encompass
Phone 954.474.0300
Fort Lauderdale, FL
<https://www.google.com/maps/place/Encompass+Parts+Distribution/@26.145357,-80.2482168,12.46z/data=!4m5!3m4!1s0x0:0xb2bfe23d3412449!8m2!3d26.0920996!4d-80.2409538>
[email protected]
encompass.com
…On Thu, Jun 11, 2020 at 2:40 PM Kevin Powick ***@***.***> wrote:
@brentlblair <https://github.com/brentlblair> @dthiot
<https://github.com/dthiot> I was able to update the extension to v2.0.8
via VS Code, and all is working as expected.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFRDR4IMKWAACAIUSFZXTNTRWEQITANCNFSM4N3TLG3Q>
.
|
Describe the bug
This issue was originally reported by @brentlblair as of release of
v2.0.7
.A
FOR/NEXT
statement block displays an error if the variable in theFOR
statement has no whitespace between it and the equal sign.To Reproduce
FOR X = 1 TO 10
<--OKFOR X=1 TO 10
<-- No whitespace afterX
. Error displayed by linterThe text was updated successfully, but these errors were encountered: