mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 11:44:44 +00:00
v0.8.5
This commit is contained in:
parent
5fe911e564
commit
8b0d0eb918
2 changed files with 10 additions and 1 deletions
|
@ -322,7 +322,6 @@ function processErrors(out: string, docURI: string, diagnostics: Map<string, Dia
|
|||
})
|
||||
}
|
||||
|
||||
//errorFile: string, type: DiagnosticSeverity, line: number, msg: string
|
||||
function propogateDiagnostic(error: ErrorMatch, diagnostics: Map<string, Diagnostic[]>, hasDirective: boolean, parentURI?: string) {
|
||||
includeGraph.get(parentURI || error.file).parents.forEach((pair, parURI) => {
|
||||
const diag: Diagnostic = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue