Chrysaloid

Results 5 issues of Chrysaloid

Minecraft Version: 1.12.2 Forge Version: forge-1.12.2-14.23.5.2859 Mod Version: Cyclic-1.12.2-1.20.12 Single Player or Server: Single Player Describe problem (what you were doing; what happened; what should have happened): Why is Controlled...

1.12

Right now local and global variables have the same color: ![image](https://github.com/mathworks/MATLAB-extension-for-vscode/assets/58228915/94c70965-37a5-4afb-bb4e-8320003f18ee) I think they should have separate colors.

enhancement

At the moment in general variables are blue and functions are yellow. But take a look at this abstract example: ![image](https://github.com/mathworks/MATLAB-extension-for-vscode/assets/58228915/53f9c136-25f0-48af-9eb1-76983c753790) Everything is OK except that when I access the...

enhancement

When I try to create a shortcut of any type with "?" in its name I get this error. ![Image](https://github.com/user-attachments/assets/29473ad5-9699-4189-8b89-d6cab388b813) It's probably because your program tries to create a file...

I find it annoying having to close windows produced by Python's `matplotlib.pyplot` before running the code again. So I created this keyboard shortcut: ```json { "key": "f5", "command": "runCommands", "args":...