Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading