-
Notifications
You must be signed in to change notification settings - Fork 82
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
support for *.xslt files #446
Comments
The problem that I see with xsl is when you type For instance
@brainwasher is this issue that you are explaining? @datho7561 could you see the problem if you have time (I suspect a problem with language configuration). |
@brainwasher thanks for submitting this bug! If you add the following snippet to your "[xsl]": {
"editor.autoClosingBrackets": "never"
} I'll work on a PR that sets this setting by default. |
Closes redhat-developer#446 Signed-off-by: David Thompson <[email protected]>
Closes redhat-developer#446 Signed-off-by: David Thompson <[email protected]>
Closes #446 Signed-off-by: David Thompson <[email protected]>
I am new to VS-Code and installed the extension because I do a lot of XSLT work. The feature I am most looking for is the auto-close. It works out of the box for *.xml but it does nto work for *xslt. In principle, an XSLT file is just another XML file. I did not find any item in the configuration to add file extensions (or languages?) to enable the extension for XSLT as well.
The text was updated successfully, but these errors were encountered: