08 2022 档案

摘要:https://www.zhihu.com/question/266838782 阅读全文
posted @ 2022-08-18 11:37 hh9515 阅读(381) 评论(0) 推荐(0)
摘要:{ "key": "ctrl+up", "command": "workbench.action.compareEditor.previousChange", "when": "textCompareEditorVisible" }, { "key": "ctrl+down", "command": 阅读全文
posted @ 2022-08-15 19:00 hh9515 阅读(31) 评论(0) 推荐(0)
摘要:The simplest version does not require a file or folder to be selected, and adds a keyboard shortcut of your choice. Part 1: Create a new Quick Action 阅读全文
posted @ 2022-08-13 02:26 hh9515 阅读(65) 评论(0) 推荐(0)
摘要:1. 上下候选词的时候按capslock能不能关了 2. avoid tabbin { "key": "f18", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" }, { "key": 阅读全文
posted @ 2022-08-07 20:29 hh9515 阅读(1660) 评论(0) 推荐(0)
摘要:1. 打开uibrowser 点switch to screen reader 2. 选中一个元素,然后按住command,点击find in browser 3. 4. 上面menubar 中选择 “get value of selected element” 5. 复制到script edito 阅读全文
posted @ 2022-08-06 23:52 hh9515 阅读(312) 评论(0) 推荐(0)
摘要:https://unix.stackexchange.com/questions/10370/make-a-symbolic-link-to-a-relative-pathname 正确用法: ln -s 绝对路径 绝对路径 如果使用 ln -s 相对路径 绝对路径 最终link的是一个相对路径的字 阅读全文
posted @ 2022-08-01 09:56 hh9515 阅读(243) 评论(0) 推荐(0)