別名路徑跳轉(zhuǎn)
安裝擴(kuò)展
別名路徑跳轉(zhuǎn)官網(wǎng)
vscode終端git bash使用
setting.json
Git-Bash路徑為本機(jī) git安裝位置 需要根據(jù)自己的機(jī)器下載路徑自行填寫
{
"editor.formatOnSave": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.confirmSync": false,
"editor.codeActionsOnSave": {
},
// 自動補(bǔ)全
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src"
},
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git-Bash": {
"path": "D:\\Program Files\\Git\\bin\\bash.exe"
}
},
// "terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.defaultProfile.windows": "Git-Bash",
"git.defaultCloneDirectory": "",
"git.path": "D:\\Program Files\\Git\\bin\\git.exe",
"timeline.excludeSources": ["timeline.localHistory"],
"code-runner.fileDirectoryAsCwd": true
}
重啟vscode
終端為git環(huán)境
文章來源:http://www.zghlxwxcb.cn/news/detail-507361.html
查看項目git提交記錄 下載擴(kuò)展Git Graph,Git History
重啟vscode 會出現(xiàn)一欄 時間線
可根據(jù)自己的需要 移動該欄文章來源地址http://www.zghlxwxcb.cn/news/detail-507361.html
到了這里,關(guān)于vscode引入文件快速跳轉(zhuǎn)到指定文件(常用插件)的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!