Skip to content

Commit

Permalink
Move memory related files into haxelib (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVgr authored Apr 2, 2024
1 parent ff7d947 commit 9381aa7
Show file tree
Hide file tree
Showing 7 changed files with 1,530 additions and 1,430 deletions.
29 changes: 29 additions & 0 deletions other/haxelib/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
// 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": "HashLink (launch)",
"request": "launch",
"type": "hl",
"cwd": "${workspaceFolder}",
"preLaunchTask": {
"type": "haxe",
"args": "active configuration"
}
},
{
"name": "HashLink (attach)",
"request": "attach",
"port": 6112,
"type": "hl",
"cwd": "${workspaceFolder}",
"preLaunchTask": {
"type": "haxe",
"args": "active configuration"
}
}
]
}
Loading

0 comments on commit 9381aa7

Please sign in to comment.