File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "configurations" : [
33 {
4- "_comment" : " chinese symbol support in comment 中文符号" ,
54 "language" : " c++" ,
65 "defaultProfile" : " Debug" ,
76 "defaultProjectModelConfiguration" : {
5655 },
5756 {
5857 "name" : " Debug" ,
59- "description" : " " ,
58+ "description" : " Debug" ,
59+ "projectModelConfiguration" : {
60+ "command" : {
61+ "workingDirectory" : " build" ,
62+ "command" : " sh" ,
63+ "arguments" : [
64+ " ../configuration/projectModel/build_project.sh" ,
65+ " Debug"
66+ ]
67+ },
68+ "dockerContainer" : {
69+ "image" : " cpp-build-tool-worker" ,
70+ "cpus" : 1.0 ,
71+ "memory" : " 1G"
72+ },
73+ "artifacts" : [" build/generated_sources" ],
74+ "compileCommandsLocation" : " build/compile_commands.json"
75+ }
76+ },
77+ {
78+ "name" : " 中文符号" ,
79+ "description" : " Chinese symbols support check 中文符号" ,
6080 "projectModelConfiguration" : {
6181 "command" : {
6282 "workingDirectory" : " build" ,
You can’t perform that action at this time.
0 commit comments