Skip to content

Commit

Permalink
Add support for compressed build (LZ4/LZ4HC)
Browse files Browse the repository at this point in the history
Signed-off-by: Bayu Satiyo <[email protected]>
  • Loading branch information
kiraio-moe committed Jul 28, 2023
1 parent d4965df commit a6de1ac
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 89 deletions.
7 changes: 4 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
"args": [],
"cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
"console": "integratedTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
}
Loading

0 comments on commit a6de1ac

Please sign in to comment.