We generally want to ignore the .vscode directory. However, we decided extensions.json is something we want to include in the repository... and so we should exclude it from being ignored.
(Working off of the example here: https://stackoverflow.com/a/16318111)