Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ getVscodeUrl
Method
getVscodeUrl
src/pkg/config/config.ts:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
public getVscodeUrl() {
252
return
this._get<string>(
"vscode_url"
,
"ws://localhost:8642"
);
253
}
254
255
public setVscodeUrl(val: string) {
256
this._set(
"vscode_url"
, val);
Callers
2
config.test.ts
File · 0.80
init
Method · 0.80
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected