Skip to content

Commit 10b98d3

Browse files
authored
Deprecate the log directory setting (microsoft#22236)
1 parent f438262 commit 10b98d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,9 @@
11001100
"default": "",
11011101
"description": "%python.tensorBoard.logDirectory.description%",
11021102
"scope": "resource",
1103-
"type": "string"
1103+
"type": "string",
1104+
"markdownDeprecationMessage": "%python.tensorBoard.logDirectory.markdownDeprecationMessage%",
1105+
"deprecationMessage": "%python.tensorBoard.logDirectory.deprecationMessage%"
11041106
},
11051107
"python.terminal.activateEnvInCurrentTerminal": {
11061108
"default": false,

package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@
182182
"python.pipenvPath.description": "Path to the pipenv executable to use for activation.",
183183
"python.poetryPath.description": "Path to the poetry executable.",
184184
"python.tensorBoard.logDirectory.description": "Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.",
185+
"python.tensorBoard.logDirectory.markdownDeprecationMessage": "Tensorboard support has been moved to the extension [Tensorboard extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.tensorboard). Instead use the setting `tensorBoard.logDirectory`.",
186+
"python.tensorBoard.logDirectory.deprecationMessage": "Tensorboard support has been moved to the extension Tensorboard extension. Instead use the setting `tensorBoard.logDirectory`.",
185187
"python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
186188
"python.terminal.activateEnvironment.description": "Activate Python Environment in all Terminals created.",
187189
"python.terminal.executeInFileDir.description": "When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.",

0 commit comments

Comments
 (0)