Skip to content

Commit f368c1c

Browse files
authored
Don't watch package.json files (tailwindlabs#573)
1 parent d09a4b1 commit f368c1c

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-server/src

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ new Function(
100100
)(require, __dirname)
101101

102102
const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
103-
const PACKAGE_GLOB = '{package.json,package-lock.json,yarn.lock,pnpm-lock.yaml}'
103+
const PACKAGE_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
104104
const TRIGGER_CHARACTERS = [
105105
// class attributes
106106
'"',

0 commit comments

Comments
 (0)