- ISSUE : Pop up an untitled python file need to save or don't save ?
something different in the vscode extension debug mode, after I publish the extension
I create an untitled file and use themayacode.sendPythonToMaya
commnad run the code in maya
However, there is not thing need to save in extension debug mode.
so to fix the bug, I refer to themayacode
source code and use the temp file to fix the bug. - change the Debug configuration attribute
MayaDebugMode
toMayaDebugFile
which save the current debug file
- fix the readme markdown dsiplay issue
- split the origin cmds completion file to multiple py file for faster intellisense
- imporve the readme document content and add the gif to explain how extension work
- post the extension on the marketplace
- depend on the
python extension
and themayaCode extension
- add the autocomplete python file for intellisense
- integrate the ptvsd debug module for python remote debugging in Maya