From 1c6056c2c05158e473e799344ab852745b28d258 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 3 Sep 2023 16:32:02 +0200 Subject: [PATCH] feat: add apis for open-remote-wsl extension (#1627) --- build/update_api.sh | 1 + product.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/build/update_api.sh b/build/update_api.sh index 9868fe903df..3351b188e95 100755 --- a/build/update_api.sh +++ b/build/update_api.sh @@ -33,6 +33,7 @@ fi APIS=$( jq -r '.extensionEnabledApiProposals' "${DIRECTORY}/resources/app/product.json" ) APIS=$( echo "${APIS}" | jq '. += {"jeanp413.open-remote-ssh": ["resolvers", "tunnels", "terminalDataWriteEvent", "contribRemoteHelp", "contribViewsRemote"]}' ) +APIS=$( echo "${APIS}" | jq '. += {"jeanp413.open-remote-wsl": ["resolvers", "contribRemoteHelp", "contribViewsRemote"]}' ) jsonTmp=$( jq --argjson v "${APIS}" 'setpath(["extensionEnabledApiProposals"]; $v)' product.json ) echo "${jsonTmp}" > product.json && unset jsonTmp diff --git a/product.json b/product.json index 3e4470c9955..a9549e47c8e 100644 --- a/product.json +++ b/product.json @@ -280,6 +280,11 @@ "terminalDataWriteEvent", "contribRemoteHelp", "contribViewsRemote" + ], + "jeanp413.open-remote-wsl": [ + "resolvers", + "contribRemoteHelp", + "contribViewsRemote" ] }, "extensionKind": {