File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ let deleteProjectDiagnostics = (projectRootPath: string) => {
92
92
93
93
let compilerLogsWatcher = chokidar . watch ( [ ] )
94
94
. on ( 'all' , ( _e , changedPath ) => {
95
- console . log ( 'new log change' , changedPath , Math . random ( ) )
96
95
sendUpdatedDiagnostics ( )
97
96
} )
98
97
let stopWatchingCompilerLog = ( ) => {
@@ -165,7 +164,6 @@ process.on('message', (a: (m.RequestMessage | m.NotificationMessage)) => {
165
164
let params = ( aa . params as p . DidOpenTextDocumentParams ) ;
166
165
let extName = path . extname ( params . textDocument . uri )
167
166
if ( extName === c . resExt || extName === c . resiExt ) {
168
- console . log ( "new file coming" , params . textDocument . uri )
169
167
openedFile ( params . textDocument . uri , params . textDocument . text )
170
168
}
171
169
} else if ( aa . method === DidChangeTextDocumentNotification . method ) {
You can’t perform that action at this time.
0 commit comments