Skip to content

Commit 0d0eb96

Browse files
committed
pwsh\StartX.ps1 - add VS Codium
1 parent c99dea6 commit 0d0eb96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pwsh/StartX.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ function StartProcess([string] $AppName) {
203203
# For Apps that modify Env
204204
$oldEnvPath = $Env:Path
205205
switch( $AppName ) {
206+
'Codium' { # verbose, non-fb, stdout only
207+
# Later, retrieve these values from a dictionary
208+
$AppName = 'VSCodium'
209+
# not required: set in json settings file instead
210+
211+
Init-App git-cmd
212+
AddToEnvPath($PFilesX64Dir + '\Codium\')
213+
214+
# Being in home dir location is not required
215+
$RedirectStandardOutVal = $ShellHome + '\log\' + $AppName + '_out.log'
216+
}
206217
'Code' { # verbose, non-fb, stdout only
207218
# Later, retrieve these values from a dictionary
208219
$AppName = 'VSCode'

0 commit comments

Comments
 (0)