You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: