mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Fix encoding of uris for data protocol (#6723)
* fix encoding or uris * fix tests
This commit is contained in:
@@ -13,11 +13,11 @@ const msInH = 3.6e6;
|
||||
const msInM = 60000;
|
||||
const msInS = 1000;
|
||||
export const uriPrefixes = {
|
||||
default: 'connection://',
|
||||
connection: 'connection://',
|
||||
dashboard: 'dashboard://',
|
||||
insights: 'insights://',
|
||||
notebook: 'notebook://'
|
||||
default: 'connection:',
|
||||
connection: 'connection:',
|
||||
dashboard: 'dashboard:',
|
||||
insights: 'insights:',
|
||||
notebook: 'notebook:'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user