-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add a setting to change the "open" ide on the status bar #12857
Comments
Thanks for the feedback, I've added this to the project board. |
A temporary (dirty) solution while @yaira2 is working on this: Add a new registry key under New-Item -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Visual Studio Code" This will trick Files into thinking the regular VS Code is installed. Then, you must also ensure that the @echo off
setlocal
set VSCODE_DEV=
set ELECTRON_RUN_AS_NODE=1
"C:\Program Files\Microsoft VS Code Insiders\Code - Insiders.exe" "C:\Program Files\Microsoft VS Code Insiders\resources\app\out\cli.js" %*
endlocal And adding that to my path. |
I don't use VS Code very often; much more often I open the repository in GitExtensions. I think I'm not the only one. It would be great if known git GUIs were automatically detected and menu items were added, or at least this could be configured. |
We have two potential approaches for this feature. The first is to provide a setting to change the default IDE. The other approach is to support multiple IDEs. I'd like to understand the specific use cases to ensure we get the basics right and avoid unnecessary complexity. |
As a Jetbrains user, I'd very much want to see this option. With regards to the approaches, I think the best route would be to have the IDE configurable on a per-project basis, with some default. This way I could open one project in Android Studio and another one in IntelliJ, for example. I'd say don't try to autodetect the IDE for a project. |
What feature or improvement do you think would benefit Files?
Hey there!
I'm really enjoying the new git integration with Files, but there's one small thing I'm missing.
I use code-insiders as my daily driver, the beta version of visual studio code, and the "VS Code" button doesn't seem to work. Since insiders functions the same as regular VS Code, I tried a couple of ways to make this work, including creating a shortcut called code.exe and adding it to the path, but it doesn't seem like that does the trick.
I did read that adding support for other IDE's is being considered, but I think having an optional setting pointing at the code.exe you wish to use would be a great consideration for those of us who use VS code alternatives like Insiders or VS Codium.
Requirements
Files Version
2.5.11.0
Windows Version
10.0.23486.1000
Comments
Thanks for your time and hard work!
The text was updated successfully, but these errors were encountered: