vscode
settings
Screenshots
Visual Studio Code: https://github.com/microsoft/vscode
settings.json
: https://settings.jonz94.dev/vscode
Installation On Windows, if you want to only install git, without git-bash, git-gui, etc, you can install mingit on https://github.com/git-for-windows/git/releases 設定 git 環境 https://git-scm.com/book/zh-tw/v1/ https://ihower.tw/blog/archives/5436 # 檢查設定 $ git config --global --list
Feb 16, 2023change screen size (when grub selection) video=1600x900 change font size # setfont ter-i16n # setfont ter-i18n # setfont ter-i24n # setfont ter-i32n verify the computer support UEFI
Nov 30, 2022virtio driver 相關資訊主頁: https://github.com/virtio-win/virtio-win-pkg-scripts 最新版本下載點:https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/ open cmd.exe shift + F10 to popup cmd.exe show all mounted disk wmic logicaldisk get caption
Oct 22, 2022Find extension by id source: https://stackoverflow.com/a/51283520/9979122 Open about:memory. Click "measure" in Show memory reports. In the Main Process section, scroll down to Other Measurements. There you will find the installed (active) extensions with their names and their ids displayed as baseURL=moz-extension://[random-ids]. :::info This method works for both Firefox and Firefox for Android. Note that only enabled extensions are shown. :::
Jun 13, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up