Skip to content

Commit 7a9a545

Browse files
authored
Update README.md (#166)
Add note about Docker DX for advanced IntelliSense support.
1 parent 06bf459 commit 7a9a545

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ To install the extension, open the Extensions view, search for `container tools`
2121

2222
### Editing Docker files
2323

24-
You can get IntelliSense when editing your `Dockerfile` and `compose.yaml` files, with completions and syntax help for common commands.
24+
Container Tools provides basic IntelliSense when editing your `Dockerfile` and `compose.yaml` files including completions and syntax help for common commands.
25+
26+
> Note: [Docker DX](https://marketplace.visualstudio.com/items?itemName=docker.docker) is the official language service from Docker that provides more advanced IntelliSense for Docker, Compose, and Bake configuration files. This extension is recommended to be installed alongside Container Tools for enhanced editing support.
2527
2628
![IntelliSense for Dockerfiles](resources/readme/dockerfile-intellisense.png)
2729

0 commit comments

Comments
 (0)