Warp to Galaxy internal rebrand
This commit is contained in:
Vendored
+2
-12
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user