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

Updates the the line comment to hash instead of double-slash #1

Merged
merged 1 commit into from
Oct 7, 2016

Conversation

Fitzsimmons
Copy link
Contributor

This tells vscode that the single line comment is prefixed with a # instead of a //. The double-slash comment does appear to work, but:

a) it does not show up in the official documentation.
b) it is not syntax highlighted, but # comments are.

This is useful for automated block commenting and uncommenting in vscode with ctrl+/, which will use the wrong kind of comments until this is merged.

@boyvinall
Copy link

I just made the same fix in my local copy. Be great to have this on the vscode marketplace.

@josh-padnick
Copy link
Contributor

Ha, I made the same change, too! Would be nice to get this merged.

@mauve
Copy link
Contributor

mauve commented Oct 7, 2016

thanks I will merge now and make a new release

@mauve mauve merged commit 2667d7d into hashicorp:master Oct 7, 2016
@boyvinall
Copy link

Awesome, thanks @mauve

@ghost ghost locked and limited conversation to collaborators Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants