4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VisualStudioCodeでPowerShellも開発できるようにしてみたよ

Last updated at Posted at 2017-03-09

今までは、PowerShellのメンテはPowerShell ISEを使っていました。
PowerShellをVisualStudioCodeで開発している人がやたらかっこよく見えたのでマネしてみました。

前提要件

  • OS:Windows 10
  • VS:VidualStudio2015

インストール

    1. VSCodeダウンロード

以下のサイトがらインストーラーを入手します。
https://code.visualstudio.com/download

    1. VSCodeインストール
      ひたすらウィザードに従ってインストールしました。
      image

拡張機能の追加

ウィザード完了にしたら勝手に起動してきたので・・・

  • 1.拡張機能追加画面の起動
    image

  • 2.PowerShell拡張機能インストール
    image

早速ps1ファイル開いてみる
image

他のファイル・・・文字化け
image

文字化け回避

  • 1.ユーザ設定の変更
    [ファイル]>[基本設定]>[設定]と遷移
    image

  • 2.SJISの追加
    setting.jsonファイルが開くので「"files.encoding": "shiftjis"」を追加
    image

おk
image

参考文献

4
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?