PowerShell / PowerShell/vscode-powershell

PowerShell formatting and indent bug when using the backtick character

オープン
#994 コメント 3 件 リアクション 2 件 担当者 1 名 GitHub で見る

@daviwil がすでに取り組んでいます。

2017年8月14日 から。

Area-Script Analysis
主要言語
TypeScript
スター
1.9k
フォーク
548
PR マージ指標
30日以内にマージされた PR はありません

説明

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:

  1. 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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。