chore(vscode): Update some configs (#53282)
We make two changes:
1. Ignore the settings file from the popular bookmarks plugin, as we
probably don't want bookmarks shared between users.
2. Disable the default `true` `justMyCode` setting in the `pytest`
launch config. This allows dependencies, like DRF and Django core for
example, to be indexed and available for breakpointing during debugger
runs.