
vscode
最近看小说
上帝创造了整数,其余的一切都是人造的
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vscode + cygwin gdb 调试C/C++ 配置
http://blog.youkuaiyun.com/c_duoduo/article/details/51615381 cygwin设置 cygwin安装路径设置到Windows的path环境变量中: A:\cygwin\bin 使得在cmd中可以使用gcc/g++命令 visual studio code 配置 设置.vscode下的文件 修改launch.json文件配置,使用以下的代码覆盖def原创 2017-01-26 12:05:05 · 10262 阅读 · 5 评论 -
vscode vim配置
"vim.handleKeys" Allows user to select certain modifier keybindings and delegate them back to VSCode so that VSCodeVim does not process them.Complete list of keys that can be delegated back to原创 2017-08-17 22:15:35 · 18633 阅读 · 0 评论