File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ external
Original file line number Diff line number Diff line change 1010 " codegen" ,
1111 " ${workspaceFolder}/examples/example.ecsact" ,
1212 " ${workspaceFolder}/examples/extras.ecsact" ,
13- " -p" ,
1413 // TODO(zaucy): Removed hard coded path
15- " ${workspaceFolder}/../ecsact_lang_cpp/bazel-bin/header_codegen/ecsact_cpp_header_codegen"
14+ " --plugin=${workspaceFolder}/../ecsact_lang_cpp/bazel-bin/cpp_header_codegen/ecsact_cpp_header_codegen" ,
15+ " --plugin=${workspaceFolder}/../ecsact_lang_cpp/bazel-bin/systems_header_codegen/ecsact_systems_header_codegen" ,
16+ " --plugin=${workspaceFolder}/../ecsact_lang_cpp/bazel-bin/cpp_systems_header_codegen/ecsact_cpp_systems_header_codegen" ,
17+ " --plugin=${workspaceFolder}/../ecsact_lang_csharp/bazel-bin/csharp_codegen/ecsact_csharp_codegen"
1618 ],
1719 "type" : " lldb" ,
1820 "windows" : {
1921 "type" : " cppvsdbg" ,
2022 "program" : " ${workspaceFolder}/bazel-bin/cli/ecsact.exe"
2123 },
22- "preLaunchTask" : " build //cli:ecsact"
24+ // "preLaunchTask": "build //cli:ecsact"
2325 }
2426 ],
2527 "compounds" : []
Original file line number Diff line number Diff line change 66 "files.insertFinalNewline" : true ,
77 "files.eol" : " \n " ,
88 "editor.insertSpaces" : false ,
9- "C_Cpp.default.compileCommands" : " ${workspaceFolder}/compile_commands.json"
9+ "C_Cpp.default.compileCommands" : " ${workspaceFolder}/compile_commands.json" ,
10+ "C_Cpp.default.includePath" : [
11+ " ${default}" ,
12+ " external/ecsact_runtime" ,
13+ " external/ecsact_lang_cpp"
14+ ]
1015}
You can’t perform that action at this time.
0 commit comments