An open API service indexing awesome lists of open source software.

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.

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.

![lsp](https://github.com/docker/docker-vscode/releases/download/lsp-v1.29.6/CleanShot.2024-05-01.at.11.50.30.gif)

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.