Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to stop the ## comment block in a PS1. #1286

Closed
k1rb opened this issue Apr 24, 2018 · 2 comments
Closed

How to stop the ## comment block in a PS1. #1286

k1rb opened this issue Apr 24, 2018 · 2 comments

Comments

@k1rb
Copy link

k1rb commented Apr 24, 2018

While editing a PS1 in VS Code if I type two '#' characters this is happening:

    ##############################
    #.SYNOPSIS
    #Short description
    #
    #.DESCRIPTION
    #Long description
    #
    #.PARAMETER Foo
    #Parameter description
    #
    #.PARAMETER Bar
    #Parameter description
    #
    #.EXAMPLE
    #An example
    #
    #.NOTES
    #General notes
    ##############################

This is not what I want. How can I stop this from happening?

Thank you for your help.

@TylerLeonhardt
Copy link
Member

This was fixed in #1282. You will be able to disable it. The release will be out sometime this week. 😀

@k1rb
Copy link
Author

k1rb commented Apr 24, 2018

I appreciate the quick response and thank you guys for all of your hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants