Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Releases: nils-soderman/vscode-unreal-python

1.10.0

Choose a tag to compare

@nils-soderman nils-soderman released this 10 May 12:49

Warning

The repository has been moved to Codeberg: codeberg.org/nils-soderman/vscode-unreal-python
This will be the last release on GitHub, for the latest updates, please visit the new repository.

  • Improved Linux support
  • Add support for BasedPyright & ty when setting up code completion
  • Renamed command Unreal Python: Attach to Unreal Python: Attach Debugger
  • Reduced redundant file reads and code parsing when executing scripts

1.9.0

Choose a tag to compare

@nils-soderman nils-soderman released this 04 Aug 19:22
  • Added setting ue-python.attach.type to allow the deprecated 'python' config type to be used (defaults to 'debugpy'). This setting will be removed when 'python' is removed from the ms-python.python extension

1.8.2

Choose a tag to compare

@nils-soderman nils-soderman released this 06 Jul 09:53
  • Fixed Select Instance command not running the setup required for the extension to work correctly #51

1.8.1

Choose a tag to compare

@nils-soderman nils-soderman released this 03 Jun 18:45
  • Fixed an issue where the internal vsc_eval function could be undefined, preventing the extension from working correctly #48

1.8.0

Choose a tag to compare

@nils-soderman nils-soderman released this 04 May 14:50
  • Added command Unreal Python: Reload Modules that reloads all modules within the current workspace folder(s) #45
  • Attaching to Unreal Engine now uses the "debugpy" configuration type, instead of "python" which is deprecated

1.7.1

Choose a tag to compare

@nils-soderman nils-soderman released this 06 Apr 08:37
  • Fixed executing code not working with Python versions below 3.8 #46

1.7.0

Choose a tag to compare

@nils-soderman nils-soderman released this 16 Mar 15:04

Changed:

  • Printing the last expression is now the default behavior, and setting ue-python.experimental.printLastExpression has been removed #38
  • The 'UE Python Log' output channel is now of type LogOutputChannel, leading to improved readability
  • Suppress deprecation warnings when opening the documentation

Fixed:

  • User SyntaxErrors not formatted correctly when executing unsaved files

1.6.3

Choose a tag to compare

@nils-soderman nils-soderman released this 15 Jan 17:51

Fixed:

  • User exceptions not being formatted correctly

1.6.2

Choose a tag to compare

@nils-soderman nils-soderman released this 11 Jan 13:46

Fixed:

  • Formatting user exceptions not working in Python versions below 3.11

1.6.1

Choose a tag to compare

@nils-soderman nils-soderman released this 06 Jan 21:19

Fixed:

  • Fixed some documentation pages not working due to data not being parsed correctly