Tobbe Lundberg
Tobbe Lundberg
Bummer! Guess I'll just have to disable the eslint rule then 🙂 I never look at my imports anyway. That's for VSCode to handle 🙂
@jtoar @dac09 I'm assigning you two to get your input too
@Philzen you wrote > @dthyresson my concern would be that when the file is changed the links refer to the wrong code lines, or if the file is moved, they...
Another thing we discussed a few days ago that could possibly have similar mechanics is a "pre-update check" script. A script that would run before you try to update to...
@dthyresson, @Philzen had this question for you, can you take a look please? > May i ask if there's any reason changing the .vscode/settings.json should be discouraged?
> I've updated the issue title & description accordingly so the whole scope of this PR is transparent in the commit history once merged. 🌟
To me it sounds like all your comments were addressed @dthyresson. Anything preventing us from merging this? (Except for failing tests, but those seems unrelated - I've triggered a new...
> I do support the notion of adding some info regarding this (i guess [redwoodjs.com/docs/project-configuration-dev-test-build](https://redwoodjs.com/docs/project-configuration-dev-test-build) would be a good place) Yes, that would be the place. We actually discussed adding...
Another thing that's not working because of how RW does imports is JSDocs With a relative import I get this on hover  With RW imports all I get is...
Thanks for the detailed response 👍 > This type of DX is an area that really matters to us, so thanks for bringing this up, we're going to fix all...