Skip to content

Commit 661ee81

Browse files
authored
Restore support for bash kernel (#7359)
1 parent 2e1c221 commit 661ee81

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
([#7280](https://github.com/Microsoft/vscode-jupyter/issues/7280))
5656
1. Ensure that interactive window is started with active Python interpreter after active interpreter is changed.
5757
([#7301](https://github.com/Microsoft/vscode-jupyter/issues/7301))
58+
1. Restore support for Bash Kernel.
59+
([#7345](https://github.com/microsoft/vscode-jupyter/issues/7345))
5860

5961
### Code Health
6062

src/client/datascience/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const KnownKernelLanguageAliases = new Map<string, string>([
4343
['c++14', 'c++']
4444
]);
4545
export const jupyterLanguageToMonacoLanguageMapping = new Map([
46+
['bash', 'shellscript'],
4647
['c#', 'csharp'],
4748
['f#', 'fsharp'],
4849
['q#', 'qsharp'],

0 commit comments

Comments
 (0)