Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Binaryify/OneDark-Pro
/ getCSSPath
Function
getCSSPath
src/utils/updateCSS.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ join } from
'path'
4
5
const
getCSSPath = file => join(__dirname,
'../../'
,
'styles'
, file)
6
7
export
function
updateCSS() {
8
const
configuration = workspace.getConfiguration(
'oneDarkPro'
)
Callers
1
updateCSS
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected