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
@@ -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'))