Skip to content

Commit bfc2653

Browse files
author
Klaus Frank
authored
Visual Studio Code
Visual Studio Code
1 parent c54ddfe commit bfc2653

File tree

1 file changed

+5
-0
lines changed
  • book/A-git-in-other-environments/sections

1 file changed

+5
-0
lines changed

book/A-git-in-other-environments/sections/guis.asc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ Then you can simply stage or unstage some changes, alter the commit message, and
6666
`gitk` and `git-gui` are examples of task-oriented tools.
6767
Each of them is tailored for a specific purpose (viewing history and creating commits, respectively), and omit the features not necessary for that task.
6868

69+
==== Visual Studio Code
70+
71+
Probably one of the best cross platform gui clients for git. https://code.visualstudio.com[Visual Studio Code] is an extensible Text Editor featuring git integration a debugger. There are all kind of plugins for all different programming languages and features. A very popular Plugin is https://github.com/VSCodeVim/Vim[VSCodeVim] which provides VI key strokes for the editor. Also all (actually more than through the gui) are available by Keystrokes or "command mode".
72+
If you instead want to write your own plugin, you can do this by using TypeScript and JavaScript.
73+
Settings are stored on multiple locations, one includes ".vscode" within your repository, for project specific settings, like enable/disable linting only for this project.
6974

7075
==== GitHub for Mac and Windows
7176

0 commit comments

Comments
 (0)