Docker Intro using MailCatcher
Safely Test email sending in a dev environment
Need to point Codium to MS extions? Do the following:
Like Codium but need a MS Code Plugin?
open:
vim /Applications/VSCodium.app/Contents/Resources/app/product.json
This can be fixed by adding following to product.json:
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}