nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.75k stars 218 forks source link

2 additional lines for VSCodium in open-editor.sh #553

Closed j-nicolas closed 1 year ago

j-nicolas commented 1 year ago

At the top of open-editor.sh you could add 2 lines, since Visual Studio Code command "code" does not open VS Codium (="codium"). So this is my proposal:

# VS Codium editor='codium --goto "$FILE":"$LINE"' # Visual Studio Code #editor='code --goto "$FILE":"$LINE"'

Thanks for your work !! -- Nicolas