You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Chore: Allow 000*.rpy files in renpy/common (#300)
* RunRenpyViaplugin (#291)
* Edited extensions method to add way to run renpy
* Added the command to the pallete via json
* Adding debug config to allow renpy to be played from play button
* changed type to cmd
* reformatted with prettier
* This format might work?
* Refactored if statement to make it more readable
* Refactoring of folder names and chaning if statements
* This commit fixed the issues in comment https://github.com/LuqueDaniel/vscode-language-renpy/pull/291#discussion_r1170180867, , refactoring if statement
* reformated through magical means... God I hate switching computers
* Reformated with the correct file, please ignore previous one
* Ignore dist folder (#303)
* Ignore dist folder (#301)
* Chore(Enhancement) - Add a command that cleans up compiled files.
* Update the command title to match the convention.
* Use await/async syntax
* Adds PR ci to master
Fixes#306
* Fixes codeql-analysis.yml format
* Adds setup action
* Fix package lock after merge
---------
Co-authored-by: a2937 <[email protected]>
Co-authored-by: seanj29 <[email protected]>
Co-authored-by: Daniel Luque <[email protected]>
The dev branch already does this nicely, but the main branch is lacking this feature. Leading to cases where new pr's could contain issues.
Some examples are the missing return and the code style issues in the previously merged pr.
The text was updated successfully, but these errors were encountered: