Warp to Galaxy internal rebrand

This commit is contained in:
2026-08-27 00:29:21 -05:00
parent d72874534d
commit a69b927cc3
108 changed files with 395 additions and 2098 deletions
+2 -12
View File
@@ -24,22 +24,12 @@
{
"type": "shell",
"command": "./script/run --dont-open",
"label": "build_warplocal"
"label": "build_galaxyoss"
},
{
"type": "shell",
"command": "./script/run --dont-open --features fast_dev",
"label": "build_warplocal_fastdev"
},
{
"type": "shell",
"command": "./script/run --dont-open --features fast_dev,with_local_session_sharing_server",
"label": "build_warplocal_fastdev_localsessionsharing"
},
{
"type": "shell",
"command": "./script/run --dont-open --features with_local_session_sharing_server",
"label": "build_warplocal_localsessionsharing"
"label": "build_galaxyoss_fastdev"
}
// TODO: If adding more configs that just add feature flags, consider argument passing from launch.json to tasks.json
]