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

Cannot See any warnings #22

Open
Karachristou opened this issue Feb 2, 2022 · 3 comments
Open

Cannot See any warnings #22

Karachristou opened this issue Feb 2, 2022 · 3 comments

Comments

@Karachristou
Copy link

It does not give me the warnings, only the errors. I would like to have an option to see the warnings too,

@celian-rib
Copy link
Owner

Hi @Karachristou thanks for submitting this issue, the extension should give you warnings just like that :

image

Here is the html I have been using to test it :

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <header>
        <!-- Warning below  -->
        <h2>

        </h2>
    </header>
    
</body>
<!-- Error below  -->
<script type="javascript">

</script>
</html>

Is the behaviour different on your side ?

@Karachristou
Copy link
Author

Karachristou commented Feb 18, 2022

@celian-rib thanks for your response, the behaviour works like you depicted for HTML, however no warning appear for me in CSS code.

@celian-rib
Copy link
Owner

@celian-rib thanks for your response, the behaviour works like you depicted for HTML, however no warning appear for me in CSS code.

Do you have any CSS as an example on which the the problem occurs?

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