Posts and videos from @philpbaileynar to help you getting started with Visual Studio Code.
Introduction to Visual Studio Code
XML Validation in Visual Studio Code
Note, from time to time old versions of the XSD validation can get cached locally and may not be updating. If this happens, try:
- shut down VSCode completely
- Go to your used folder (usually somethin like
c:\Users\MYNAME\
) - Look for a
.lemminx
folder. Inside that you should find acache
folder - Delete the
cache
folder completely. - Open up VSCode
Logging In Python
The logging class used is the demo is available here.