Replies: 2 comments
-
@rgaiacs please stop pinging developers in your questions, especially when they are no longer on the project. All the active developers/maintainers are tracking all issues/discussions. |
Beta Was this translation helpful? Give feedback.
-
To answer the interogation Quarto guesses the code environment quarto-cli/src/project/project-environment.ts Lines 65 to 67 in e8eefd9 quarto-cli/src/project/project-environment.ts Lines 176 to 218 in e8eefd9 You can't configure for now. It just default to RStudio for knitr engine, and vscode otherwise when .qmd file are used. When .ipynb it default to jupyterlab This is then used in binder to automatically create the context. I don't think you can configure it right now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When running
the configuration created will include steps for Visual Studio Code.
@dragonstyle why are the configuration for Visual Studio Code included?
@dragonstyle how can I configure my project to not include the configuration for Visual Studio Code? I read
quarto-cli/src/command/use/commands/binder/binder.ts
Lines 392 to 395 in 7ca42c0
Beta Was this translation helpful? Give feedback.
All reactions