Warp to Galaxy internal rebrand
This commit is contained in:
Vendored
+16
-51
@@ -14,11 +14,11 @@
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'warp'",
|
||||
"name": "Debug executable 'galaxy-oss'",
|
||||
"cargo": {
|
||||
"args": ["build", "--bin=warp"],
|
||||
"args": ["build", "--bin=galaxy-oss"],
|
||||
"filter": {
|
||||
"name": "warp",
|
||||
"name": "galaxy-oss",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
@@ -29,9 +29,9 @@
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug MacOS executable",
|
||||
"preLaunchTask": "build_warplocal",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/WarpLocal.app/Contents/MacOS/warp",
|
||||
"name": "Debug macOS Galaxy OSS executable",
|
||||
"preLaunchTask": "build_galaxyoss",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/Galaxy.app/Contents/MacOS/galaxy-oss",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"sourceLanguages": ["rust"]
|
||||
@@ -39,11 +39,11 @@
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'warp' with fast_dev",
|
||||
"name": "Debug executable 'galaxy-oss' with fast_dev",
|
||||
"cargo": {
|
||||
"args": ["build", "--bin=warp", "--features=fast_dev"],
|
||||
"args": ["build", "--bin=galaxy-oss", "--features=fast_dev"],
|
||||
"filter": {
|
||||
"name": "warp",
|
||||
"name": "galaxy-oss",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
@@ -54,37 +54,12 @@
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug executable 'warp' with with_local_server",
|
||||
"cargo": {
|
||||
"args": ["build", "--bin=warp", "--features=with_local_server"],
|
||||
"filter": {
|
||||
"name": "warp",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"sourceLanguages": ["rust"]
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug MacOS executable local session sharing server",
|
||||
"preLaunchTask": "build_warplocal_localsessionsharing",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/WarpLocal.app/Contents/MacOS/warp",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"sourceLanguages": ["rust"]
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug MacOS executable with fast_dev",
|
||||
"name": "Debug macOS Galaxy OSS executable with fast_dev",
|
||||
"env": {
|
||||
"RUST_BACKTRACE": "1"
|
||||
},
|
||||
"preLaunchTask": "build_warplocal_fastdev",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/WarpLocal.app/Contents/MacOS/warp",
|
||||
"preLaunchTask": "build_galaxyoss_fastdev",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/Galaxy.app/Contents/MacOS/galaxy-oss",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"sourceLanguages": ["rust"]
|
||||
@@ -92,21 +67,11 @@
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug MacOS executable with fast_dev + local session sharing server",
|
||||
"preLaunchTask": "build_warplocal_fastdev_localsessionsharing",
|
||||
"program": "${workspaceFolder}/target/debug/bundle/osx/WarpLocal.app/Contents/MacOS/warp",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"sourceLanguages": ["rust"]
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug unit tests in executable 'warp'",
|
||||
"name": "Debug unit tests in executable 'galaxy-oss'",
|
||||
"cargo": {
|
||||
"args": ["test", "--no-run", "--bin=warp", "--package=warp"],
|
||||
"args": ["test", "--no-run", "--bin=galaxy-oss", "--package=galaxy"],
|
||||
"filter": {
|
||||
"name": "warp",
|
||||
"name": "galaxy-oss",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
@@ -119,7 +84,7 @@
|
||||
"request": "launch",
|
||||
"name": "Debug integration tests in executable 'integration'",
|
||||
"cargo": {
|
||||
"args": ["build", "--bin=integration", "--package=warp"],
|
||||
"args": ["build", "--bin=integration", "--package=integration"],
|
||||
"env": {
|
||||
"WARPUI_USE_REAL_DISPLAY_IN_INTEGRATION_TESTS": "1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user