microsoft / vscode-edge-devtools

A VSCode extension that allows you to use browser devtools from within the editor. The devtools will connect to an instance of Microsoft Edge giving you the ability to alter CSS styling, perform diagnostics, and debugging. Get it now at http://aka.ms/devtools-for-code
https://docs.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension
MIT License
745 stars 252 forks source link

curly bracket expected where not applicable #2178

Open royaltyronny opened 3 months ago

royaltyronny commented 3 months ago

Environment (please complete the following information):

Describe the bug:

Repro steps:

Expected behavior:

Additional context:

[{ "resource": "/C:/xampp/htdocs/mail-verify-main/resources/views/welcome.blade.php", "owner": "_generated_diagnostic_collectionname#3", "code": "css-rcurlyexpected", "severity": 8, "message": "} expected", "source": "css", "startLineNumber": 194, "startColumn": 1, "endLineNumber": 194, "endColumn": 1 }]

captainbrosset commented 3 months ago

Could you please provide more information about what you were trying to achieve with the vscode edge devtools extension, and what happened? Right now, with the information you provided, we can't investigate a potential issue.