mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -567,7 +567,7 @@ suite('ExtHostWorkspace', function () {
|
||||
};
|
||||
}
|
||||
|
||||
function asUpdateWorkspaceFolderData(uri: URI, name?: string): { uri: URI, name?: string } {
|
||||
function asUpdateWorkspaceFolderData(uri: URI, name?: string): { uri: URI; name?: string } {
|
||||
return { uri, name };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user