vscode如何运行python文件_vscode怎么运行.py文件_编程开发工具

vscode背景图怎么换_编程开发工具

vscode中更换背景图的方法:安装background插件,然后进入User Settings用户设置,在搜索框中搜索background进入配置文件,在background.customImages属性中即可定义vscode背景图。

通过vscode执行python程序的方法:

先配置 tasks.json :phpstorm设置背景图片_编程开发工具

设置phpstorm设置背景图片非常简单,按两次 shift (或者 Ctrl +shift+A) 输入 Set Background Image 命令;点击进入,选择图片,设置背景,点击 OK。

使用快捷键“ ctrl+shifit+p”打开搜索栏。输入 “Tasks: Configure Task Runner”打开tasks.json

{

"version": "0.1.0",

// The command is tsc. Assumes that tsc has been installed using npm install -g typescript

"command": "C:/Python27/python.exe",

// The command is a shell script

"isShellCommand": true,

// Show the output window only if unrecognized errors occur.

"showOutput": "always",

// args is the HelloWorld program to compile.

"args": ["${file}"]

}

配置完成后使用快捷键“ctrl+shift+B”即可运行.py文件。

相关文章教程推荐:vscode教程

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值