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

Emmet: commenting a section inside a style tag comments out the completly style tag. #31685

Closed
jens1o opened this issue Jul 28, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Milestone

Comments

@jens1o
Copy link
Contributor

jens1o commented Jul 28, 2017

  • VSCode Version: Code - Insiders 1.15.0-insider (0e7546c, 2017-07-28T11:23:06.089Z)
  • OS Version: Windows_NT x64 10.0.15063
  • Extensions:
Extension Author (truncated) Version
Bookmarks ale 0.15.2
npm-intellisense chr 1.3.0
path-intellisense chr 1.4.2
regex chr 0.1.0
gitignore cod 0.5.0
vscode-dash dee 1.7.0
vscode-npm-source dku 1.0.0
python don 0.6.9
gitlens eam 4.3.2
tslint eg2 0.17.0
vscode-npm-script eg2 0.2.0
LogFileHighlighter emi 1.1.1
vscode-reveal evi 0.0.9
php-debug fel 1.11.1
php-intellisense fel 1.5.0
auto-close-tag for 0.4.3
auto-rename-tag for 0.0.14
gc-excelviewer Gra 1.1.15
composer ika 0.5.0
smarty imp 0.2.0
code-guid jam 1.0.1
StretchTimer jpa 0.0.1
json-to-ts Mar 1.5.2
Runner mat 0.1.14
vscode-apache mrm 1.1.1
cpptools ms- 0.12.1
github-issues-prs ms- 0.3.1
php-docblocker nei 1.2.0
emoji Per 0.0.3
vscode-versionlens pfl 0.19.1
datetime rid 1.0.5
vscode-icons rob 7.12.0
sharecode Rol 0.4.1
todotasks san 0.5.0
code-settings-sync Sha 2.8.2
vscode-spotify shy 2.0.0
packagelinker sin 0.0.3
code-spell-checker str 1.3.2
pdf tom 0.2.0
lorem-ipsum Tyr 1.0.0
vscode-arduino vsc 0.2.4
vscode-todo-highlight way 0.5.8
highlight-trailing-white-spaces yba 0.0.2

(2 theme extensions excluded)


Steps to Reproduce:

  1. Having this:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
        body {
            background-attachment: fixed;
            background-color: #000015;
        }

        j1o-test {
            scrollbar-darkshadow-color: #000015;
        }
    </style>
</head>
<body>
    
</body>
</html>
  1. Select the j1o-test section:
    image
  2. let emmet do its job:
    Get this:
    image

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the insiders label Jul 28, 2017
@jens1o
Copy link
Contributor Author

jens1o commented Jul 28, 2017

In a pure css file, it does work. Again, for @ramya-rao-a

@ramya-rao-a ramya-rao-a added bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues labels Aug 1, 2017
@ramya-rao-a ramya-rao-a added this to the July 2017 milestone Aug 1, 2017
@roblourens roblourens added the verified Verification succeeded label Aug 3, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants