- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 WSL2 中使用 VSCode。一切都很好,直到上周。从今天开始,我观察到启动 WSL 需要时间。以下是来自 VSCode 的日志。
[2021-02-22 06:00:31.458] Resolving wsl+myubuntu2004, resolveAttempt: 1
[2021-02-22 06:00:31.553] Starting VS Code Server inside WSL (MyUbuntu2004)
[2021-02-22 06:00:31.553] Extension version: 0.53.4, Windows build: 18363. Multi distro support: available. WSL path support: enabled
[2021-02-22 06:00:31.553] No shell environment set or found for current distro.
[2021-02-22 06:00:31.657] Probing if server is already installed: C:\Windows\System32\wsl.exe -d MyUbuntu2004 -e sh -c "[ -d ~/.vscode-server/bin/622cb03f7e070a9670c94bae1a45d78d7181fbd4 ] && printf found || ([ -f /etc/alpine-release ] && printf alpine-; uname -m)"
[2021-02-22 06:00:31.830] Probing result: x86_64
[2021-02-22 06:00:31.831] No server install found in WSL, needs x64
[2021-02-22 06:00:31.832] Launching C:\Windows\System32\wsl.exe -d MyUbuntu2004 sh -c '"$VSCODE_WSL_EXT_LOCATION/scripts/wslServer.sh" 622cb03f7e070a9670c94bae1a45d78d7181fbd4 stable .vscode-server 0 '}
[2021-02-22 06:00:31.957] Setting up server environment: Looking for /home/raj/.vscode-server/server-env-setup. Not found.
[2021-02-22 06:00:31.957] WSL version: 5.4.72-microsoft-standard-WSL2 MyUbuntu2004
[2021-02-22 06:00:31.957] Installing VS Code Server from tar available at /mnt/c/Users/1186738/AppData/Local/Temp/vscode-remote-wsl/622cb03f7e070a9670c94bae1a45d78d7181fbd4/vscode-server-linux-x64.tar.gz
[2021-02-22 06:00:32.857] Unpacking: 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34%
[2021-02-22 06:00:33.158] 35% 36% 37% 38% 39% 40% 41% 42%
[2021-02-22 06:00:33.459] 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99%100%
[2021-02-22 06:00:33.459] Unpacked 1769 files and folders to /home/raj/.vscode-server/bin/622cb03f7e070a9670c94bae1a45d78d7181fbd4.
[2021-02-22 06:00:33.459] WSL2-shell-PID: 96
[2021-02-22 06:00:33.459] Starting server: /home/raj/.vscode-server/bin/622cb03f7e070a9670c94bae1a45d78d7181fbd4/server.sh --port=0 --use-host-proxy --without-browser-env-var --enable-remote-auto-shutdown
[2021-02-22 06:00:33.459]
[2021-02-22 06:00:33.459]
[2021-02-22 06:00:33.459] *
[2021-02-22 06:00:33.459] * Visual Studio Code Server
[2021-02-22 06:00:33.459] *
[2021-02-22 06:00:33.459] * Reminder: You may only use this software with Visual Studio family products,
[2021-02-22 06:00:33.459] * as described in the license https://aka.ms/vscode-remote/license
[2021-02-22 06:00:33.459] *
[2021-02-22 06:00:33.459]
[2021-02-22 06:00:33.459] IP Address: 172.x.x.x
[2021-02-22 06:00:33.459] Extension host agent listening on 34395
[2021-02-22 06:00:33.459]
[2021-02-22 06:00:33.459] [11:30:33] Extension host agent started.
[2021-02-22 06:00:33.467] Pinging 172.x.x.x:34395...
[2021-02-22 06:03:34.217] 172.x.x.x:34395 no response
[2021-02-22 06:03:34.217] WSL resolver response: ::1:34395
[2021-02-22 06:03:34.217] To debug connection issues, open a local browser on http://[::1]:34395/version
可以看出,'Pinging 172.x.x.x:34395...' 需要 3 分钟的时间并且没有返回任何响应。这会导致每次启动 VSCode 工作区时延迟 3 分钟。
PS C:\Users\Raj> Test-NetConnection 172.x.x.x -port 34395
ComputerName : 172.x.x.x
RemoteAddress : 172.x.x.x
RemotePort : 34395
InterfaceAlias : vEthernet (WSL)
SourceAddress : 172.x.x.x
TcpTestSucceeded : True
raj@WSL-Host:~$ nc -vz 172.x.x.x 34395
Connection to 172.x.x.x 34395 port [tcp/*] succeeded!
VSCode 版本详细信息。
Version: 1.53.2 (user setup)
Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4
Date: 2021-02-11T11:48:04.245Z
Electron: 11.2.1
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Windows_NT x64 10.0.18363
最佳答案
您可以将 WSL 远程扩展配置为使用 localhost 而不是 VM 机器 IP 进行探测。 (请参阅此 issue )。
配置 remote.WSL.server.connectThroughLocalhost
设置为 true
.
关于visual-studio-code - 带有 WSL2 的 VSCode - 由于对 ping 没有响应而延迟启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66310913/
code
正常吗?
我刚刚开始使用 YARD 来记录我的 Rails 应用程序。我没有指定任何特定的标记处理程序,但我希望 `code` 会转换为 code,但这似乎没有发生。这是正常行为吗?我是否必须添加一些额外的选项
什么是Code-Server 首先程序员朋友们肯定都用过来自微软的VS Code 这款轻量而又高级的编辑器,拥有丰富的插件库,支持各种语言编译运行。而本文介绍的Code-Server就是coder 公
我是一名高中生,今年开始学习汇编。 我目前正在制作 Pacman 克隆作为我的最终项目。 我遇到的唯一问题是我的代码很大,*.exe 文件几乎有 64KB。 所以我的问题是,如果我转向模型介质,我需要
锁定。这个问题及其答案是locked因为这个问题是题外话,但具有历史意义。它目前不接受新的答案或互动。 挑战 按字符计数绘制 Code 39 条码的 ASCII 表示的最短代码。 维基百科关于代码 3
我正在开发 VS 代码的扩展(使用 javascript)。现在我需要安装 VS Code 的路径。 windows有一种方法: var child = require('child_process'
[Windows 10] 我在自定义目录中安装了“Microsoft VS Code(用户设置)”,每当我尝试更新它时,都会显示: 然后这个 Log Info Dec 23 11:42:40.673
我正在尝试更新我的 VS 代码,但收到一条错误消息:由于防病毒软件和/或进程失控,更新可能会失败。 附加了一个来 self 的用户的日志文件,但我不确定要检查什么。我对计算机和编程还是个新手。 最佳答
几天前我安装了 Kali Linux。我正在尝试使用 Code-OSS 而不是 VSCode,因为最新版本的 Kali 没有安装普通版本所需的库。 如果我尝试使用 code-oss . 或 code
我正在从 Atom 迁移到 VS Code,因为这似乎是当今所有酷 child 都在使用的东西。 在 atom 中,我能够如图所示突出显示当前行号(装订线中的蓝色突出显示)。 有没有办法在 VS Co
我试图找到一个明确的 G 代码语法规范,而不是单个 G 代码的含义,我无处不在的规范,我的意思是详细的语法规范,目的是编写解析器。 我编写解析器没有问题,我只是在寻找语法规范,例如。我知道您不必总是为
我想在 VS Code (Windows) 中使用 Fira Code,并且已经按照 instructions 中的说明配置了字体。 。不知何故,字体看起来很模糊。我该如何解决这个问题? "edito
这个问题已经有答案了: How can I navigate back to the last cursor position in Visual Studio Code? (16 个回答) 已关闭
如何选择当前单词,即插入符号所在的位置。 注意:我正在寻找 Visual Studio Code(VS Code)(文本编辑器)的快捷方式,而不是 Visual Studio IDE。 最佳答案 在
我需要在 VS Code 中安装 flutter 但在安装扩展中,我有这个错误 Unable to install 'Dart-Code.flutter'; there is no available
memberData
有什么区别
{@code memberData} 和有什么区别?和 memberData在 JavaDoc 中 最佳答案 有两个主要区别: {@code ...}更简洁:更易于阅读(和输入)。 {@code ..
我有这样一个字符串: Here is my code sample, its not too great: [CODE] [/CODE] I hope you enjoy. 现在我想用 highli
在 VS Code 中,我有一个少于 50 个文件的 Vue 项目,但是在运行开发服务器时 VS Code 抛出 Error: ENOSPC: System limit for number of f
Source Code Pro 如何在 VSC 中使用 ExtraLight ~? 似乎以下不起作用...... 我确定我有字体。 Source Code Pro ExtraLight 最佳答案 编辑
我对 Visual Studio Code 很陌生。我正在尝试调试一个已经存在的应用程序,我已经通过 Git 克隆了它。我的文件都没有被修改。我已经下载了微软扩展“C# for Visual Stud
Visual Code VS Visual Studio Code Insider 我还是不明白这两者有什么区别,难道其中一个是新功能的试用版吗? 最佳答案 Visual Studio Code In
我是一名优秀的程序员,十分优秀!