Last active
May 6, 2020 12:19
-
-
Save vinnie357/c5443b9c0ccfa64b0744c2ea192272d9 to your computer and use it in GitHub Desktop.
Revisions
-
vinnie357 revised this gist
May 6, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,3 +47,7 @@ All together - [live share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) share a live coding session with multiple users, ( they get credit in your git commit messsage so watch for that) ## optional other topics - local vs remote plugin installs -
vinnie357 created this gist
May 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,49 @@ # vscode tools plugins ## intro what sets us apart from the animals are our apposable thumbs. " two thumbs up pointed to the camera" while VSCode is a tool itself, it is also a tool box filled with plugins/purpose built tools, think philips vs flathead screw driver. ( sidebar but what about vim, it also has lots of plugins. However I have only seen the most seasoned vim users doing that) the immediate plugins the tool box comes with are - source control intergrations with ( git ) - syntax highighting for most languages. ## demo For my workflows I most commonly use the following tools: - [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) which includes remote ssh ( quick demo connecting to aws-tf-workspace) - [Mauve.terraform](https://marketplace.visualstudio.com/items?itemName=mauve.terraform) syntax higlighitng and various language support by version for terraform - [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) view and manage your local or remote containers right from vs code - [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) syntax highlighting for yaml ## optional demo All together " quick run on kubernetes master with vscode remote showing text editing on live k8s cluster " ## optional other plugins - [settings sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) sync your vs code settings, between devices - [live share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) share a live coding session with multiple users, ( they get credit in your git commit messsage so watch for that)