Skip to content

An extension for VSCode that jumps to the source by clicking python traceback

License

Notifications You must be signed in to change notification settings

linw1995/python-traceback-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-traceback-jumper

icon

An extension for VSCode that jumps to the source by clicking python traceback

This extension is invalid now.

Due to the VSCode updating, this extension is invalid now. So this could be the last version. I checked the official documents and found a way to do that, as same as this extension. (2017-08-04)

This gist will show you how to do it!

VSCode Task.json for Python Traceback.

Hot to use

Installation Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install python-traceback-jumper

For enable python traceback jumper, add the following to your setting file:

"python.tracebackJumper.enable": true

Configure task like this

{
    "version": "1.0.0",
    "command": "${config.python.pythonPath}",
    "isShellCommand": true,
    "args": ["${file}"],
    "showOutput": "always"
}

Run the task, when output has python Trackback, you can click the file path to the source

Release Notes

1.0.6 change icon

1.0.7 fix bug

1.0.8 change icon from .svg to .png

1.0.9 This extension is invalid now.


For more information

Enjoy!

About

An extension for VSCode that jumps to the source by clicking python traceback

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages