Skip to content

Commit

Permalink
Don't watch package.json files (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Jul 6, 2022
1 parent d09a4b1 commit f368c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss-language-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ new Function(
)(require, __dirname)

const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
const PACKAGE_GLOB = '{package.json,package-lock.json,yarn.lock,pnpm-lock.yaml}'
const PACKAGE_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
const TRIGGER_CHARACTERS = [
// class attributes
'"',
Expand Down

0 comments on commit f368c1c

Please sign in to comment.