mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -70,7 +70,7 @@ import { REMOTE_FILE_SYSTEM_CHANNEL_NAME } from 'vs/workbench/services/remote/co
|
||||
|
||||
const eventPrefix = 'monacoworkbench';
|
||||
|
||||
const _uriTransformerCache: { [remoteAuthority: string]: IURITransformer; } = Object.create(null);
|
||||
const _uriTransformerCache: { [remoteAuthority: string]: IURITransformer } = Object.create(null);
|
||||
|
||||
function getUriTransformer(remoteAuthority: string): IURITransformer {
|
||||
if (!_uriTransformerCache[remoteAuthority]) {
|
||||
|
||||
Reference in New Issue
Block a user