PowerShell / PowerShell/vscode-powershell
PowerShell formatting and indent bug when using the backtick character
Aperta
@daviwil ci sta già lavorando.
Dal 14/8/2017.
Area-Script Analysis
- Lingua principale
- TypeScript
- Stelle
- 1.9k
- Fork
- 547
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
From @woowil on August 14, 2017 17:6
- VSCode Version: Code 1.15.0 (8b95971d8cccd3afd86b35d4a0e098c189294ff2, 2017-08-09T20:16:06.988Z)
- OS Version: Windows_NT ia32 10.0.14393
- Extensions: the listing length exceeds browsers' URL characters limit
Steps to Reproduce:
- PowerShell
Settings.json:
"editor.formatOnSave": true,
"editor.formatOnType": true,
Desired Formatting:
Get-Process | ForEach-Object `
-Begin {
$Count = 0
} `
-Process {
$Count++
} `
-End {
$Count
}
Bug Formatting
Get-Process | ForEach-Object `
-Begin {
$Count = 0
} `
-Process {
$Count++
} `
-End {
$Count
}
Reproduces without extensions: Yes/No
Copied from original issue: Microsoft/vscode#32494
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.