Skip to content

Commit

Permalink
fix std_function
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 12, 2024
1 parent 662dcbc commit 821110c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(Windows) Attach",
"type": "cppvsdbg",
"request": "attach",
"processId": "${command:pickProcess}",
"symbolSearchPath": "${workspaceFolder}/build/Debug;${workspaceFolder}/build/java_natvie",
}
]
}
2 changes: 1 addition & 1 deletion IngameIME-Common

0 comments on commit 821110c

Please sign in to comment.