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
I can't get glob to combine multiple file types. It seems to always choose one. Is this supported? I've tried the following configurations (my filetypes are .lua and .j) "fileGlobs": ["**/*.[lj]*"] "fileGlobs": ["**/*.{lua,j}"] "fileGlobs": ["**/*.+{lua|j}"] "fileGlobs": ["**/*.lua","**/*.j" ]
I can't seem to get it to find multiple file types and combine them. Thanks.
The text was updated successfully, but these errors were encountered:
You have a usecase to justify the feature request? My usecase is mainly markdown. And I pandoc any documents into one format so i can edit them with the proper tool.
I can't get glob to combine multiple file types. It seems to always choose one. Is this supported? I've tried the following configurations (my filetypes are .lua and .j)
"fileGlobs": ["**/*.[lj]*"] "fileGlobs": ["**/*.{lua,j}"] "fileGlobs": ["**/*.+{lua|j}"] "fileGlobs": ["**/*.lua","**/*.j" ]
I can't seem to get it to find multiple file types and combine them. Thanks.
The text was updated successfully, but these errors were encountered: