Skip to content

Commit 1bc8220

Browse files
zaucyKelwan
authored andcommitted
feat: ecsact codegen plugin for optimization
1 parent 6342148 commit 1bc8220

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4773
-6041
lines changed

.vscode/launch.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "test //runtime/test:test",
6-
"request": "launch",
7-
"program": "${workspaceFolder}/bazel-bin/runtime/test/test",
8-
"cwd": "${workspaceFolder}",
9-
"args": [
10-
"--gtest_catch_exceptions",
11-
"--gtest_break_on_failure"
12-
],
13-
"type": "cppdbg",
14-
"windows": {
15-
"type": "cppvsdbg",
16-
"program": "${workspaceFolder}/bazel-bin/runtime/test/test.exe"
17-
},
18-
"preLaunchTask": "build //runtime/test:test",
19-
"sourceFileMap": {
20-
"E:/.cache/bazel/output_base/execroot/ecsact_rt_entt": "${workspaceFolder}"
21-
}
22-
}
23-
],
24-
"compounds": []
25-
}
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "test //runtime/test:test",
6+
"request": "launch",
7+
"program": "${workspaceFolder}/bazel-bin/runtime/test/test",
8+
"cwd": "${workspaceFolder}",
9+
"args": [
10+
"--gtest_catch_exceptions",
11+
// "--gtest_break_on_failure",
12+
],
13+
"type": "cppvsdbg",
14+
"windows": {
15+
"type": "cppvsdbg",
16+
"program": "${workspaceFolder}/bazel-bin/runtime/test/test.exe"
17+
},
18+
"preLaunchTask": "build //runtime/test:test",
19+
"sourceFileMap": {
20+
"C:/users/austin/_bazel_austin/ohk2m3f2/execroot/ecsact_rt_entt": "${workspaceFolder}"
21+
}
22+
}
23+
],
24+
"compounds": []
25+
}

0 commit comments

Comments
 (0)