mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
unescape the encoded chars in tablename uri (#8446)
* unesacpe the encoded chars in tablename uri * unescape special characters
This commit is contained in:
@@ -100,6 +100,6 @@ export class EditDataResultsInput extends EditorInput {
|
||||
}
|
||||
|
||||
get uri(): string {
|
||||
return this._uri;
|
||||
return unescape(this._uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user