Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add VSCode settings.json file. #330

Merged
merged 3 commits into from
Dec 30, 2016
Merged

Add VSCode settings.json file. #330

merged 3 commits into from
Dec 30, 2016

Commits on Dec 29, 2016

  1. Add VSCode settings.json file.

    The settings file specifies trimTrailingWhitespace which is good for PowerShell scripts.  Also specifies a path to a PSScriptAnalyzerSettings file.  VSCode with the PowerShell extension will automatically lint the PowerShell scripts to find potential issues.  I also took a whach at elminating some of the easy warnings to fix - like replacing aliases with full command names.
    rkeithhill committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    337acb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    8e9d8fb View commit details
    Browse the repository at this point in the history
  2. Add insertFinalNewLine VSCode setting

    And a few more helpful ones as well.
    rkeithhill authored Dec 30, 2016
    Configuration menu
    Copy the full SHA
    8df498a View commit details
    Browse the repository at this point in the history