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": {