Skip to content

Commit

Permalink
Backport PR #22438 on branch 6.x (PR: Enable autoreload magic on al…
Browse files Browse the repository at this point in the history
…l operating systems (Config)) (#22462)
  • Loading branch information
meeseeksmachine authored Sep 7, 2024
1 parent 61e6fdd commit 334ce4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
'greedy_completer': False,
'jedi_completer': False,
'autocall': 0,
'autoreload': not WIN,
'autoreload': True,
'symbolic_math': False,
'in_prompt': '',
'out_prompt': '',
Expand Down Expand Up @@ -672,4 +672,4 @@
# or if you want to *rename* options, then you need to do a MAJOR update in
# version, e.g. from 3.0.0 to 4.0.0
# 3. You don't need to touch this value if you're just adding a new option
CONF_VERSION = '84.1.0'
CONF_VERSION = '84.2.0'

0 comments on commit 334ce4c

Please sign in to comment.