Skip to content

Commit 5393e2b

Browse files
author
Klaus Frank
authored
Remove Visual Studio code
implementing feedback
1 parent 8b307e8 commit 5393e2b

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ 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.
74-
7569
==== GitHub for Mac and Windows
7670

7771
(((GitHub for Mac)))(((GitHub for Windows)))

0 commit comments

Comments
 (0)