我在 vscode 中打開了一個專案。
I Windows Powershell,在專案目錄下,當我鍵入
code test.html
它將打開檔案,但使用新的 vscode 實體,我想要在已經打開的專案中:這可能嗎?
uj5u.com熱心網友回復:
是的,可以使用-r( --reuse-window) 選項。
例如:
code -r .\Dockerfile
( https://code.visualstudio.com/docs/editor/command-line )
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/374216.html
