-
It would be nice to have a simple script that creates a default `docker-compose.yml` in a project.
It should be callable pretty much like that:
```shell
docker run alpinelab/ruby-dev init
```
…
-
Before you open an issue, please check if a similar issue already exists or has been closed before.
## Expected behavior
The task for copy the html to the clipboard would work (or we have anothe…
-
## Issue Description ##
Available quick fix actions are inconsistent for different constructor parameters and for different formats.
## Steps to Reproduce ##
1. Prepare a constructor function t…
-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…
-
## Issue Description ##
Sometimes the description text of a tag helper shows malformed with parts of it missing or in a different text size than the rest.
Some of the information autogenerated i…
-
**Describe the bug**
Hello, I have made an mjml signature. I'm dismayed to find it renders differently (and wrongly) in different outlook browsers. I grouped my columns so they would not split, and t…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.65.2
- OS Version:
Edición Windows 10 Pro
Versión 21H2
Instalado el 17/01/2022
Compil…
-
## Description
When using "Format Document" (Shift+Alt+F) in VS Code, `` tags under `` will get converted to `` tags.
## Code sample
```
.main-outside { border: 1px solid red…
-
**Describe the bug**
If you write comments at the top of the file, the comments don't show in the final compiled HTML file.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a file wit…
-
It would be great if there was the ability to run MJML files through a pre- (or post-) processor before showing the HTML preview. That would allow data-binding template tags with custom data and would…