mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
editors - shorten diff labels (#110694)
This commit is contained in:
@@ -48,13 +48,6 @@ export class GitFileSystemProvider implements FileSystemProvider {
|
||||
model.onDidChangeRepository(this.onDidChangeRepository, this),
|
||||
model.onDidChangeOriginalResource(this.onDidChangeOriginalResource, this),
|
||||
workspace.registerFileSystemProvider('git', this, { isReadonly: true, isCaseSensitive: true }),
|
||||
workspace.registerResourceLabelFormatter({
|
||||
scheme: 'git',
|
||||
formatting: {
|
||||
label: '${path} (git)',
|
||||
separator: '/'
|
||||
}
|
||||
})
|
||||
);
|
||||
|
||||
setInterval(() => this.cleanup(), FIVE_MINUTES);
|
||||
|
||||
Reference in New Issue
Block a user