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

[powershell] #Region and #EndRegion #49070

Closed
timriker opened this issue May 2, 2018 · 2 comments
Closed

[powershell] #Region and #EndRegion #49070

timriker opened this issue May 2, 2018 · 2 comments
Assignees
Labels
languages-basic Basic language support issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@timriker
Copy link

timriker commented May 2, 2018

Some powershell editors use #Region and #EndRegion for collapse sections. Can

vscode/extensions/powershell/language-configuration.json

regions include that? Perhaps:

	"markers": {
		"start": "^\\s*#[rR]egion\\b",
		"end": "^\\s*#[eE]nd[rR]egion\\b"
	}
@vscodebot
Copy link

vscodebot bot commented May 2, 2018

@vscodebot vscodebot bot added the editor label May 2, 2018
@aeschli aeschli changed the title Powershell #Region and #EndRegion [powershell] #Region and #EndRegion May 3, 2018
@aeschli aeschli added the languages-basic Basic language support issues label May 3, 2018
@aeschli aeschli added this to the May 2018 milestone May 3, 2018
@aeschli aeschli closed this as completed in 64186b0 May 3, 2018
@timriker
Copy link
Author

timriker commented May 3, 2018

Thanks!

@aeschli aeschli added the verification-needed Verification of issue is requested label May 29, 2018
@roblourens roblourens added the verified Verification succeeded label May 30, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
languages-basic Basic language support issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants