]> gitweb.factorcode.org Git - factor.git/commitdiff
io.standard-paths: Add yet another path for Windows.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Dec 2018 19:08:28 +0000 (13:08 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Dec 2018 19:08:28 +0000 (13:08 -0600)
My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS
Code`` for some reason and vscode stopped working. This fixes it.

basis/io/standard-paths/windows/windows.factor

index f399ec5add8745f98d0db1afe630fd7b3947da76..0a2558bdeb7b8a34ade7b5f198958bee2bbcebf0 100644 (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 )