MCPcopy 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

3import { join } from 'path'
4
5const getCSSPath = file => join(__dirname, '../../', 'styles', file)
6
7export function updateCSS() {
8 const configuration = workspace.getConfiguration('oneDarkPro')

Callers 1

updateCSSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected