You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,6 @@ The `_get_document_path` helper resolves `vscode-notebook-cell:` URIs back to th
110
110
- To restrict which cell languages are supported, update the `cells` list in `NOTEBOOK_SYNC_OPTIONS`.
111
111
- To change the linting/formatting behavior per cell, update the individual handlers.
112
112
113
-
See [microsoft/vscode-isort#565](https://github.com/microsoft/vscode-isort/pull/565) for a reference implementation of notebook support in a production extension.
114
-
115
113
## Building and Run the extension
116
114
117
115
Run the `Debug Extension and Python` configuration form VS Code. That should build and debug the extension in host window.
0 commit comments