Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VS Code] add setting for default language #405

Open
JosiahParry opened this issue Mar 31, 2024 · 0 comments
Open

[VS Code] add setting for default language #405

JosiahParry opened this issue Mar 31, 2024 · 0 comments

Comments

@JosiahParry
Copy link

JosiahParry commented Mar 31, 2024

When using VS Code with Quarto inserting a code chunk always adds the code chunk type to python.

It would be desirable to be able to set a global or workspace setting to change the default code chunk type. This could be a scalar string value that would be used to populate the code chunk. For example, the setting could look like:

{
  "quarto.cells.defaultLanguage": "r"
}

Related: #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant