-
Notifications
You must be signed in to change notification settings - Fork 19
Setup Visual Studio Code
Brad White edited this page Apr 3, 2017
·
15 revisions
Visual Studio Code is an open source source code editor developed by Microsoft for Windows, Linux and OS X. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.
- Clone the Tincr repository
- Install Visual Studio Code
- Download Visual Studio Code for your platform
- Follow the VS Code setup documentation
- Install the TCL Language Support Extension
- Open VS Code
- Click on the icon in the activity bar
- Search for the extension titled
TCL
byrashwell
- Click
Install
- Restart VS Code to enable the extension
- Open the Tincr directory
- "File" -> "Open Folder..."
- Navigate to the folder where you cloned Tincr (e.g.
D:\code\tincr
)- It will have a
.git
folder in it
- It will have a
- Press "Select Folder"
- You're all set!
- Pull changes from a remote
- Click on the icon