-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrap with widget not working #4036
Comments
@jonorozcoc thanks for the log. It wasn't very revealing. Is it possible you could install this build of the extension which contains some additional logging?
Then perform the same steps in #3956 (comment) to capture a log. This time it should include some additional info confirming the snippet rewriting is occurring. Thanks! |
Yes. I'll do it real quick |
|
let me know if I can help with something else @DanTup |
@jonorozcoc thanks! That got me a little closer, I think I know where the issue is, but still not clear why. When you have a moment is it possible you could do the same with this one? It adds some additional logging that will hopefully give me enough info to either understand the issue or reproduce it locally. dart-code-3.44.0-alpha.2.vsix.zip Thanks! |
Yes, give me a second to do it |
|
@jonorozcoc thanks! I think I have an idea what's up now (and I think it's Windows-specific, relating to mismatched casing of drive letters). Could you possibly capture one more log so I can confirm, then I can work on a fix. Thanks :) |
No issue. Give me a second |
|
@jonorozcoc thank you! I was able to track down the issue.. It was with the encoding of the colons in a I've fixed it and pushed a new pre-release version (v3.43.20220629 - note the I only published the Dart extension, so the Flutter pre-release one will be an older version number, that's fine. Please let me know if you still see the issue after installing Dart extension v3.43.20220629 and reloading VS Code. Thanks! |
Will do! @DanTup thanks for your help I'll let you know if I can download the latest release and if the issue gets fixed in the new one |
Fixed @DanTup 🥳 🎉 |
Excellent - thank you for your patience and help tracking it down! |
Describe the bug
Wrap with widget feature is returning template
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Wrap the children widget with Widget generic
Screenshots
If applicable, add screenshots to help explain your problem.
** Logs**
The text was updated successfully, but these errors were encountered: