Skip to content

Commit

Permalink
Chore: Do not parse recipes on watch event, leave it to onDidSave
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwei Wang committed Jan 2, 2024
1 parent 650361a commit efc6a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ connection.onDidChangeWatchedFiles(async (change) => {
void embeddedLanguageDocsManager.deleteEmbeddedLanguageDocs(change.uri)
}
})
void connection.sendRequest('bitbake/parseAllRecipes')
})

connection.onCompletion(onCompletionHandler)
Expand Down

0 comments on commit efc6a3a

Please sign in to comment.