Click or drag to resize
EditorFeatureWorkspace Property
A virtual workspace representing the actual workspace in VS Code.
Remarks
Note Note
It is recommended that the Workspace property be used instead of listening to document change, open, and close events manually as it handles incremental synchronization automatically.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public Workspace Workspace { get; }

Property Value

Type: Workspace
See Also