摘要:
title: vscode clang-tidy date: 2022-11-10 14:30:55 tags: 安装C/C++插件:https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools 然后在设置中将这两项勾上 阅读全文
摘要:
title: vscode command liveshare.join not found date: 2022-06-06 13:11:46 tags: 这是一个open issue: https://github.com/MicrosoftDocs/live-share/issues/180 阅读全文
摘要:
title: "vscode tasks.json powershell cmake 报错CMake Error: Could not create named generator Unix" date: 2020-09-14 20:09:08 tags: 搞了半天,原来是因为tasks.json里 阅读全文
摘要:
title: "vscode sudo: 有效用户 ID 不是 0,/usr/bin/sudo 位于一个设置了“nosuid”选项的文件系统或没有 root 权限的 NFS 文件系统中吗?" date: 2020-07-28 22:38:49 tags: https://github.com/mic 阅读全文
摘要:
title: linux shell 个人学习笔记 date: 2020-02-05 18:10:23 安全重启: 按住alt+<PrtSc>,然后依次按下reisub即可安全重启。 语法 bash支持所有POSIX shell的语法:{% post_link shell/'POSIX-shell学 阅读全文
摘要:
title: vscode latex 字数统计 date: 2020-04-15 23:25:58 tags: 安装插件LaTeX Utilities 然后打开.tex文件,状态栏中就有总字数 如果项目有多个tex文件,比如有introduction.tex, background.tex,然后在 阅读全文
摘要:
title: vscode使用笔记 date: 2023-03-22 20:28:45 tags: Debug: attach到某个进程 安装插件:WebFreak的Native Debug 在.vscode/launch.json里: { "version": "0.2.0", "configur 阅读全文
摘要:
title: vscode rust插件find all references无结果 date: 2021-07-27 12:02:10 好像是因为这个插件没有人维护了,自从2020年5月就没有再更新了: https://marketplace.visualstudio.com/items?item 阅读全文
摘要:
title: vscode javascript用firefox来debug date: 2019-10-28 16:15:12 { "version": "0.2.0", "configurations": [ { "type": "firefox", "request": "launch", " 阅读全文
摘要:
title: vscode Couldn‘t start client Rust Language Server date: 2021-05-14 11:51:07 首先要安装rustup: https://rustup.rs/ Mac上可能会出现已经安装了rustup,但是vscode仍然报这个错 阅读全文