io.standard-paths: Add yet another path for Windows.

My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS
Code`` for some reason and vscode stopped working. This fixes it.
travis-windows
Doug Coleman 2018-12-24 13:08:28 -06:00
parent 2f605617a1
commit 9572c87646
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ IN: io.standard-paths.windows
program-files
program-files-x86
"ProgramW6432" os-env
"LOCALAPPDATA" os-env "Programs" append-path
] output>array harvest members ; inline
: find-in-program-files ( base-directory quot -- path )