-
Microsoft
- Redmond, WA
Highlights
- 11 discussions answered
Block or Report
Block or report rchiodo
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
vscode-python Public
Forked from microsoft/vscode-python
Python extension for Visual Studio Code
TypeScript 1
-
vscode-docs Public
Forked from microsoft/vscode-docs
Public documentation for Visual Studio Code
CSS 1
-
-
-
-
vscodeJupyter Public
Forked from DonJayamanne/vscodeJupyter
Jupyter for Visual Studio Code
TypeScript
2,152 contributions in the last year
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.
Opened 3 other pull requests in 1 repository
microsoft/vscode-jupyter
3
merged
Reviewed 7 pull requests in 1 repository
microsoft/vscode-jupyter
7 pull requests
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…

