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: extensions/mssql/package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@
127
127
"mssql.messagesDefaultOpen": "True for the messages pane to be open by default; false for closed",
128
128
"mssql.resultsFontFamily": "Set the font family for the results grid; set to blank to use the editor font",
129
129
"mssql.resultsFontSize": "Set the font size for the results grid; set to blank to use the editor size",
130
+
"mssql.results.openAfterSave": "When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code.",
130
131
"mssql.saveAsCsv.includeHeaders": "[Optional] When true, column headers are included when saving results as CSV",
131
132
"mssql.saveAsCsv.delimiter": "[Optional] Delimiter for separating data items when saving results as CSV. Choose from common separators like comma (,), tab (\\t), semicolon (;), or pipe (|)",
132
133
"mssql.saveAsCsv.lineSeparator": "[Optional] Character(s) used for separating rows when saving results as CSV",
<sourcexml:lang="en">When enabled, connection groups will be collapsed instead of expanded at startup.</source>
8000
8000
</trans-unit>
8001
+
<trans-unitid="mssql.results.openAfterSave">
8002
+
<sourcexml:lang="en">When enabled, saved query result exports are opened after export. Excel exports open with the system file handler; text exports open in VS Code.</source>
0 commit comments