The following VSCode setup script helps me set up a new machine:
- open PowerShell
- copy extension names to the clipboard (yes, Ctrl+C)
- run get-clipboard | % { code --install-extension $_ }
DavidAnson.vscode-markdownlint
eamodio.gitlens
ms-azuretools.vscode-docker
ms-python.python
ms-vscode-remote.remote-wsl
ms-vscode.cpptools
ms-vscode.powershell
npclaudiu.vscode-gn
yzhang.markdown-all-in-one
1 comment:
hi, I am hoping to write a blog post about an Azure Linux F# VS Code setup for Exercism or getting started with Bolero. Are you willing to help me out in some way? Would you be willing to do a review of a draft and share your opinion? I'm still kind of new to F#, Azure, and VS Code. I followed you on twitter in case you want to DM there and I'm adding a link to my blog if you prefer to comment on blogger.
Post a Comment