Skip to content

Commit

Permalink
Deprecate attach command settings (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored May 15, 2020
1 parent 2c17f20 commit 8ff21f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2027,12 +2027,14 @@
"docker.attachShellCommand.linuxContainer": {
"type": "string",
"default": "/bin/sh -c \"[ -e /bin/bash ] && /bin/bash || /bin/sh\"",
"description": "%vscode-docker.config.docker.attachShellCommand.linuxContainer%"
"description": "%vscode-docker.config.docker.attachShellCommand.linuxContainer%",
"deprecationMessage": "%vscode-docker.config.deprecated%"
},
"docker.attachShellCommand.windowsContainer": {
"type": "string",
"default": "cmd",
"description": "%vscode-docker.config.docker.attachShellCommand.windowsContainer%"
"description": "%vscode-docker.config.docker.attachShellCommand.windowsContainer%",
"deprecationMessage": "%vscode-docker.config.deprecated%"
},
"docker.dockerComposeBuild": {
"type": "boolean",
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"vscode-docker.config.docker.dockerComposeBuild": "Set to true to include --build option when docker-compose command is invoked",
"vscode-docker.config.docker.dockerComposeDetached": "Set to true to include --d (detached) option when docker-compose command is invoked",
"vscode-docker.config.docker.showRemoteWorkspaceWarning": "Set to true to prompt to switch from \"UI\" extension mode to \"Workspace\" extension mode if an operation is not supported in UI mode.",
"vscode-docker.config.deprecated": "This setting has been deprecated and will be removed in a future release.",
"vscode-docker.commands.api.configure": "Add Docker Files to Workspace (API)...",
"vscode-docker.commands.compose.down": "Compose Down",
"vscode-docker.commands.compose.restart": "Compose Restart",
Expand Down

0 comments on commit 8ff21f2

Please sign in to comment.