Rename the extension tentatively to Docker DX

Signed-off-by: Remy Suen <remy.suen@docker.com>
This commit is contained in:
Remy Suen 2025-03-26 07:56:09 -04:00
parent 7dbbeef326
commit 6f7e8e88a8
7 changed files with 10 additions and 10 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
# Contribute to the VS Code Extension Project
# Contribute to the Docker DX Visual Studio Code extension Project
## Sign your work

View File

@ -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

View File

@ -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

View File

@ -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

4
package-lock.json generated
View File

@ -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": {

View File

@ -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",