@effect/language-service 0.21.1 → 0.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -5436,6 +5436,7 @@ var init = (modules) => {
5436
5436
  const languageService = info.languageService;
5437
5437
  languageServicePluginOptions = parse(info.config);
5438
5438
  if (languageService[LSP_INJECTED_URI]) return languageService;
5439
+ info.project.log("[@effect/language-service] Started!");
5439
5440
  const diagnosticsErrorCodes = diagnostics.map((diagnostic) => diagnostic.code);
5440
5441
  try {
5441
5442
  ;