Skip to content

Commit 20e7629

Browse files
committed
docs: enhance readme of the features
1 parent 73f5b69 commit 20e7629

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/features/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Sysdig LSP Features
22

3-
- [Scan Base Image](./scan_base_image.md)
3+
Sysdig LSP provides tools to integrate container security checks into your development workflow.
4+
5+
## [Scan Base Image](./scan_base_image.md)
6+
- Scans the runtime base image specified in your Dockerfile for vulnerabilities.
7+
- Supports single-stage and multi-stage Dockerfiles (final runtime stage only).
8+
9+
## [Code Lens Support](./code_lens.md)
10+
- Displays actionable commands directly within the editor (e.g., initiating base image scans).
11+
- Enables quick access to frequently performed actions.
12+
13+
See the linked documents for more details.

docs/features/code_lens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code Lens Support
22

3-
A CodeLens is a feature that displays additional information about the code,
3+
CodeLens is a feature that displays additional information about the code,
44
such as suggestions, references, or action buttons, directly in the editor without modifying the code itself.
55

66
For example, in VS Code, you might see something like "Used 3 times" above a function,

0 commit comments

Comments
 (0)