Danny Tuppeny

Results 1793 comments of Danny Tuppeny

I took a quick look at this and realised that generally we _do_ show the deprecation messages in the hovers, because they are usually diagnostics when you reference an item:...

> VSCode should always use the paths from those env vars and never store those paths because they might get out of sync with the user choice of SDK. It's...

@eseidel I wonder if this would help Shorebird too? I recall you had some issues where `package_config.json` would be pointing at an odd SDK you didn't really want us to...

@PaulGrandperrin I'm looking at the code in that extension, and I can see that it updates the env variables for the extension host process, but it also looks like it...

> I just tried and looking at the logs, the dart extension is fully restarted and it shows the updated PATH. Great! > Also! After being restarted, the dart extensions...

I started looking at doing this in the extension, but it doesn't currently work great for a few reasons: 1. Renames we trigger via the API do not fire rename...

We could do it here (and you're right, that we do do some detection of workspaces, to try and make sure we're run `pub get` correctly when required), although I...

sgtm, let's aim to do it in the server once that's decided then. Let me know if I should file an SDK issue, or if someone will do that if/when...

@Camilo-diaz7 if you're having trouble, can you please provide more info? Thanks!

Sorry for the bother and thanks for taking time to write up the issue in such detail :) The way you're trying to use this isn't exactly the way that...