Micha Reiser
Micha Reiser
> I just tried to parse a JSON file, but prettier formatter emits an error Thanks. Should now be fixed!
> Here's some feedback: > > * prettier now handles JSON files; > > * if you create a `.json` file and tick `TypeScript` or `JSX` under "Source Type", the...
@dhruvmanila do we support this now that we support ipython magics?
@9r0x could you help us understand what features you would expect from a linter supporting cpython? Is it Cython specific lint rules or is it something else?
Done, https://github.com/astral-sh/ruff/issues/10250
> I've rebased the branch on `main`, and included a small refactor on the `Session` to allow the feature introduced in this PR to continue working after #4044 has been...
> Does the PR require updating some documentation around the repository/website? I can add a paragraph to the editor README
Patch I'm no longer able to commit to this PR. Here are the documentation changes: ```patch Subject: [PATCH] Improve documentation --- Index: editors/vscode/README.md IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 ===================================================================...
A very collaborative PR :). Looks good to me. @leops you can hit the merge button when you're ready.
> @MichaReiser Thank you for your review! I updated codes based on your comments. Currently, I struggle with two edge case. The first case (EdgeCase1) is that it is not...