Heejae Chang

Results 459 comments of Heejae Chang

I am not suggesting how we do it, but we could 1. add an option either true/false, or 2. specify folder (anything under it is standalone file mode) in machine/user...

LSP spec - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#inlayHintLabelPart

it works with just this ``` from django.views import generic class IndexView(generic.ListView): template_name = "polls/index.html" context_object_name = "latest_question_list" def get_ ``` so, probably some code before it is messing things...

when `disabledSupport` is supported in client, we can do ``` /** * Marks that the code action cannot currently be applied. * * Clients should follow the following guidelines regarding...

I didn't actually try it so, don't know what kind of UI vscode or VS will show on these.

currently we show why move symbol failed, but not why symbol can't be moved. we just don't show code action in that case.

currently we don't support `indirect=True` case. so, if we add support for it, it would be enhancement request.

also, we need to go through settings in packge.json to more explicitly specify which setting scope the setting can appear. and consider that when we update setting files?

@W8Yi Hi, thank you for the issue. can you provide us some more detail? including log? [the troubleshooting guide](https://github.com/microsoft/pylance-release/wiki/Collecting-data-for-an-investigation.#collecting-trace-logs)?

`format on type` is leaving trailing whitespace. @antontkv can you turn off `format on type` until we fix the issue? just put this in your `settings.json` file. ``` "[python]": {...