remove log
parent
1bd1d0e504
commit
dce390d98c
|
@ -268,7 +268,6 @@ async function createProjectService(
|
||||||
|
|
||||||
if (params.capabilities.workspace?.didChangeWatchedFiles?.dynamicRegistration) {
|
if (params.capabilities.workspace?.didChangeWatchedFiles?.dynamicRegistration) {
|
||||||
connection.onDidChangeWatchedFiles(({ changes }) => {
|
connection.onDidChangeWatchedFiles(({ changes }) => {
|
||||||
console.log('watched file changed')
|
|
||||||
onFileEvents(
|
onFileEvents(
|
||||||
changes.map(({ uri, type }) => ({
|
changes.map(({ uri, type }) => ({
|
||||||
file: URI.parse(uri).fsPath,
|
file: URI.parse(uri).fsPath,
|
||||||
|
|
Loading…
Reference in New Issue