mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
first iteration of handling file deletes yeehaw
This commit is contained in:
parent
a797d5b378
commit
e13f396268
8 changed files with 274 additions and 218 deletions
|
@ -65,7 +65,7 @@ export class Extension {
|
|||
}
|
||||
|
||||
fileAssociationsToGlob = (associations: string[]): string => {
|
||||
return '**/*.{'.concat(
|
||||
return '**/*{'.concat(
|
||||
associations.map(s => s.substring(s.indexOf('.'))).join(',')
|
||||
) + '}'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue