The Wayback Machine - https://web.archive.org/web/20220602201043/https://github.com/rchiodo
Skip to content
Avatar
💭
Working on vscode-python extension
💭
Working on vscode-python extension
  • Microsoft
  • Redmond, WA

Achievements

Achievements

Highlights

  • 11 discussions answered
Block or Report

Block or report rchiodo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Forked from microsoft/vscode-python

    Python extension for Visual Studio Code

    TypeScript 1

  2. Forked from microsoft/vscode-docs

    Public documentation for Visual Studio Code

    CSS 1

  3. CMake Public

    Forked from Kitware/CMake

    CMake, the cross-platform, open-source build system.

    C

  4. cpp-docs Public

    Forked from MicrosoftDocs/cpp-docs

    C++ Documentation

    PowerShell

  5. vscode Public

    Forked from microsoft/vscode

    Visual Studio Code

    TypeScript 1

  6. Forked from DonJayamanne/vscodeJupyter

    Jupyter for Visual Studio Code

    TypeScript

2,152 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

June 2022

Created 4 commits in 1 repository

Created a pull request in microsoft/vscode-jupyter that received 8 comments

Run by line and debug cell not stopping

Fixes #10207 Breaktpoints firing on the first line more than once is the debugpy issue with Python 3.10. I just need to update debugpy and IPython.

+67 −41 8 comments
Opened 3 other pull requests in 1 repository

Created an issue in microsoft/vscode-jupyter that received 3 comments

Interactive debugging does not work with ipykernel debugger

Force ipykernel debugger on: "jupyter.forceIPyKernelDebugger": true Have code like so (part of one of our tests): # %% def foo(): print(4) # %%% f…

3 comments