Rename the extension tentatively to Docker DX
Signed-off-by: Remy Suen <remy.suen@docker.com>
This commit is contained in:
parent
7dbbeef326
commit
6f7e8e88a8
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Contribute to the VS Code Extension Project
|
||||
# Contribute to the Docker DX Visual Studio Code extension Project
|
||||
|
||||
## Sign your work
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue