vscode-webvalidation-extension icon indicating copy to clipboard operation
vscode-webvalidation-extension copied to clipboard

Cannot See any warnings

Open Karachristou opened this issue 3 years ago • 3 comments

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

Karachristou avatar Feb 02 '22 10:02 Karachristou

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 ?

celian-rib avatar Feb 03 '22 19:02 celian-rib

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

Karachristou avatar Feb 18 '22 15:02 Karachristou

@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?

celian-rib avatar Feb 18 '22 21:02 celian-rib