We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66dac commit 5a4591cCopy full SHA for 5a4591c
packages/tailwindcss-intellisense/src/class-names/index.js
@@ -202,7 +202,7 @@ export default async function getClassNames(
202
function watch(files = []) {
203
unwatch()
204
watcher = chokidar
205
- .watch(files, { cwd })
+ .watch(files, { cwd, ignorePermissionErrors: true })
206
.on('change', handleChange)
207
.on('unlink', handleChange)
208
}
0 commit comments