MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / setStatusBarItem

Method setStatusBarItem

src/liveShare/index.ts:271–273  ·  view source on GitHub ↗
(sessionStatusBarItem: vscode.StatusBarItem)

Source from the content-addressed store, hash-verified

269 }
270 }
271 public setStatusBarItem(sessionStatusBarItem: vscode.StatusBarItem): void {
272 _sessionStatusBarItem = sessionStatusBarItem;
273 }
274 // The guest requests the host returns the attach specifications to the guest
275 // This ensures that guests without read/write access can still view the
276 // R workspace

Callers 1

initGuestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected