mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Merge from vscode f5d3ffa6a0d655c87e1eb0e1e90773df58f7ff25 (#7929)
* Merge from vscode f5d3ffa6a0d655c87e1eb0e1e90773df58f7ff25 * fix launch script * add missing files
This commit is contained in:
@@ -142,7 +142,7 @@ class ExtensionUrlHandler implements IExtensionUrlHandler, IURLHandler {
|
||||
}
|
||||
|
||||
if (showConfirm) {
|
||||
let uriString = uri.toString();
|
||||
let uriString = uri.toString(false);
|
||||
|
||||
// {{SQL CARBON EDIT}} - Begin
|
||||
// Dialog service starts truncating words longer than 80 characters and adds ellipses to it.
|
||||
|
||||
Reference in New Issue
Block a user