Skip to content
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

Log <x> to <var> interpreted as var not used. #189

Open
Strych74 opened this issue May 4, 2022 · 0 comments
Open

Log <x> to <var> interpreted as var not used. #189

Strych74 opened this issue May 4, 2022 · 0 comments
Assignees

Comments

@Strych74
Copy link

Strych74 commented May 4, 2022

I tend to define log filenames to a variable, which I then use as synonyms when logging data to an output file, e.g.

{
local OutFile is "0:/Archive/ShipOutput.txt".
log "Yay" to OutFile.
}

The extension shows this as a problem in VS Code - in the problems window I get the message "Local variable OutFile was not used". Is this something fixable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants