Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ setVscodeReconnect
Method
setVscodeReconnect
src/pkg/config/config.ts:263–265 ·
view source on GitHub ↗
(val: boolean)
Source
from the content-addressed store, hash-verified
261
}
262
263
public setVscodeReconnect(val: boolean) {
264
this._set(
"vscode_reconnect"
, val);
265
}
266
267
defaultBackup(): Parameters<typeof this.setBackup>[0] {
268
return
{
Callers
nothing calls this directly
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected