Click or drag to resize
Workspace Constructor
creates a new Workspace instance using the provided EditorFeature.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public Workspace(
	EditorFeature editor
)

Parameters

editor
Type: VSCode.EditorEditorFeature
See Also