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
If using SSH remote, specify OS of remote machine:
Bug Summary and Steps to Reproduce
Bug Summary:
If an asterisk if used in the tasks.json file for compiler args then the line is enclosed in single quotes.
The compiler reports that the file doesn't exist because the wildcard is not expanded.
Steps to reproduce:
On a linux or mac computer, change the args line in tasks.json to read, "${fileDirname}/*.cpp"
Use F5 or the run/degug button to build and execute the code.
The compiler reports that the file cannot be found.
This is the code that's produced to build the executable:
/usr/bin/g++ "/home/dom/test/.cpp" -o /home/dom/test/test.out
Error: cc1plus: fatal error: /home/dom/test/.cpp: No such file or directory
Thanks, I posted that fix on the VSCode site. Thank you for letting me know though. I didn't see the other report.
[Mt. San Antonio College (Mt. SAC) Logo]
Dominick Atanasio
Professor of Computer Science
Math and Computer Science Dept.
Natural Sciences Div.
[Office] Bldg. 61 Room 1656
[Email] ***@***.******@***.***>
Mt. San Antonio College
1100 N. Grand Ave.,
Walnut CA 91789
www.mtsac.edu</>
Fingerprint= 1DC3 0A5F 7453 0048 D662 AC4E D432 2679 D4A5 B02B
On 2/26/24 1:34 PM, Sean McManus wrote:
You don't often get email from ***@***.******@***.***>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
EXTERNAL SENDER - Exercise caution with requests, links, and attachments.
We're already working on a fix for this with #12001<#12001> .
Downgrading to 1.18.5 is the recommended workaround until we can release an update.
—
Reply to this email directly, view it on GitHub<#12023 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVOJMONRYIHVEFZYCLNX3XDYVT5UPAVCNFSM6AAAAABD26J6TWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRVGMZTCMRTGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
If an asterisk if used in the tasks.json file for compiler args then the line is enclosed in single quotes.
The compiler reports that the file doesn't exist because the wildcard is not expanded.
Steps to reproduce:
This is the code that's produced to build the executable:
/usr/bin/g++ "/home/dom/test/.cpp" -o /home/dom/test/test.out
Error: cc1plus: fatal error: /home/dom/test/.cpp: No such file or directory
Configuration and Logs
Other Extensions
none
Additional context
No response
The text was updated successfully, but these errors were encountered: