Ruben R
Ruben R
Yep, this should be done. I also just chased an error due to requiring the (now) correct `coffeescript` module and expecting it to be the same reference.
Same. **Go to definition** only works for definitions that exist in already-opened files. This makes closing and reopening a PHP project extremely painful.
The problem is that by default this extension doesn't scan all files. You have to do hax like patching the source, *or* making sure the first directory in your workspace...
@yashvekaria I think you should create another issue. This issue isn't about copy/paste.
I can confirm this issue exists on my server as well. Restarting the server fixes it.
I just wanted to note: 1) I have had no problem with Ender IO conduits no matter the amount of time left chunkloaded: I believe this is a red herring...
Removing regex was a mistake. Whatever survey you did about "usecases", it clearly wasn't broad enough. "Just write a `` for every single possible match!" is an absurd response.
I'm just doing ``` useParams().varThatUsedToMatch = 'whatever'; ``` In a root component. This must be what they intended, right? :^)
This is still an issue. When using https://www.curseforge.com/minecraft/modpacks/all-the-mods-7/download/3949730 as a `CF_SERVER_MOD`, the command: ```bash $ find -maxdepth 2 -type f \( -path "/libraries/*" -o -path "/mods/*" \) -prune -o -name...
I was able to get All the Mods 7 `0.4.29` (try to help anyone searching) working with the following environment: ``` TYPE=FORGE VERSION=1.18.2 FORGEVERSION=40.1.68 GENERIC_PACK=/modpacks/atm7/0.4.29.zip ``` as alluded to in...