We can move all of our vscode commands (like 'mdb.addConnectionWithURI') into a constants file to be referenced in the codebase (maybe src/commands/index.ts). This will make it so that we no longer reference each command individually in our code with strings, which might lead to errors/misnaming in the future.
This shouldn't be much work and maybe can just be wrapped into another PR.