From: Eldar Khurmamatov <74624554+e-khurmamatov@users.noreply.github.com> Date: Sun, 14 May 2023 09:45:49 +0000 (+0300) Subject: Move vscode-insiders.json to vscode.json X-Git-Tag: v0.2.0.2~53^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/009610a70647f6aa4ffa266227e1159eb8fa6b16?ds=sidebyside Move vscode-insiders.json to vscode.json --- diff --git a/programs/vscode-insiders.json b/programs/vscode-insiders.json deleted file mode 100644 index f83c9ff..0000000 --- a/programs/vscode-insiders.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "files": [ - { - "path": "$HOME/.vscode-insiders", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884 \n" - } - ], - "name": "Visual Studio Code Insiders" -} diff --git a/programs/vscode.json b/programs/vscode.json index f7f0486..e16e3ae 100644 --- a/programs/vscode.json +++ b/programs/vscode.json @@ -5,6 +5,11 @@ "movable": false, "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884 \n" }, + { + "path": "$HOME/.vscode-insiders", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/microsoft/vscode/issues/3884 \n" + }, { "path": "$HOME/.vscode-oss", "movable": false,