Skip to content

Commit 9c8ca45

Browse files
authored
Typos and clean up (#154)
1 parent 00c2a4a commit 9c8ca45

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

examples/sample1/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"categories": [
1212
"Other"
1313
],
14+
"enabledApiProposals": [
15+
"chatParticipantPrivate",
16+
"chatParticipantAdditions",
17+
"chatVariableResolver",
18+
"terminalShellType"
19+
],
1420
"capabilities": {
1521
"untrustedWorkspaces": {
1622
"supported": false,
@@ -515,12 +521,5 @@
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
}

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)