瀏覽代碼

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

Baptiste Augrain 2 年之前
父節點
當前提交
a31e11a51e
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 2 0
      build/update_api.sh
  2. 6 0
      product.json

+ 2 - 0
build/update_api.sh

@@ -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

+ 6 - 0
product.json

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