UEFI Firmware Extension PackThis extension pack packages some useful extensions for UEFI Firmware engineer. Feel Free to share your useful extensions. Thank You !!! Table of ContentMy Visual Studio Code Keyboard ShortcutsMy VSCode Keyboard Shorcuts - Windows UEFI Firmware ResourcesList of UEFI Firmware Resources Installation GuideProvide some setup guidance before using the extensions. Visit the extension in market place to get more details of each extension, include setup guidance and function details. Gitlab SetupCreate Personal Access TokenFirst, follow below guidance to create one personal access token(PAT) with the scopes "api" and "read user" https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html Note: Remember to backup your token after you create it. You won't be able to access the token after revisit the web page. VSCode Extension SetupOnce the PAT is created properly, in VSCode, -launch the command palette (Press F1) Modify VSCode setting "gitlab.InstanceUrl"If the official gitlab server gitlab.com is not consumed, the VSCode setting "gitlab.InstanceUrl" should be set to match the target gitlab server. -Launch the command palette (Press F1) Git Client SetupThe Git client should be properly configured for the VSCode source control functionality. For Windows User-Visit "Windows Credentials" in Windows "Credential Manager" Click to see how to access the credential Manager -Click "Add a windows credential" assume the target gitlab server address is https://your-gitlab.com Fill-in below information: Internet address: git:https://oauth2@your-gitlab.com User name: oauth2 Password: [Your PAT] Project Manager SetupIt's recommended to add the folder path for "Project Manager" extension to enumerate the available projects for switching between projects easily. For Git projects, VSCode setting "projectManager.git.baseFolders" specify the folders to search available projects. -Launch the command palette (Press F1) Keyboard ShortcutsPress Ctrl+K Ctrl+S to launch the Keyboard Shortcuts table to customize below hotkeys,
User Guide1. Project ManagerThe usage of "Project Manager" extension is available: https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
2. Markdown File PreviewShow preview in right window:
Use Palette command Markdown: Open Preview to the side can achieve the same. Show preview in tab: Use Palette command Markdown: Open Preview can achieve the same. 3. Git-bash (For Windows)"Git for Windows" provides Git-bash for Git commands operation in linux terminal type of bash. Steps to launch Git-bash and set defaule folder in workspace root folder.
|