Skip to content

Commit 9381aa7

Browse files
authored
Move memory related files into haxelib (#673)
1 parent ff7d947 commit 9381aa7

File tree

7 files changed

+1530
-1430
lines changed

7 files changed

+1530
-1430
lines changed

other/haxelib/.vscode/launch.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "HashLink (launch)",
9+
"request": "launch",
10+
"type": "hl",
11+
"cwd": "${workspaceFolder}",
12+
"preLaunchTask": {
13+
"type": "haxe",
14+
"args": "active configuration"
15+
}
16+
},
17+
{
18+
"name": "HashLink (attach)",
19+
"request": "attach",
20+
"port": 6112,
21+
"type": "hl",
22+
"cwd": "${workspaceFolder}",
23+
"preLaunchTask": {
24+
"type": "haxe",
25+
"args": "active configuration"
26+
}
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)