You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+9-4
Original file line number
Diff line number
Diff line change
@@ -221,10 +221,15 @@
221
221
"StartPage.folderDesc": "- Open a <div class=\"link\" role=\"button\" onclick={0}>Folder</div><br /> - Open a <div class=\"link\" role=\"button\" onclick={1}>Workspace</div>",
222
222
"StartPage.badWebPanelFormatString": "<html><body><h1>{0} is not a valid file name</h1></body></html>",
223
223
"Jupyter.extensionRequired": "The Jupyter extension is required to perform that task. Click Yes to open the Jupyter extension installation page.",
224
-
"TensorBoard.logDirectoryPrompt" : "Please select a log directory to start TensorBoard with.",
224
+
"TensorBoard.useCurrentWorkingDirectory": "Use current working directory",
225
+
"TensorBoard.currentDirectory": "Current: {0}",
226
+
"TensorBoard.logDirectoryPrompt" : "Select a log directory to start TensorBoard with",
"TensorBoard.failedToStartSessionError" : "We failed to start a TensorBoard session due to the following error: {0}",
227
-
"TensorBoard.nativeTensorBoardPrompt" : "VS Code now has native TensorBoard support. Would you like to launch TensorBoard?",
228
-
"TensorBoard.usingCurrentWorkspaceFolder": "We are using the current workspace folder as the log directory for your TensorBoard session.",
229
-
"TensorBoard.selectAFolder": "Select a folder"
229
+
"TensorBoard.nativeTensorBoardPrompt" : "VS Code now has native TensorBoard support. Would you like to launch TensorBoard? (Tip: Launch TensorBoard anytime by opening the command palette and searching for \"Launch TensorBoard\".)",
230
+
"TensorBoard.selectAFolder": "Select a folder",
231
+
"TensorBoard.selectAnotherFolder": "Select another folder",
232
+
"TensorBoard.selectAFolderDetail": "Select a log directory containing tfevent files",
233
+
"TensorBoard.selectAnotherFolderDetail": "Use the file explorer to select another folder",
234
+
"TensorBoard.useCurrentWorkingDirectoryDetail": "TensorBoard will search for tfevent files in all subdirectories of the current working directory"
'VS Code now has native TensorBoard support. Would you like to launch TensorBoard?'
149
-
);
150
-
exportconstusingCurrentWorkspaceFolder=localize(
151
-
'TensorBoard.usingCurrentWorkspaceFolder',
152
-
'We are using the current workspace folder as the log directory for your TensorBoard session.'
157
+
'VS Code now has native TensorBoard support. Would you like to launch TensorBoard? (Tip: Launch TensorBoard anytime by opening the command palette and searching for "Launch TensorBoard".)'
153
158
);
154
159
exportconstselectAFolder=localize('TensorBoard.selectAFolder','Select a folder');
160
+
exportconstselectAFolderDetail=localize(
161
+
'TensorBoard.selectAFolderDetail',
162
+
'Select a log directory containing tfevent files'
163
+
);
164
+
exportconstselectAnotherFolder=localize('TensorBoard.selectAnotherFolder','Select another folder');
0 commit comments