Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

All notable changes to this Visual Studio Code extension will be documented in this file.
All notable changes to the Docker DX extension will be documented in this file.

## [Unreleased]

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contribute to the VS Code Extension Project
# Contribute to the Docker DX Visual Studio Code extension Project

## Sign your work

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker VS Code Extension (experimental)
# Docker DX (Beta)

The **Docker VS Code Extension** (experimental) enhances your Visual Studio Code experience with Docker-related development by adding rich editing features and vulnerability scanning.
The **Docker DX (Beta)** Visual Studio Code extension enhances your Visual Studio Code experience with Docker-related development by adding rich editing features and vulnerability scanning.

## Key features

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security Policy

The maintainers of this Visual Studio Code extension take security seriously.
The maintainers of the Docker DX Visual Studio Code extension take security seriously.
If you discover a security issue, please bring it to their attention right away!

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion TELEMETRY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Telemetry

This Visual Studio Code extension collects telemetry. We collect this telemetry so that we can improve the extension by understanding usage patterns and catching crashes and errors for diagnostic purposes.
The Docker DX extension collects telemetry. We collect this telemetry so that we can improve the extension by understanding usage patterns and catching crashes and errors for diagnostic purposes.

## Configuring Telemetry Collection

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-vscode-extension",
"displayName": "Docker VS Code extension (experimental)",
"name": "docker",
"displayName": "Docker DX (Beta)",
"description": "",
"version": "0.1.0",
"icon": "resources/docker-logo-vertical-blue.png",
Expand Down