From: Himprakash Deka Date: Wed, 29 Jun 2022 17:39:46 +0000 (+0530) Subject: Added config for vscode and code-oss (#123) X-Git-Tag: v0.2.0.2~186 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/c15f26d372fab6b07aa0cbd97b2940b0493dbddf?ds=inline Added config for vscode and code-oss (#123) Co-authored-by: b3nj4m1n --- diff --git a/programs/vscode.json b/programs/vscode.json index 19cda79..50796e3 100644 --- a/programs/vscode.json +++ b/programs/vscode.json @@ -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" }