Rich Chiodo
Rich Chiodo
Django (html) completions is owned by another team. This should be transferred to that team (internal DevDiv bug)
Probably easy to add stuff back. Should do this sooner rather than later so we can see if there's more work to account for changes from the HTML LS.
This might not work. Django intellisense is hooking into the old engine. There's no good way to hook into pylance for the same thing
Readding this isn't going to be trivial.
Here's a branch indicating all the stuff that won't work: https://github.com/rchiodo/PTVS/tree/rchiodo/django_intellisense_readd
My guess is that we - have a bug updating the language server settings - this is another file that isn't watched by pylance. Not sure which.
Might be related to #6686
Note: this repros in D16 too.
This should be handled here: https://dev.azure.com/devdiv/DevDiv/_git/VSLanguageServerClient?path=%2Fsrc%2Fproduct%2FRemoteLanguage%2FImpl%2FFeatures%2FNavbar%2FRemoteLanguageDropdownBarClient.cs&_a=contents&version=GBdevelop Not sure why it isn't.
I don't get the nav bar. Not sure how this is showing up for you @ttSpace 