github / github/vscode-github-actions
Indent added if `---` is at top of yaml file (v0.26.1)
Aperta
bug
- Lingua principale
- TypeScript
- Stelle
- 660
- Fork
- 213
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**To Reproduce**
With only the GitHub Actions extension enabled, If I paste in the following .yaml file:
```yaml
---
name: Example
# rest of file
```
the editor immediately reformats the pasted text as
```yaml
---
name: Example
# rest of file
```
When the extension is disabled, the pasted test is not indented after the `---` line.
If
```yaml
name: Example
# rest of file
```
is pasted, no extra indent is added.
**Expected behavior**
Pasted text is not indented
**Extension Version**
`v0.26.1`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.