Skip to content
This repository was archived by the owner on Sep 13, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (34 loc) · 1.36 KB

File metadata and controls

42 lines (34 loc) · 1.36 KB

VSCode CMIS

Add support for a CMIS FileSystemProvider.

Usage

Open a new workspace:


{
	"folders": [
		{
			"name": "sample connection template",
			"uri": "cmis://username:password@host?ssl=1&base=path/to/optional-app-context/browser-binding/also-root-path"
		},
		{
			"name": "working Alfresco example",
			"uri": "cmis://admin:admin@cmis.alfresco.com?ssl=1&base=cmisbrowser"
		}
	]
}

Features

  • browsing folder and opening/updating files
  • Check in/Check out/Cancel check out
  • Working copy information is displayed in the status bar

TODO:

not in scope for VSCode