VS_Code

#Software/VS_Code

返回
闪念

20250404 cvyuso5b

VS Code 的 terminal 中,遇到无法显示 powerlevel10k 主题的字体图标时,需要设置 terminal.integrated.fontFamily 为 MesloLGS NF。MesloLGS NF 是这个主题需要用的字体。参考 Stack Overflow 的回答。 !screenshot-MGxreT9m_1743737604347.gif

闪念

调整缩进

vscode 中格式化 python 代码 插件:autopep8 调整缩进 如果 vscode 显示的缩进空格数不正确,执行 >Detect Indentation from Content 捕获。

闪念

20240622 glg611qf

vscode 调试 Rust 项目时,提示:Oops! The debug adapter has terminated abnormally. 将插件删除后恢复正常。 `shell rm -rf ~/.vscode/extensions/vadimcn.vscode-lldb-1.* ` Rust Analyzer Not Working in VSCode for Mac x86 with...