From 009610a70647f6aa4ffa266227e1159eb8fa6b16 Mon Sep 17 00:00:00 2001 From: Eldar Khurmamatov <74624554+e-khurmamatov@users.noreply.github.com> Date: Sun, 14 May 2023 12:45:49 +0300 Subject: [PATCH] Move vscode-insiders.json to vscode.json --- programs/vscode-insiders.json | 10 ---------- programs/vscode.json | 5 +++++ 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 programs/vscode-insiders.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, -- 2.47.3