{ // See https://go.microsoft.com/fwlink/?linkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "g++", "args": ["-g", "${file}", "-std=c++11", "-o", "${filebasenameNoExtension}.out"] } ] }tasks.json
{ // See https://go.microsoft.com/fwlink/?linkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "g++", "args": ["-g", "${file}", "-std=c++11", "-o", "${filebasenameNoExtension}.out"] } ] }
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)