diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec06b3..6d5529e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b61e954..01b3d4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contribute to the VS Code Extension Project +# Contribute to the Docker DX Visual Studio Code extension Project ## Sign your work diff --git a/README.md b/README.md index d9b254b..493fce3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index bf74c43..7bc8e6d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/TELEMETRY.md b/TELEMETRY.md index a67a3b4..102764d 100644 --- a/TELEMETRY.md +++ b/TELEMETRY.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a712544..55024f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "docker-vscode-extension", + "name": "docker", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "docker-vscode-extension", + "name": "docker", "version": "0.1.0", "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 1eccafa..58b848c 100644 --- a/package.json +++ b/package.json @@ -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",