闪念
20250404 cvyuso5b
VS Code 的 terminal 中,遇到无法显示 powerlevel10k 主题的字体图标时,需要设置 terminal.integrated.fontFamily 为 MesloLGS NF。MesloLGS NF 是这个主题需要用的字体。参考 Stack Overflow 的回答。 !screenshot-MGxreT9m_1743737604347.gif
#Software/VS_Code
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 捕获。
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...
es6-string-html 高亮字符串代码 高亮代码中字符串内的: - HTML (incl. html quoted and unquoted attrs) - SQL - XML - SVG - CSS - GLSL