mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -8,5 +8,5 @@ import { URI } from 'vs/base/common/uri';
|
||||
export const REMOTE_HOST_SCHEME = 'vscode-remote';
|
||||
|
||||
export function getRemoteAuthority(uri: URI) {
|
||||
return uri.scheme === REMOTE_HOST_SCHEME ? uri.authority : void 0;
|
||||
return uri.scheme === REMOTE_HOST_SCHEME ? uri.authority : undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user