The VS Code configs are now nested options, not root level configs
Updated dev container Node.JS version from Node 16 LTS to Node 20 LTS
Migrate to VS Code Workspace Config (off the settings.json file)
Add recommended extensions to the dev container and VS Code workspace for better Node.JS dev integration (Docker, Dev Containers, Socket.dev, spell checker, MS SQL, and a markdown linter)
Create build task for VS Code
Create launch config for VS Code (so that native VS Code debugging is possible)
Randomized the SA Password to push for better credential habits (no functional changes)
Merge recommended .gitignore from GitHub for Sublime Text and Node.JS.
This should prevent additional tyles of artifacts from accidentally getting committed.
Changes:
settings.json
file).gitignore
from GitHub forSublime Text
andNode.JS
.