Skip to content

Commit

Permalink
Add VS Code extension - HTML End Tag Labels (#439)
Browse files Browse the repository at this point in the history
* Add VS Code extension - HTML End Tag Labels

resolve lewagon/teachers#689

* Combine extension installs into one block
  • Loading branch information
ajdubovoy committed Aug 11, 2023
1 parent 1283327 commit 943fb41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
6 changes: 4 additions & 2 deletions _partials/cn/vscode_extensions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## VS Code插件
## VS Code 插件

### 安装

现在我们来给VS Code安装一些有用的插件吧
现在我们来给 VS Code 安装一些有用的插件吧

复制粘贴下面的命令到终端:

Expand All @@ -14,9 +14,11 @@ code --install-extension rebornix.ruby
code --install-extension dbaeumer.vscode-eslint
code --install-extension Rubymaniac.vscode-paste-and-indent
code --install-extension alexcvzz.vscode-sqlite
code --install-extension anteprimorac.html-end-tag-labels
```

你安装的就是下面这些插件:

- [Sublime Text Keymap and Settings Importer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings)
- [VSCode Great Icons](https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons)
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)
Expand Down
1 change: 1 addition & 0 deletions _partials/es/vscode_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ code --install-extension rebornix.ruby
code --install-extension dbaeumer.vscode-eslint
code --install-extension Rubymaniac.vscode-paste-and-indent
code --install-extension alexcvzz.vscode-sqlite
code --install-extension anteprimorac.html-end-tag-labels
```

Aquí está la lista de las extensiones que estás instalando:
Expand Down
1 change: 1 addition & 0 deletions _partials/fr/vscode_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ code --install-extension rebornix.ruby
code --install-extension dbaeumer.vscode-eslint
code --install-extension Rubymaniac.vscode-paste-and-indent
code --install-extension alexcvzz.vscode-sqlite
code --install-extension anteprimorac.html-end-tag-labels
```

Voici la liste des extensions que tu es en train d'installer :
Expand Down
23 changes: 2 additions & 21 deletions _partials/vscode_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,18 @@ Copy-paste the following commands in your terminal:

```bash
code --install-extension ms-vscode.sublime-keybindings
```

```bash
code --install-extension emmanuelbeziat.vscode-great-icons
```

```bash
code --install-extension github.github-vscode-theme
```

```bash
code --install-extension MS-vsliveshare.vsliveshare
```

```bash
code --install-extension rebornix.ruby
```

```bash
code --install-extension dbaeumer.vscode-eslint
```

```bash
code --install-extension Rubymaniac.vscode-paste-and-indent
```

```bash
code --install-extension alexcvzz.vscode-sqlite
code --install-extension anteprimorac.html-end-tag-labels
```

Here is a list of the extensions you are installing:

- [Sublime Text Keymap and Settings Importer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings)
- [VSCode Great Icons](https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons)
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)
Expand Down

0 comments on commit 943fb41

Please sign in to comment.