You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? `\n... and ${errors.length-MAX_DIAGNOSTICS_PER_FILE} more`
176
-
: ""
177
-
output+=`\n\nLSP errors detected in this file, please fix:\n<diagnostics file="${filePath}">\n${limited.map(LSP.Diagnostic.pretty).join("\n")}${suffix}\n</diagnostics>`
? `\n... and ${errors.length-MAX_DIAGNOSTICS_PER_FILE} more`
81
-
: ""
82
-
if(file===normalizedFilepath){
83
-
output+=`\n\nLSP errors detected in this file, please fix:\n<diagnostics file="${filepath}">\n${limited.map(LSP.Diagnostic.pretty).join("\n")}${suffix}\n</diagnostics>`
output+=`\n\nLSP errors detected in other files:\n<diagnostics file="${file}">\n${limited.map(LSP.Diagnostic.pretty).join("\n")}${suffix}\n</diagnostics>`
83
+
output+=`\n\nLSP errors detected in other files:\n${block}`
0 commit comments