-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
Description
Describe the bug
Upon opening any given repository in VSCode, I can see from the logs that the language server has started from the DevSkim VS Code Client
output logs, however, nothing else happens.
To Reproduce
Steps to reproduce the behavior:
- Run
devskim analyze -I .
in a repository that has devskim items to address - Confirm that there is some output from the previous command
- Open the repository in VSCode
- Install the DevSkim extensions if it is not already installed
- Click on Output tab (Ctrl+Shift+U)
- Select
DevSkim VS Code Client
form the sources dropdown on the right hand side - Observe logs stating that language server has started
- Navigate to a file that contains problems identified in step 1
- Observe that nothing identifies the problem
Expected behavior
VSCode should visually identify the problems that were found by running devskim analyze -I .
in the same repository.
Versions(please complete the following information):
- OS:
- Windows 10.0.22621 Build 22621
- WSL - Ubuntu 20.04.6 LTS
- Devskim CLI: 1.0.8
- Devskim VSCode Extension: 1.0.8
Additional context
Example:
The following image shows a TODO comment that is not identified as a problem in VSCode with the DevSkim extension running:
But running the CLI identifies the problem correctly: