Replies: 3 comments 6 replies
-
Are you seeking assistance on how to integrate Far Manager into VS Code? Or are you simply informing the community about the possibility of doing so? |
Beta Was this translation helpful? Give feedback.
3 replies
-
VS code, same as VS, has an integrated terminal. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For cases like mine, to use Far as command line on steroids with hidden panels and the current directory set to VSCode current: "terminal.integrated.profiles.windows": {
"Far": {
"path": "C:\\Bin\\Far\\x64\\Far.exe",
"args": ["-set:Panel.Left.Visible=false", "-set:Panel.Right.Visible=false", "-set:Panel.Left.Folder=.", "-set:Panel.Right.Folder=."]
}, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'd like to share the idea that far manager could be integrated into Visual Studio Code.
Thanks.
Bertrand B.
Beta Was this translation helpful? Give feedback.
All reactions