jspw / VS-Code-Config

VS Code Setting (Live input output) to make competitive programming easy and program analysis !
GNU General Public License v3.0
121 stars 48 forks source link

Problem regarding Task.json file Windows #6

Closed varungupta333 closed 2 years ago

varungupta333 commented 2 years ago

I had recently updated my laptop and PowerShell would also have had been updated with that. Currently there were two errors

  1. "&&" was not being recognised but it was corrected using "-and", I don't know if it will work or not but yes.
  2. I have attached the image of the associated error where it is showing "The '<' operator is reserved for future use." image
jspw commented 2 years ago

Thanks @varungupta333 i will check it. windows sucks :3

jspw commented 2 years ago

@varungupta333 can you tell me which terminal you are using in vscode ? Did you tried cmd ? and which task.json file your are using as i have updated the json file for cmd recently ?

minorThreatOG commented 2 years ago

one '}' is missingat the end of code...i.e add '}' in new line 55

jspw commented 2 years ago

can you tell me which file you are talking about ? @minorThreatOG

minorThreatOG commented 2 years ago

can you tell me which file you are talking about ? @minorThreatOG

That .json file for c++(windows)...

jspw commented 2 years ago

is this still a issue ? @varungupta333 @minorThreatOG
else i'm gonna close that.

jspw commented 2 years ago

hey @minorThreatOG , i couldn't find any parenthesis (}) missing in the .json file . !