
vscode
文章平均质量分 53
vscode相关
HLBayes
QQ:446425957
展开
-
Pylance has crashed. Would you like to try using a Node.js executable to run the language server?
vscode变成python文件时,跳转到函数定义的。control+左键。原创 2024-05-29 16:51:36 · 1804 阅读 · 6 评论 -
vsocde中使用git
git push -u origin master------------改动提交到远端服务器(并且是master分支)echo “# 优快云” >> README.md-------------往README.md写入"# 优快云"git commit -m “first commit”------------该文件被提交到本地库。git add README.md------------追踪README.md文件,放置到暂存区。git init------------本地库初始化。原创 2017-08-25 14:00:12 · 1011 阅读 · 1 评论 -
vscode 多屏显示同一个项目
选中复制打开新窗口,将新窗口移到扩展屏。原创 2024-04-10 20:38:04 · 1145 阅读 · 0 评论 -
vscode: debug环境配置
vscode 远程Python调试、日常使用技巧原创 2022-07-24 00:50:53 · 4623 阅读 · 0 评论 -
vscode debug 配置:launch.json
选择“Python 文件 调试当前正在运行的Python文件”debug时只进入项目自带文件,不进入安装的包文件。点击蓝色字体“创建 launch.json 文件”多长时间显示 pydevd warnings。控制代码的初始路径为debug文件所在路径。打开新项目左边的“运行和调试”选择上方“python”debug时传入的参数。原创 2024-04-10 20:07:30 · 2709 阅读 · 0 评论