VS Code
Hanawh
hello world
展开
-
【vscode】+【mac os catalina】c++无法debug
【vscode】+【mac os catalina】诶,,将mac系统升级后vscode写c++就不能debug了,多亏实验室刘同学找了几天原因终于解决了。这种情况的原因参见LINK首先下载VSIX文件打开vscode点击三个点点修改launch.json...原创 2019-12-19 11:34:05 · 1293 阅读 · 2 评论 -
【windows10】+【vscode】远程
【windows10】+【vscode】远程本地配置服务器的免密登录本地配置服务器的免密登录打开cmd输入ssh-keygen -t rsa -b 4096生成SSH密钥和公钥,密钥id_rsa和公钥id_rsa.pub文件都默认保存在(C:\User\用户/.ssh)文件夹下,复制公钥所在文件夹将公钥文件id_rsa.pub传到远程服务器的authorized_keys文件中SE...原创 2019-11-21 16:09:36 · 241 阅读 · 1 评论 -
【VS Code】+【Git】
VS Code+Git配置VS Code配置git.pathVSCode中github的使用设置`Git` 全局变量上传代码至github在 vscode 中使用 Git :拉取、提交拉取提交VS Code配置git.path依次打开文件 首选项 设置搜索git.path编辑"git.path" : ""VSCode中github的使用设置Git 全局变量git confi...原创 2019-10-16 13:24:28 · 300 阅读 · 0 评论 -
【Mac os】+【VS Code】远程 +【code runner】配置
Problems-In-VS CodeVS Code 远程VS Code 配置VS Code 远程ssh-keygen -t rsa -C "xxx" ////配置免密远程登录 在本地机器生成密钥对 ssh-copy-id xx@xxx.xxx.xxx.xxx //将公钥拷贝到服务器上在VS Code扩展商店中搜索remote安装Remote Development使用ctrl+shi...原创 2019-10-13 11:58:07 · 707 阅读 · 0 评论