2023/05/10
Categories:
WSLをアップデートしてからVS Codeから"wsl.localhost"にアクセス許可がないっていっておこられる。どぼじで。
PS C:\Users\shoma> code --list-extensions
node:internal/original-fs/utils:762
throw new ERR_UNC_HOST_NOT_ALLOWED(hostname);
^
Error [ERR_UNC_HOST_NOT_ALLOWED]: UNC host 'wsl.localhost' access is not allowed
at Object.lstat (node:original-fs:1487:10)
at Object.lstat (C:\Users\shoma\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\graceful-fs\polyfills.js:302:16)
at gotResolvedLink (node:original-fs:2733:10)
at gotTarget (node:original-fs:2722:5)
at node:original-fs:2714:9
at FSReqCallback.oncomplete (node:original-fs:196:23) {
code: 'ERR_UNC_HOST_NOT_ALLOWED'
}
symlinkはってるやつがだめな気はするけど、アップデート前は怒られてなかった気がするので、更新のはず。 Issues · microsoft/WSLにはそれっぽいのない。
よんだ記事
- Alex EdwardsさんはTwitterを使っています: 「Neat! I’ve just learnt that #golang has a rand.Perm() function, which returns a slice of integers from 0 to N-1 in a random order. I’m using it to help iterate over the elements of another slice in a random order without shuffling it. https://t.co/8hD97s2kTO」 / Twitter
math.PermってのでらんだむにN-1までのSliceを生成できるよ