I run my dev environment from a USB drive and recently began noticing the error below. I am not sure how to fix this and would like some help with this issue.
My current setup: MacBook M1, VSCode version 1.76.2, current release version of VSCode CSS Variables extension.
[Info - 12:49:16] Connection to server got closed. Server will restart.
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: EPERM: operation not permitted, scandir '/Volumes/Root/.DocumentRevisions-V100'] {
errno: -1,
code: 'EPERM',
syscall: 'scandir',
path: '/Volumes/Root/.DocumentRevisions-V100'
}
[Error - 12:49:17] The CSS Variables Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
I run my dev environment from a USB drive and recently began noticing the error below. I am not sure how to fix this and would like some help with this issue.
My current setup: MacBook M1, VSCode version 1.76.2, current release version of VSCode CSS Variables extension.