Skip to content

Commit e1806c4

Browse files
authored
Merge pull request #23 from docker/rename-extension
Rename the extension tentatively to Docker DX
2 parents 7dbbeef + 6f7e8e8 commit e1806c4

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

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

55
## [Unreleased]
66

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contribute to the VS Code Extension Project
1+
# Contribute to the Docker DX Visual Studio Code extension Project
22

33
## Sign your work
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Docker VS Code Extension (experimental)
1+
# Docker DX (Beta)
22

3-
The **Docker VS Code Extension** (experimental) enhances your Visual Studio Code experience with Docker-related development by adding rich editing features and vulnerability scanning.
3+
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.
44

55
## Key features
66

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

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

66
## Reporting a Vulnerability

TELEMETRY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Telemetry
22

3-
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.
3+
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.
44

55
## Configuring Telemetry Collection
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "docker-vscode-extension",
3-
"displayName": "Docker VS Code extension (experimental)",
2+
"name": "docker",
3+
"displayName": "Docker DX (Beta)",
44
"description": "",
55
"version": "0.1.0",
66
"icon": "resources/docker-logo-vertical-blue.png",

0 commit comments

Comments
 (0)