https://github.com/docker/docker-vscode
The Docker VSCode EAP is an extension for VSCode which provides an early preview into new features by Docker.
https://github.com/docker/docker-vscode
Last synced: 3 months ago
JSON representation
The Docker VSCode EAP is an extension for VSCode which provides an early preview into new features by Docker.
- Host: GitHub
- URL: https://github.com/docker/docker-vscode
- Owner: docker
- Created: 2023-11-29T21:22:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:13:20.000Z (about 1 year ago)
- Last Synced: 2025-09-14T22:36:22.422Z (4 months ago)
- Homepage:
- Size: 1.15 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-VSCode
This is an experiemental feature added to the [official VSCode extension for Docker](https://github.com/microsoft/vscode-docker).
Nothing here has been upstreamed but we want to stress that this is not a fork. Assume that any positive results from this would be
contributed back to the original extension.
## What is this project?
The updates to this extension add a new experimental LSP. We are current working on two features.
1. Integration of Scout recommendations to the Dockerfile language service.
2. Integration of the new support for Docker's new official Dockerfile linting support.

This should be considered a usable prototype. It is mature enough to try internally but the features it supports
are active works in progress.
## Getting started
See the complete [installation instructions](./lsp) for adding this version of the
Docker extension to VSCode.