-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add new pages for Dev Container (Features / Images / Templates) #84
Conversation
@cboettig @eddelbuettel Sorry for the large volume, but could you please check this? |
[*.md] | ||
indent_style = space | ||
indent_size = 4 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is due to complains about line breaks in the listings, such as the following:
- item1
item1 <- linter complains this line with this setting.
- item2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some quick comments.
close #77
related to rocker-org/devcontainer-features#74
related to rocker-org/devcontainer-templates#3
By the way, I tried to do all this PR work in Codespaces (transfer to VSCode on my local computer).
I had no problems at all working while doing quarto preview, which convinced me that this will be widely used in the future.