]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added config for vscode and code-oss (#123)
authorHimprakash Deka <himprakashd@gmail.com>
Wed, 29 Jun 2022 17:39:46 +0000 (23:09 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 17:39:46 +0000 (19:39 +0200)
Co-authored-by: b3nj4m1n <b3nj4m1n@gmx.net>
programs/vscode.json

index 19cda795cd64bab6b7af6720c6702dabc361ff4b..50796e37b0b9b30bf8ed13863b65f1e62e724aba 100644 (file)
@@ -3,8 +3,13 @@
         {
             "path": "$HOME/.vscode",
             "movable": false,
-            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884\n"
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884 \n"
+        },
+        {
+            "path": "$HOME/.vscode-oss",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884 \n"
         }
     ],
-    "name": "vscode"
+    "name": "visual studio code"
 }