Vscode-cpptools: Could not find the task 'C:/MIngw/bin/g++.exe'.

Created on 3 Nov 2019  Β·  57Comments  Β·  Source: microsoft/vscode-cpptools

Type: Debugger
I am having the error message whenever I try to run a program.

Everything has been properly installed and the variable path properly configured.
Error

Describe the bug
Version: 1.39.2 (user setup)
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-15T15:35:18.241Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.18362

builtasks more info needed question

Most helpful comment

I got an email from her and followed what it says. But I couldn't extract the file to my project folder because it is rar format.

Please check the email below and try if it works.

image

kindly visit this link (https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view?usp=sharing)

All 57 comments

What is your launch.json?

[cid:39df236e-ce8d-490a-a6a7-63f56c11c3d8][cid:9d88befe-ecec-4f0e-b647-656fd796e9a4]


From: Sean McManus notifications@github.com
Sent: Monday, 4 November 2019 8:20 PM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

What is your launch.json?

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5SFID26VJKYH222QVLQSB7YHA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDASQDA#issuecomment-549529612, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5RVLN7FVVQMCENMOEDQSB7YHANCNFSM4JII43RA.

[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avast.comhttps://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail

It looks like something didn't copy over correctly when you sent it via email.

Those were 2 screenshots actually. So I need to send it in just one screenshot?

Get Outlook for Androidhttps://aka.ms/ghei36


From: Bob Brown notifications@github.com
Sent: Thursday, November 7, 2019 1:25:23 AM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

It looks like something didn't copy over correctly when you sent it via email.

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5XKP4PQV2L2LALOYKTQSL4YHA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHKQMQ#issuecomment-550414386, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5Q3V4EXTAGZLCCBWQLQSL4YHANCNFSM4JII43RA.

I think you need to do images via the website. This is what got posted instead of the screenshots:

[cid:39df236e-ce8d-490a-a6a7-63f56c11c3d8][cid:9d88befe-ecec-4f0e-b647-656fd796e9a4]


From: Bob Brown notifications@github.com
Sent: Thursday, 7 November 2019 5:12 AM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

I think you need to do images via the website. This is what got posted instead of the screenshots:

[cid:39df236e-ce8d-490a-a6a7-63f56c11c3d8][cid:9d88befe-ecec-4f0e-b647-656fd796e9a4]

β€”

Hopefully this will work.

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5XZY5XX2L3STYLX6UTQSOPSLA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDKC5HA#issuecomment-550776476, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5VYO5NDHGGGUQXZTMDQSOPSLANCNFSM4JII43RA.

001
002
003

I don't think preLaunchTask accepts an executable -- the executable should be wrapped in a task in a tasks.json file.

That is correct. preLaunchTask needs to be the "name" of another task (presumably one that has g++.exe as the "command").

It was already that way when I had it installed.
Sorry Im really new to this. Do I delete or or change something ?

Get Outlook for Androidhttps://aka.ms/ghei36


From: Bob Brown notifications@github.com
Sent: Saturday, November 9, 2019 1:14:10 PM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

That is correct. preLaunchTask needs to the the "name" of another task (presumably one that has g++.exe as the "command").

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5UDLOCKMEVPLXZXVG3QSZBKFA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT6EDY#issuecomment-552067599, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5US3MIZD4KLE7TB2FDQSZBKFANCNFSM4JII43RA.

i have same problem as torresdale. and i'm also new to this.

I have same issue as well.

You need to create a build task in tasks.json. See https://code.visualstudio.com/docs/cpp/config-mingw#_create-a-build-task . I don't know how your preLaunchTask got populated with the g++.exe path.

Thank you for this information. I'll try this if it works for me.

On Tue, Nov 12, 2019, 5:01 AM Sean McManus, notifications@github.com
wrote:

You need to create a build task in tasks.json. See
https://code.visualstudio.com/docs/cpp/config-mingw#_create-a-build-task
. I don't know how your preLaunchTask got populated with the g++.exe path.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUGXI4W5KIBBEU4YIB3QTHB37A5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDRPA#issuecomment-552614076,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEDV3D4CVBPJ7Z3T3DQTHB37ANCNFSM4JII43RA
.

Is it the same MinGw? It says MinGw-64w. My school said that i should use
MinGW.

On Tue, Nov 12, 2019, 5:01 AM Sean McManus, notifications@github.com
wrote:

You need to create a build task in tasks.json. See
https://code.visualstudio.com/docs/cpp/config-mingw#_create-a-build-task
. I don't know how your preLaunchTask got populated with the g++.exe path.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUGXI4W5KIBBEU4YIB3QTHB37A5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDRPA#issuecomment-552614076,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEDV3D4CVBPJ7Z3T3DQTHB37ANCNFSM4JII43RA
.

You could change the paths described in the docs to use MinGW instead of MinGW-w64...if your school said to use "MinGW" they could mean either "MinGW" or "MinGW-w64": https://stackoverflow.com/questions/25582110/what-is-the-difference-between-mingw-mingw-w64-and-mingw-builds .

hi,
did anyone already solve this issue? we have the same problem and i have been dealing with this for almost 2 months. and still couldn't find the answer. not sure why my school provides invalid codes for beginners like me.

Yeah. Same
I really don't know how to fix it. I don't know anything about it. And the
professor of the subject didn't answer my questions and emails. How am i to
know any of this? I'll definitely have a fail grade in this class.

On Sun, Nov 17, 2019, 4:01 PM keipei25, notifications@github.com wrote:

hi,
did anyone already solve this issue? we have the same problem and i have
been dealing with this for almost 2 months. and still couldn't find the
answer. not sure why my school provides invalid codes for beginners like me.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBJSW6X2Q5VXYMUHKLQUD25ZA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIGJQI#issuecomment-554722497,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEVBRPY6LPKMD3KVZDQUD25ZANCNFSM4JII43RA
.

Someone gave me a help about it but not sure of it. Because it says MinGW
-w64 not MinGW . The school said use MinGW.

On Sun, Nov 17, 2019, 5:00 PM sky black, darkskyblack97@gmail.com wrote:

Yeah. Same
I really don't know how to fix it. I don't know anything about it. And the
professor of the subject didn't answer my questions and emails. How am i to
know any of this? I'll definitely have a fail grade in this class.

On Sun, Nov 17, 2019, 4:01 PM keipei25, notifications@github.com wrote:

hi,
did anyone already solve this issue? we have the same problem and i have
been dealing with this for almost 2 months. and still couldn't find the
answer. not sure why my school provides invalid codes for beginners like me.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBJSW6X2Q5VXYMUHKLQUD25ZA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIGJQI#issuecomment-554722497,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEVBRPY6LPKMD3KVZDQUD25ZANCNFSM4JII43RA
.

Still cant fix it πŸ˜₯

Get Outlook for Androidhttps://aka.ms/ghei36


From: blacksky9727 notifications@github.com
Sent: Sunday, November 17, 2019 5:04:18 PM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

Someone gave me a help about it but not sure of it. Because it says MinGW
-w64 not MinGW . The school said use MinGW.

On Sun, Nov 17, 2019, 5:00 PM sky black, darkskyblack97@gmail.com wrote:

Yeah. Same
I really don't know how to fix it. I don't know anything about it. And the
professor of the subject didn't answer my questions and emails. How am i to
know any of this? I'll definitely have a fail grade in this class.

On Sun, Nov 17, 2019, 4:01 PM keipei25, notifications@github.com wrote:

hi,
did anyone already solve this issue? we have the same problem and i have
been dealing with this for almost 2 months. and still couldn't find the
answer. not sure why my school provides invalid codes for beginners like me.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBJSW6X2Q5VXYMUHKLQUD25ZA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIGJQI#issuecomment-554722497,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEVBRPY6LPKMD3KVZDQUD25ZANCNFSM4JII43RA
.

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5WNVVMO5P6I4H5M2ILQUECJFA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIHIDY#issuecomment-554726415, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5SU56QMCIU2S4TVHDDQUECJFANCNFSM4JII43RA.

If i can't still fix it. I might need a real IT to fix it. I don't know any
IT so that might be difficult. But i need to find a way to fix it or else i
might fail. Just let me know if you fix it too. If i can't fix it, i can't
do the machine problem that i need to do.πŸ˜₯😭

On Sun, Nov 17, 2019, 5:23 PM torresdale, notifications@github.com wrote:

Still cant fix it πŸ˜₯

Get Outlook for Androidhttps://aka.ms/ghei36


From: blacksky9727 notifications@github.com
Sent: Sunday, November 17, 2019 5:04:18 PM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com

Subject: Re: [microsoft/vscode-cpptools] Could not find the task
'C:/MIngw/bin/g++.exe'. (#4527)

Someone gave me a help about it but not sure of it. Because it says MinGW
-w64 not MinGW . The school said use MinGW.

On Sun, Nov 17, 2019, 5:00 PM sky black, darkskyblack97@gmail.com
wrote:

Yeah. Same
I really don't know how to fix it. I don't know anything about it. And
the
professor of the subject didn't answer my questions and emails. How am i
to
know any of this? I'll definitely have a fail grade in this class.

On Sun, Nov 17, 2019, 4:01 PM keipei25, notifications@github.com
wrote:

hi,
did anyone already solve this issue? we have the same problem and i
have
been dealing with this for almost 2 months. and still couldn't find the
answer. not sure why my school provides invalid codes for beginners
like me.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBJSW6X2Q5VXYMUHKLQUD25ZA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIGJQI#issuecomment-554722497>,

or unsubscribe
<
https://github.com/notifications/unsubscribe-auth/ANWGSUEVBRPY6LPKMD3KVZDQUD25ZANCNFSM4JII43RA>

.

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5WNVVMO5P6I4H5M2ILQUECJFA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIHIDY#issuecomment-554726415>,
or unsubscribe<
https://github.com/notifications/unsubscribe-auth/ANTTJ5SU56QMCIU2S4TVHDDQUECJFANCNFSM4JII43RA>.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUHMMJTZQF6SACRKBYTQUEEP7A5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIHR2I#issuecomment-554727657,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUFVOQ42DJABJHU54Y3QUEEP7ANCNFSM4JII43RA
.

Hey guys,

See the link For the same issue

https://github.com/jmadoremos/amaoed-cpp-template/commit/710912524e78959c9e20a1922ff1894e5b872541

Please create a ticket/post a student concern on our online portal and ask for the updated project/source folder. I’m just not sure guys if I can provide you here the project/source folder due to data privacy of our school. Our professor will definitely
provide you the latest one. Just make sure to attach the error you are receiving in VS Code so she can assist you ASAP.

711CCCEE-FB27-4B28-AB22-668CD69CFD64

She isn't responding to any of my emails though. Some of the professors l
responds if you directly email them. And what kind of ticket/post a concern
should i do? They are too many and i can't find the right one. Like
academic concerns,content dev etc.

On Mon, Nov 18, 2019, 1:12 AM Michael Angelo, notifications@github.com
wrote:

Hey guys,

See the link jmadoremos/amaoed-cpp-template@7109125
https://github.com/jmadoremos/amaoed-cpp-template/commit/710912524e78959c9e20a1922ff1894e5b872541

Please create a ticket/post a student concern on our online portal and ask
for the updated project folder. Our mentor will provide you the latest one.
Just make sure to attach the error you are receiving in VS Code to make
sure on how she can assist you.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUHLFSCGZJ3YRX5NQ7TQUF3ODA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIQ7JA#issuecomment-554766244,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEKLMJLH44H4DLBZF3QUF3ODANCNFSM4JII43RA
.

Academic concerns then lesson/module/presentation topic inquiry

I posted the concern 3 times already but did not get any response as well.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Michael Angelo notifications@github.com
Sent: Monday, November 18, 2019 7:25:45 AM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

Academic concerns then lesson/module/presentation topic inquiry

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5TUFRWPHNENGST4CGTQUHHHTA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZHFA#issuecomment-554800020, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5XK67QDF6NPW7GGVCLQUHHHTANCNFSM4JII43RA.

I got a response just now. She gave me a new project folder.

On Mon, Nov 18, 2019, 4:35 PM torresdale, notifications@github.com wrote:

I posted the concern 3 times already but did not get any response as well.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Michael Angelo notifications@github.com
Sent: Monday, November 18, 2019 7:25:45 AM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task
'C:/MIngw/bin/g++.exe'. (#4527)

Academic concerns then lesson/module/presentation topic inquiry

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5TUFRWPHNENGST4CGTQUHHHTA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZHFA#issuecomment-554800020>,
or unsubscribe<
https://github.com/notifications/unsubscribe-auth/ANTTJ5XK67QDF6NPW7GGVCLQUHHHTANCNFSM4JII43RA

.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUHZOUFZLFZY3GHIM3LQUJHTJA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJT67Y#issuecomment-554909567,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUDF6MKRCZW3A4RP54TQUJHTJANCNFSM4JII43RA
.

I got an email from her and followed what it says. But I couldn't extract the file to my project folder because it is rar format.

Please check the email below and try if it works.

image

kindly visit this link (https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view?usp=sharing)

I tried it also. But when i tried it on my phone. It extract the folder.
But i don't know how to put it on computer.

On Mon, Nov 18, 2019, 11:27 PM keipei25, notifications@github.com wrote:

I got an email from her and followed what it says. But I couldn't extract
the file to my project folder because it is rar format.

Please check the email below and try if it works.

[image: image]
https://user-images.githubusercontent.com/55885307/69065567-560db380-0a63-11ea-9fd9-d00c16714a17.png

kindly visit this link (
https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view?usp=sharing
)

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBAOPUEI5QX4XDQFK3QUKX6VA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEK2AIQ#issuecomment-555065378,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUGDCNXBY6ESH6IXFITQUKX6VANCNFSM4JII43RA
.

I used winzip to extract the rar file from the link. and put it in my project folder but there is still an error to the updated code of the hello world.

image

bagsak kung bagsak lol

Hahaha kaya nga panu na yun

On Tue, Nov 19, 2019, 8:05 PM keipei25, notifications@github.com wrote:

I used winzip to extract the rar file from the link. and put it in my
project folder but there is still an error to the updated code of the hello
world.

[image: image]
https://user-images.githubusercontent.com/55885307/69145070-24065b00-0b10-11ea-9e05-bdca166a562d.png

bagsak kung bagsak lol

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUDSMJM7A7FPJNTR663QUPI6XA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEN6ZEI#issuecomment-555478161,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUB3WYMTOL5JA7H5VBDQUPI6XANCNFSM4JII43RA
.

Not getting any luck with the instructor. Still no response even from my oine buddy

Get Outlook for Androidhttps://aka.ms/ghei36


From: blacksky9727 notifications@github.com
Sent: Tuesday, November 19, 2019 8:39:00 PM
To: microsoft/vscode-cpptools vscode-cpptools@noreply.github.com
Cc: torresdale torresdale@outlook.ph; Author author@noreply.github.com
Subject: Re: [microsoft/vscode-cpptools] Could not find the task 'C:/MIngw/bin/g++.exe'. (#4527)

Hahaha kaya nga panu na yun

On Tue, Nov 19, 2019, 8:05 PM keipei25, notifications@github.com wrote:

I used winzip to extract the rar file from the link. and put it in my
project folder but there is still an error to the updated code of the hello
world.

[image: image]
https://user-images.githubusercontent.com/55885307/69145070-24065b00-0b10-11ea-9e05-bdca166a562d.png

bagsak kung bagsak lol

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUDSMJM7A7FPJNTR663QUPI6XA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEN6ZEI#issuecomment-555478161,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUB3WYMTOL5JA7H5VBDQUPI6XANCNFSM4JII43RA
.

β€”
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANTTJ5WX5KB7EOVCYOPN6I3QUPM6JA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOBQUQ#issuecomment-555489362, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANTTJ5SHVPBAWEPOQNQJ2E3QUPM6JANCNFSM4JII43RA.

I think you opened the wrong file. It should be like these in your launch.json

02052944-B4D8-4C10-B33E-9777EB30BC45
0338475D-035D-4B52-8D61-4BE1E533F428
3CB8C671-7614-46A1-B6A0-B9BFDA5B4D3D

Yes I haved fixed it already.
These are the steps that I did:

  1. Extract the file in the project folder you are going to use in VS Code.

  2. Open the VS Code app.

  3. In the file tab of VS Code, click Open Folder then locate the file that you have extracted which is the Project Folder.

  4. Start debugging.

If the debugging didn’t work, you have to restart your pc/laptop. And do the steps number 2 to 4.

Micheal angelo,
How did you extract the folders?

On Tue, Nov 19, 2019, 8:52 PM Michael Angelo, notifications@github.com
wrote:

Yes I haved fixed it already.
These are the steps that I did:

1.

Extract the file in the project folder you are going to use in VS Code.
2.

Open the VS Code app.
3.

In the file tab of VS Code, click Open Folder then locate the file
that you have extracted which is the Project Folder.
4.

Start debugging.

If the debugging didn’t work, you have to restart your pc/laptop. And do
the steps number 2 to 4.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUCKLMLGO4XSURSG5VTQUPOQPA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOCVOY#issuecomment-555494075,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUAYDSXFPFBVKDHRGKLQUPOQPANCNFSM4JII43RA
.

I used the WinZip app to extract the file.

Turns out the problem is from the materials provided by the instructor.
Thanks for all your help

  • [ ]

Glad I came across this thread. Thank you, classmates! :)

hello guys~ are you able to run the hello world program now?

I tried to copy the code of launch.json that is shown above but i failed again. bagsak n tlg haha

kung sino man may mabuting puso. iiscreenrecord nyo nmn panu i run c hello world, from settting up the environment hggng debugging ^^ maybe i missed something, or my device is not really compatible with this. i don't know. pretty please~

Oo. Hingiin mo kay prof yung bagong code.

On Wed, Dec 4, 2019, 9:32 PM keipei25, notifications@github.com wrote:

hello guys~ are you able to run the hello world program now?

I tried to copy the code of launch.json that is shown above but i failed
again. bagsak n tlg haha

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUGYOADPO7M7WRAUUXLQW6WQDA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5A6DY#issuecomment-561647375,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUEQO5WXO4RC4AXL2XTQW6WQDANCNFSM4JII43RA
.

could you send it to me sa email? hnd kz sya responsive

https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view

i was advised to download the rar file from this

hnd ba to un?

Oo. Yan yun. E extract mo yung file. Download mo sya then open mo yung file
using a WinRar or WinZip ata.. Winrar ginamit ko para ma extract yun.

On Wed, Dec 4, 2019, 9:47 PM keipei25, notifications@github.com wrote:

https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view

i was advised to download the rar file from this

hnd ba to un?

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUHQCO3PKN2TF7ASWS3QW6YHPA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5CILA#issuecomment-561652780,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUHA37VPG6SCTAPKGG3QW6YHPANCNFSM4JII43RA
.

Naging responsive naman yung prof. Yun nga lang matagal. Mga nakaraang
araw, responsive sya.

On Wed, Dec 4, 2019, 9:45 PM keipei25, notifications@github.com wrote:

could you send it to me sa email? hnd kz sya responsive

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUDZMDXZF4I4KQRBZBLQW6X7BA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5CCII#issuecomment-561652001,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUGNGMMU5GTIFUMCZ23QW6X7BANCNFSM4JII43RA
.

ni dl q to and extract sa winzip app. still not working. try ko ult tomorrow. bale etong subject na lng aq d makapagproceed dhl dto. since nakapagfinal na aq s 3 subjects. eto na hinaharap q. hayy hirap pg d actual na tinuturo. hehe

캑처
eto lng bale problema q

Actually, ito na rin yung last subject ko. Katatapos ko lang nung isa. Same
prof din. Pero di ko pa rin matapos kasi walang kuryente dito. Badtrip yung
bagyo eh. 2 lesson na lang tapos na then final exam. Tapos ko na rin kasi
yung 3 machine problem.

On Wed, Dec 4, 2019, 10:04 PM keipei25, notifications@github.com wrote:

ni dl q to and extract sa winzip app. still not working. try ko ult
tomorrow. bale etong subject na lng aq d makapagproceed dhl dto. since
nakapagfinal na aq s 3 subjects. eto na hinaharap q. hayy hirap pg d actual
na tinuturo. hehe

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUEXBN357IYAEDQNIX3QW62HXA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5D5FY#issuecomment-561659543,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUCPKQT42QEISYLUU63QW62HXANCNFSM4JII43RA
.

Ganyan din yun akin. Sa code ata yung may problema. Kaso minsan hindi sya
nag de debug. Like yung sakin, dapat C++ Launch nakasulat para madebug yung
code kaso C+ lang nakalagay. Kaya puro Hello World lang ang lumalabas.
Kahit iba naman yung codes na nakalagay. Yun yung naging problem ko sa last
machine problem. Naka install din naman kasi yung C/C++ extension.

On Wed, Dec 4, 2019, 10:07 PM keipei25, notifications@github.com wrote:

[image: 캑처]
https://user-images.githubusercontent.com/55885307/70149087-c286e480-16ea-11ea-9dd5-a65147f35340.PNG
eto lng bale problema q

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUBX6F6N23NVDBZZZP3QW62RBA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5EEFA#issuecomment-561660436,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUACK6IZERVFSQDHLQDQW62RBANCNFSM4JII43RA
.

pre pwd mo ba send sa email ko ung project folder mo. try q i run sa akin. ok lng b? pra malaman ko ung prob sa code. hnd tlg aq magaling sa ganto. sorry

Same lang din naman tayo. Bagohan din naman. Wala talaga akong alam sa mga
ganto eh. Pwede ko naman e send sayo. Ang problema lang is nasa laptop ko
pa yung file. Walang kuryente dito sa lugar namin dahil sa bagyong tisoy.
Tsaka mukhang matatagalan pa bago magkakuryente dito. Dahil maraming poste
ng kuryente ang natumaba at naputol. Tsaka sira rin yung battery ng laptop
ko. Di sya gumagana kung hindi nakasaksak yung charger.

On Wed, Dec 4, 2019, 10:19 PM keipei25, notifications@github.com wrote:

pre pwd mo ba send sa email ko ung project folder mo. try q i run sa akin.
ok lng b? pra malaman ko ung prob sa code. hnd tlg aq magaling sa ganto.
sorry

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-cpptools/issues/4527?email_source=notifications&email_token=ANWGSUHZCQD5GEN3PQDPABLQW636DA5CNFSM4JII43RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5FM6Q#issuecomment-561665658,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ANWGSUDF2EAOSK5CX54OOXLQW636DANCNFSM4JII43RA
.

https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view

i was advised to download the rar file from this

hnd ba to un?

this one works to me. Thanks

Just make sure na yung previous folders na we selected sa VS Code will be replaced by the new ones provided on this file. https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view

I got an email from her and followed what it says. But I couldn't extract the file to my project folder because it is rar format.

Please check the email below and try if it works.

image

kindly visit this link (https://drive.google.com/file/d/1pQ0IbG-YUHIBS3ic78VH81_DGxJSrzHH/view?usp=sharing)

Thanks men

hi,
did anyone already solve this issue? we have the same problem and i have been dealing with this for almost 2 months. and still couldn't find the answer. not sure why my school provides invalid codes for beginners like me.

we're the same

Was this page helpful?
0 / 5 - 0 ratings