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 1bd1d0e commit dce390dCopy full SHA for dce390d
packages/tailwindcss-language-server/src/server.ts
@@ -268,7 +268,6 @@ async function createProjectService(
268
269
if (params.capabilities.workspace?.didChangeWatchedFiles?.dynamicRegistration) {
270
connection.onDidChangeWatchedFiles(({ changes }) => {
271
- console.log('watched file changed')
272
onFileEvents(
273
changes.map(({ uri, type }) => ({
274
file: URI.parse(uri).fsPath,
0 commit comments