Skip to content

Commit

Permalink
Update configSettings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Nov 11, 2021
1 parent 617384b commit e567b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/configSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class JupyterSettings implements IWatchableJupyterSettings {
public showVariableViewWhenDebugging: boolean = true;
public newCellOnRunLast: boolean = true;
public pylanceHandlesNotebooks: boolean = false;
public pythonCompletionTriggerCharacters: string | undefined;
public pythonCompletionTriggerCharacters: string = '';

public variableTooltipFields: IVariableTooltipFields = {
python: {
Expand Down

0 comments on commit e567b89

Please sign in to comment.