How do you edit the code for .dib files without disabling the Interactive Notebooks extension in VSCode? #2027
Unanswered
kylecurtis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I right mouse click the file, choose |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to edit the code for .dib files, but right now the only way I have found to do so is by opening 2 different VSCode windows, One window with the .NET Interactive Notebooks extension enabled, and the other one without it enabled.
For the window that has the extension disabled, the code appears like I want it to. For example:
And when I edit this markdown code it changes for the other window which displays the code and allows me to run it.
Is there an extension setting to allow me to do all of my development using code instead of using all of the cell buttons and UI?
I'm thinking along the lines of markdown files. How you can edit the markdown code in one tab and split the editor to display the final result.
Beta Was this translation helpful? Give feedback.
All reactions