solvedDev

Results 47 comments of solvedDev

This is technically not a bug because both tabs show the first folder that differentiate both file paths. I'll look into potential fixes though :)

Are you using bridge. v1 or v2 to create the function? FYI: You should not list functions which should be manually run within the tick.json file as that will run...

This can work by adding a new auto-completion provider just for inserting custom auto-completions similar to how we insert snippet auto-completions

If I understand your request correctly, this can already be solved with a compiler plugin that just outputs your packs into a different folder

You can simply trigger the "Refresh Project" action to re-compile any changes you've made outside of bridge. There's no need to manually save each file! I still like the idea...

I believe this is best solved with a compiler plugin. We will look into providing an official one for this purpose :)

- **Unit tests:** Test individual plugin hooks - **Integration tests:** Test that compiling a project matches a previously compiled snapshot of the compilation output

@Joelant05 It should be enough if we add an `"excludeFileTypes": ["clientAnimation", "animation"]` option

Discussed in DMs: - The call to the corresponding API methods must register a new file dependency so the component updates whenever the identifier list changes - We need to...