All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Add a button to reopen the game with the same parameters if it crashes
- Status bar has 0 priority now, so it should show up at the end of the status bar.
- Using commands will update the spinner in the status bar to indicate that the command is running. (Though it's slightly faked)
- Minor documentation updates
- Fix configuration title in
package.json
- Introduces the setting
renpyWarp.editor
to specify the editor to use when pressing Shift+E in Ren'Py. Equivalent to setting the environment variableRENPY_EDIT_PY
.
- Fix syntax for
RENPY_EDIT_PY
on Windows
- Fix incorrect icon on the
renpyWarp.warpToFile
command. - Allow
renpyWarp.launch
to be called for a workspace folder context - Add a status bar button for the
renpyWarp.launch
command - Set
RENPY_EDIT_PY
to point at the system Visual Studio Code, allowing Shift+E to open the current line from Ren'Py.
- Updated the README, documenting some troubleshooting steps.
- Refactor, shouldn't be any user-facing changes.
- Change the icon for the command
warpToFile
The icon for the extension has been updated to be an official rendition of Eileen, the Ren'Py mascot.
initial public release. yay!