Micha Reiser

Results 804 comments of Micha Reiser

Has the VS code extension access to the `notebook.codeActionsOnSaveSetting` so that we could show a warning / info message and recommend users to use `notebook.source.organizeImports` instead? For anyone running into...

@ingempo are you using WSL? I noticed that the log shows `2024-08-08 17:42:52.451 [info] Using interpreter: \work\hardware-qualification\.venv\Scripts\python.exe` Edit: Right, you're remoting

@dhruvmanila I could try to repro the conversion on windows if you want. The `to_file_path` method has some conditional compiled code in it.

Thanks for reporting this. I loaded the profile but the first 358ms are empty. The last 2ms show some activity but nothing that looks concerning. I wonder if that is...

It should theoretically be possible to use the native server with Python 3.6, it's just not a workflow that we test. Have you tried running the extension with Python 3.6...

I think we could do this by changing how we generate the schema: We can generate a schema for every enum value and use `anyOf`. This should allow us to...

> Same issue with the latest version. It's really weird thing. > > ![image](https://github.com/user-attachments/assets/94708709-1928-4787-91ca-27127659351d) > > Does your pyproject.toml specify a requires-python or target version?

@dhruvmanila do you know the answer to this question?

> One related issue I have with this -- in a multi-root workspace, my import sorting does not work correctly in VSCode/Cursor because it doesn't correctly distinguish third-party imports from...

We could consider setting `isPreferred` to `false` for the disable actions: ``` /** * Marks this as a preferred action. Preferred actions are used by the * `auto fix` command...