mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-19 01:05:29 +00:00
Fixed errors still propogating of the include was removed from the parent. Also supressing 'shaderpacks' path not found
This commit is contained in:
parent
036b6809dc
commit
6fd02abd9d
6 changed files with 52 additions and 26 deletions
|
@ -4,7 +4,7 @@ export type Pair<T, S> = {
|
|||
second: S
|
||||
}
|
||||
|
||||
type Node = {
|
||||
export type Node = {
|
||||
parents: Map<string, Pair<number, Node>>
|
||||
children: Map<string, Node>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue