新装了VS Code,想配置缺省源,但报了一堆错,有dalao看看为什么吗QAQ。
{ "#include": { "prefix": "#include", "body": [ "#include <bits/stdc++.h>", "#include <windows.h>", "using namespace std;", "", "int main(){", "", " system("pause");", " return 0;", "}" ], }, }