ENOSPC though no workspace (fix #201923) (#202161)

This commit is contained in:
Benjamin Pasero 2024-01-10 15:49:48 +01:00 committed by GitHub
parent b6d977789e
commit 74da22bb03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ export class WorkspaceWatcher extends Disposable {
if (msg.indexOf('ENOSPC') >= 0) {
this.notificationService.prompt(
Severity.Warning,
localize('enospcError', "Unable to watch for file changes in this large workspace folder. Please follow the instructions link to resolve this issue."),
localize('enospcError', "Unable to watch for file changes in this workspace. Please follow the instructions link to resolve this issue."),
[{
label: localize('learnMore', "Instructions"),
run: () => this.openerService.open(URI.parse('https://go.microsoft.com/fwlink/?linkid=867693'))