Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setVscodeUrl
Method
setVscodeUrl
src/pkg/config/config.ts:255–257 ·
view source on GitHub ↗
(val: string)
Source
from the content-addressed store, hash-verified
253
}
254
255
public setVscodeUrl(val: string) {
256
this._set(
"vscode_url"
, val);
257
}
258
259
public getVscodeReconnect() {
260
return
this._get<boolean>(
"vscode_reconnect"
, false);
Callers
1
config.test.ts
File · 0.80
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected