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
<sourcexml:lang="en">Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting.</source>
Copy file name to clipboardexpand all lines: package.nls.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -143,5 +143,6 @@
143
143
"mssql.objectExplorer.expandTimeout":"The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.",
144
144
"mssql.newTable":"New Table",
145
145
"mssql.editTable":"Edit Table",
146
-
"mssql.editConnection":"Edit Connection"
146
+
"mssql.editConnection":"Edit Connection",
147
+
"mssql.enableExperimentalFeatures.description":"Enables experimental features in the MSSQL extension. The features are not production-ready and may have bugs or issues. Restart Visual Studio Code after changing this setting."
0 commit comments