feat: add default apis for open-remote-ssh ()

This commit is contained in:
Baptiste Augrain 2022-12-02 22:22:58 +01:00 committed by GitHub
parent ee8c7f094a
commit a31e11a51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -30,4 +30,6 @@ fi
APIS=`cat ${DIRECTORY}/resources/app/product.json | jq -r '.extensionEnabledApiProposals'`
APIS=`echo "${APIS}" | jq '. += {"jeanp413.open-remote-ssh": ["resolvers", "tunnels", "terminalDataWriteEvent", "contribViewsRemote"]}'`
cat <<< $(jq --argjson v "${APIS}" 'setpath(["extensionEnabledApiProposals"]; $v)' product.json) > product.json

View file

@ -221,6 +221,12 @@
],
"ms-vscode.cpptools": [
"terminalDataWriteEvent"
],
"jeanp413.open-remote-ssh": [
"resolvers",
"tunnels",
"terminalDataWriteEvent",
"contribViewsRemote"
]
},
"extensionKind": {