Skip to content

Instantly share code, notes, and snippets.

@natemcmaster
Created July 23, 2014 19:37
Show Gist options
  • Select an option

  • Save natemcmaster/b407dd95528afe13e83b to your computer and use it in GitHub Desktop.

Select an option

Save natemcmaster/b407dd95528afe13e83b to your computer and use it in GitHub Desktop.
public class SublimeWorkspace : Workspace
{
public SublimeWorkspace(string workspaceKind) : base(GetHost(), workspaceKind)
{
}
private static HostServices GetHost()
{
return MefHostServices.DefaultHost;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment