首页 > TAG信息列表 > workspaceRoot

博客助手bloghelper源码研究(2):测试与调试

参考: jest快速入门及实践教程 使用Jest进行单元测试 TypeScript Jest 调试 Jest 基础使用 用vscode进行jest单元测试并调试代码 使用VSCode调试Electron vscode中点击运行和调试,编辑launch.json文件 写入内容: { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有

VScode中编写运行C程序

VScode运行C程序的所需配置 VScode只是一个编辑器,并不自带C编译器,所以需要 下载mingw 下载安装版本或者压缩文件,解压缩后,配置系统的环境变量。 path中添加mingw/bin的路径 新建include变量,添加mingw/include的路径 打开VScode安装c/c++插件和code runner插件 code runne

vscode 如何调试pytest

pytest是比较好用的测试框架, 用vscode 调试很方便但是需要配置一下launch.json 在configurations里加上下面的节点. 百度找了半天的中文网页没找到, 后来去http://cn.bing.com/ 国外网站搜到了 原文地址 https://keathmilligan.net/debugging-pytest-in-vscode { "vers

vscode 还真的挺香

# .vscode/launch.json{ "version": "0.2.0", "configurations": [ { "name": "odoo", "type": "python", "request": "launch&

electron node.js 在 vscode 设置 调试 Debug

在当前工程下,添加一个 .vscode/launch.json 文件   { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "versi

vs code搭建python和tensorflow环境

anaconda 安装tensorflow-gpu环境见https://www.cnblogs.com/wintersoft/p/11620267.html   vscode中设置python虚拟环境Ctrl+Shift+P,选择Python:Select Interpreter,选中tensorflow-gpu虚拟环境会自动在settings.json文件中生成,如: {  "python.pythonPath": "C:\\ProgramData\\A