当前位置:网站首页>Vscode tips
Vscode tips
2022-04-23 13:10:00 【step step】
title: vscode Tips
date: 2022-04-12 16:07:53
tags: vscode
vscode Tips
One 、vscode Set up python The relative path of the runtime
problem : Right click operation vscode The default is project directory , So the relative paths are wrong .
resolvent :
- At terminal cd To the path where the file is located . So every time you change a directory, you use cd once .
- stay setting.json Join in
- install koroFileHeader plug-in unit
- The lower right corner settings->settings-> Search for fileheader->User->settings.json
{
"python.terminal.executeInFileDir": true,
}
版权声明
本文为[step step]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231307459017.html
边栏推荐
- 内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
- JMeter operation redis
- Scons build embedded ARM compiler
- "Play with Lighthouse" lightweight application server self built DNS resolution server
- These vscode extensions are my favorite
- Huawei cloud MVP email
- Record Alibaba cloud server mining program processing
- 5 tricky activity life cycle interview questions. After learning, go and hang the interviewer!
- Golang implements MD5, sha256 and bcrypt encryption
- Record some NPM related problems (messy records)
猜你喜欢
Hbuilderx + uniapp packaging IPA submission app store stepping on the pit
three. JS text ambiguity problem
2020年最新字节跳动Android开发者常见面试题及详细解析
2020最新Android大厂高频面试题解析大全(BAT TMD JD 小米)
Request和Response及其ServletContext总结
nodejs + mysql 实现简单注册功能(小demo)
Pytorch: a pit about the implementation of gradreverselayer
100 lectures on practical application cases of Excel (VIII) - report connection function of Excel
jmeter操作redis
8086 of x86 architecture
随机推荐
数据仓库—什么是OLAP
X509 parsing
Office 2021 installation package download and activation tutorial
超40W奖金池等你来战!第二届“长沙银行杯”腾讯云启创新大赛火热来袭!
Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
Learning materials
Utils of various date conversion
Record Alibaba cloud server mining program processing
(个人)最近项目开发后存在的系统漏洞整理
Scons build embedded ARM compiler
Summary of JVM knowledge points - continuously updated
uniapp image 引入本地图片不显示
Wu Enda's programming assignment - logistic regression with a neural network mindset
安装nngraph
Golang implements MD5, sha256 and bcrypt encryption
Connect orcale
5 tricky activity life cycle interview questions. After learning, go and hang the interviewer!
Start mqbroker CMD failure resolution
Three channel ultrasonic ranging system based on 51 single chip microcomputer (timer ranging)
hbuilderx + uniapp 打包ipa提交App store踩坑记