mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-18 13:17:05 +01:00
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user