Skip to content

Commit

Permalink
minor changes to naming inside package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyaang committed Jul 10, 2023
1 parent e310f32 commit cefc30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1526,11 +1526,11 @@
]
},
"dockerRun": {
"description": "%vscode-docker.tasks.dotnet-container-sdk.dotnetContainerSdk.description%",
"description": "%vscode-docker.tasks.dotnet-container-sdk.dockerRun.description%",
"properties": {
"containerName": {
"type": "string",
"description": "%vscode-docker.tasks.dotnet-container-sdk.dotnetContainerSdk.containerName%"
"description": "%vscode-docker.tasks.dotnet-container-sdk.dockerRun.containerName%"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"vscode-docker.tasks.docker-compose.dockerCompose.envFile.description": "File of environment variables read in and applied to the Docker containers.",
"vscode-docker.tasks.docker-compose.dockerCompose.files.description": "The docker-compose files to include, in order.",
"vscode-docker.tasks.docker-compose.dockerCompose.projectName.description": "Alternate project name to use when naming and labeling Docker objects. If using an alternate project name when composing up, the same project name must be specified when composing down.",
"vscode-docker.tasks.dotnet-container-sdk.dotnetContainerSdk.description": "Options for running the Docker container used for debugging. Learn more at https://aka.ms/vscode-docker-run-task",
"vscode-docker.tasks.dotnet-container-sdk.dotnetContainerSdk.containerName": "Name of the container used for debugging.",
"vscode-docker.tasks.dotnet-container-sdk.dockerRun.description": "Options for running the Docker container used for debugging.",
"vscode-docker.tasks.dotnet-container-sdk.dockerRun.containerName": "Name of the container used for debugging.",
"vscode-docker.config.docker.promptForRegistryWhenPushingImages": "Prompt for registry selection if the image is not explicitly tagged.",
"vscode-docker.config.template.build.template": "The command template.",
"vscode-docker.config.template.build.label": "The label displayed to the user.",
Expand Down

0 comments on commit cefc30a

Please sign in to comment.