Skip to content

Commit 2f34ecc

Browse files
author
Brad Cornes
committed
update definition finder with updated state obj
1 parent 1293a08 commit 2f34ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/util/getConfigLocation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function getConfigLocation(
2828
}
2929

3030
fork.on('message', callback)
31-
fork.send([state.dependencies[0], key])
31+
fork.send([state.configPath, key])
3232
})
3333
}
3434

0 commit comments

Comments
 (0)