From eb9eb200a354ae8bb19862e5d9d3d092639419f5 Mon Sep 17 00:00:00 2001 From: Jack Yang Date: Wed, 18 Feb 2026 09:49:59 -0800 Subject: [PATCH] chore: turn on colab.uploading and colab.activityBar by default and remove experimental tag --- package.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 05398858..c9241072 100644 --- a/package.json +++ b/package.json @@ -69,19 +69,13 @@ }, "colab.uploading": { "type": "boolean", - "default": false, - "markdownDescription": "Enables the ability to upload files and folders to Colab servers from the explorer context menu (e.g. right-click a local file > _Upload to Colab_).", - "tags": [ - "experimental" - ] + "default": true, + "markdownDescription": "Enables the ability to upload files and folders to Colab servers from the explorer context menu (e.g. right-click a local file > _Upload to Colab_)." }, "colab.activityBar": { "type": "boolean", - "default": false, - "markdownDescription": "Enables the Colab activity bar where you can view servers and interact with their `/content` directories.", - "tags": [ - "experimental" - ] + "default": true, + "markdownDescription": "Enables the Colab activity bar where you can view servers and interact with their `/content` directories." }, "colab.serverMounting": { "type": "boolean",