-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Terminal profile contribution from VS Code extension throws exception if vscode.TerminalOptions.shellPath lacks ".exe" extension on Windows #12734
Comments
I'll be happy to look into this. |
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 26, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 26, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
1 task
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 26, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 26, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 27, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Jul 27, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Contributed on behalf of STMicroelectronics. Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Aug 1, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes eclipse-theia#12734 Signed-off-by: Christian W. Damus <[email protected]>
jfaltermeier
pushed a commit
that referenced
this issue
Aug 7, 2023
Support implicit '.exe' extension on the shell command in terminal profiles as in VS Code. Fixes #12734 Signed-off-by: Christian W. Damus <[email protected]>
@cdamus Thanks for fixing this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
I'm trying to contribute a terminal profile from a VS Code extension. If in the provider I fail to specify the ".exe" executable in
vscode.TerminalOptions.shellPath
, a "File not found" exception is thrown. In VS Code, it works fine without specifying the extension.Note that working around this bug by specifying the extension unfortunately leads you into the more general bug that opening a terminal in Theia hangs the app: #12733
Additional Information
The text was updated successfully, but these errors were encountered: