mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
use link instead of args
This commit is contained in:
parent
9f0e4fec88
commit
a3d0de035f
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/src/test/pikascript_test",
|
||||
"args": [
|
||||
"--gtest_filter=args.buff"
|
||||
"--gtest_filter=args*"
|
||||
],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f8c2fe4fa6612943369ef3542185f07ce1c98835
|
||||
Subproject commit aab863d3bfcffa3dea69f8fe0a622f396f7ad977
|
Loading…
x
Reference in New Issue
Block a user