From b3635a1b8e06196953fde7ab5c96280b71850a17 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Sun, 19 Nov 2023 17:01:47 -0500 Subject: [PATCH] Correct title for Source Orbit build --- src/api/local/LocalLanguageActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/local/LocalLanguageActions.ts b/src/api/local/LocalLanguageActions.ts index 18aa366bf..119bb0169 100644 --- a/src/api/local/LocalLanguageActions.ts +++ b/src/api/local/LocalLanguageActions.ts @@ -211,7 +211,7 @@ export const LocalLanguageActions: Record = { ] }, { - "name": "Build current with Source Orbit 🔨", + "name": "Build entire project with Source Orbit 🔨", "command": "so -bf make && /QOpenSys/pkgs/bin/gmake LIBL='&LIBLS' BIN_LIB=&CURLIB OPT=*EVENTF", "environment": "pase", "deployFirst": true,