Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e62ca6f

Browse files
Fix undefined variable
1 parent c818119 commit e62ca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vscode-client/src/extension.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function activate(context: ExtensionContext) {
2121
start(
2222
context,
2323
command,
24-
workspace.getConfiguration('bashIde').get('explainshellEndpoint',''),
24+
workspace.getConfiguration('bashIde').get('explainshellEndpoint')||'',
2525
)
2626
} catch (error) {
2727
handleMissingExecutable()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /