alright thats the rename

Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
This commit is contained in:
Jarred Sumner
2021-08-17 01:44:30 -07:00
parent 209391d01c
commit 574be79253
43 changed files with 2378 additions and 1941 deletions

22
.vscode/launch.json vendored
View File

@@ -28,6 +28,18 @@
"cwd": "${workspaceFolder}",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",
"name": "Discord",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
"args": [
"discord"
// "--origin=https://localhost:9000/"
],
"cwd": "${workspaceFolder}",
"console": "internalConsole"
},
{
"type": "lldb",
"request": "launch",
@@ -99,7 +111,7 @@
{
"type": "lldb",
"request": "launch",
"name": "Demo .jsb",
"name": "Demo .bun",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
"args": [
"./src/index.tsx",
@@ -113,11 +125,11 @@
{
"type": "lldb",
"request": "launch",
"name": "Demo Build .jsb",
"name": "Demo Build .bun",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
"args": [
"--origin=http://localhost:9000/",
"--new-jsb",
"--new-bun",
"--use=ipwipwipwip-next-donotuse",
"--platform=browser"
],
@@ -136,9 +148,9 @@
{
"type": "lldb",
"request": "launch",
"name": "Demo Print .jsb",
"name": "Demo Print .bun",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
"args": ["./node_modules.jsb"],
"args": ["./node_modules.bun"],
"cwd": "${workspaceFolder}/demos/simple-react",
"console": "internalConsole"
},