Erik De Bonte

Results 34 issues of Erik De Bonte

1. Create a new Interactive Window (Jupyter: Create Interactive Window) 2. Create a cell with the following content: ```python def foo(x: int): return x ``` 3. Type the following in...

bug
notebooks

## Environment data - Language Server version: 2022.5.0-pre.1 - OS and version: Windows 11 - Python version: 3.11.0a7 ## Repro steps 1. Paste the code below in a .py file...

bug

## Environment data - Language Server version: 2022.1.1 - OS and version: Windows 11 22509.rs_prerelease.211119-1136 - Python version: 3.10 1. Type in the following: ```python def foo(a: int, b: int)...

external bug

### Issue Description ToolLocationHelper.GetSupportedTargetFrameworks and ToolLocationHelper.GetPathToReferenceAssemblies provide information about installed .NET Framework, UWP, and Silverlight frameworks, but not installed .NET Core frameworks. ### Steps to Reproduce On machine with .NET...

Partner request
For consideration

The PTVS new issue "Bug Report" template **Steps to Reproduce** 1. https://github.com/microsoft/PTVS/issues/new/choose 2. Click "Get Started" next to "Bug Report" 3. Read the "Diagnostics file" section of the template. 4....

documentation

**Describe the bug** Uncommenting (Ctrl+K, Ctrl+U) in VS only removes the #, but commenting (Ctrl+K, Ctrl+C) in VS Code adds # plus a space. If you comment in VS Code...

bug

This came up in the LSP Weekly Sync meeting today. [PythonLanguageClient::OnSendToServer](https://github.com/microsoft/PTVS/blob/main/Python/Product/PythonTools/PythonTools/LanguageServerClient/PythonLanguageClient.cs#L483) is modifying the LSP initialize message to claim that workspace folders are supported even though VS does not support...

Technical Debt

### Discussed in https://github.com/microsoft/pylance-release/discussions/3352 Originally posted by **lowercase00** September 16, 2022 For the past month or so, there has been a significant decrease in the usefulness of tools available. There...

needs investigation

When pressing Enter after `def isDigitOrComma(ch: str) -> bool:` below, the automatic indentation is 16 spaces rather than 4. If you delete the incomplete `for` loop then auto-indent works as...

bug

We support folding of `#region`/`#endregion` pairs, but when there's an unmatched `#region` or unmatched `#endregion` our behavior will be surprising to the user. For example, in this scenario, the user...

enhancement