随笔分类 - vscode
摘要:https://code.visualstudio.com/docs
阅读全文
摘要:在settings.json中编辑 { "background.customImages": [ "file:///C:/Users/lazy/Pictures/img950.jpg", "file:///C:/Users/lazy/Pictures/img850.jpg", "file:///C:
阅读全文
摘要:1、f1 2、输入“Python:Configure Tests” 3、测试框架 4、选择文件路径 5、选择文件的命名方式 6、打开测试工作台(新的)就可以开搞了 https://www.pianshen.com/article/82682039274/
阅读全文
摘要:{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ {
阅读全文
摘要:https://www.cnblogs.com/it-tsz/p/9022456.html
阅读全文
摘要:python在vscode控制台输出中文乱码 增加系统全局变量 PYTHONIOENCODING=UTF8 https://blog.csdn.net/zrpcool235/article/details/102496876
阅读全文
摘要:vscode插件记录 Chinese (Simplified) Language Pack for Visual Studio Code配置中文语言 Comment Translate注释翻译 Rainbow Fart程序员彩虹屁插件 Python运行python代码 Pylancepython增强
阅读全文
摘要:通过服务的方式打开html文件 1、直接搜索Live Server安装插件 2、修改默认端口 文件=>首选项=>设置=>搜索Live Server=>找到Settings:Port=>在settings.json中编辑=>输入新端口
阅读全文
摘要:打开命令面板: F1 或 Ctrl+Shift+P代码格式化: Shift+Alt+F向上向下复制一行: Shift+Alt+Up Shift+Alt+Down在当前行上下边插入一行:Ctrl+Shift+Enter Ctrl+Enter 搜索行数:Ctrl+G 同时选中所有匹配: Ctrl+Shi
阅读全文