mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
windows(install): add bun_shim (support bin linking, bin shebangs, etc) (#8265)
* shim v1 TODO * fix BunXShimData * wip * put a little bit of the sa u c e on it * wow * wat * a * swag * swag * allllllllllllright * Update src/install/bin.zig Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> * [autofix.ci] apply automated fixes * swag * swag * finis * fix submodules * ok * omg it works again * silly * ok * OK * update laucnh jsn * swaaaaaaaaaaaaag * remove debug --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
2
.vscode/launch.json
generated
vendored
2
.vscode/launch.json
generated
vendored
@@ -387,7 +387,7 @@
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"name": "Windows: bun run [file]",
|
||||
"program": "${workspaceFolder}/build/bun-debug.exe",
|
||||
"program": "${workspaceFolder}/build/bun-debug.exe",
|
||||
"args": ["run", "${file}"],
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user