File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export enum TerminalShellType {
5858 ksh = 'ksh' ,
5959 fish = 'fish' ,
6060 cshell = 'cshell' ,
61- tcshell = 'tshell ' ,
61+ tcshell = 'tcshell ' ,
6262 nushell = 'nushell' ,
6363 wsl = 'wsl' ,
6464 xonsh = 'xonsh' ,
Original file line number Diff line number Diff line change 1111 "categories" : [
1212 " Other"
1313 ],
14+ "enabledApiProposals" : [
15+ " chatParticipantPrivate" ,
16+ " chatParticipantAdditions" ,
17+ " chatVariableResolver" ,
18+ " terminalShellType"
19+ ],
1420 "capabilities" : {
1521 "untrustedWorkspaces" : {
1622 "supported" : false ,
515521 "stack-trace" : " 0.0.10" ,
516522 "vscode-jsonrpc" : " ^9.0.0-next.5" ,
517523 "which" : " ^4.0.0"
518- },
519- "enabledApiProposals" : [
520- " chatParticipantPrivate" ,
521- " chatParticipantAdditions" ,
522- " chatVariableResolver" ,
523- " terminalShellEnv" ,
524- " terminalShellType"
525- ]
524+ }
526525}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export enum TerminalShellType {
5858 ksh = 'ksh' ,
5959 fish = 'fish' ,
6060 cshell = 'cshell' ,
61- tcshell = 'tshell ' ,
61+ tcshell = 'tcshell ' ,
6262 nushell = 'nushell' ,
6363 wsl = 'wsl' ,
6464 xonsh = 'xonsh' ,
You can’t perform that action at this time.
0 commit comments