Example of file tree
Install the custom CSS plugin, then make a file on your computer that will hold your custom CSS, I like to make one in my home directory called ~/.vsocde/vscodestyles.css and then add the CSS into it.
| rem Guest account has been secured: 10 pts | |
| rem Disable Guest Account | |
| rem https://www.windows-commandline.com/enable-disable-guest-account/ | |
| net user guest /active:no | |
| rem A password of at least 8 characters is required: 10 pts | |
| rem Set Minimum Password Length | |
| rem https://www.top-password.com/blog/change-account-lockout-password-complexity-policy-in-windows/ |
Example of file tree
Install the custom CSS plugin, then make a file on your computer that will hold your custom CSS, I like to make one in my home directory called ~/.vsocde/vscodestyles.css and then add the CSS into it.
| let Hits = 0 | |
| let Health = 0 | |
| input.buttonB.onEvent(ButtonEvent.Down, function () { | |
| if (Health == 1) { | |
| pins.A7.digitalWrite(true) | |
| network.infraredSendNumber(Colors.Black) | |
| pins.A7.digitalWrite(false) | |
| } | |
| }) | |
| network.onInfraredReceivedNumber(function (receivedNumber) { |
cuid: human<% tp.file.creation_date("YYYYMMDD-HHmmss") %> alias:
class: note tags: