-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensions.yaml
More file actions
28 lines (28 loc) · 1.46 KB
/
extensions.yaml
File metadata and controls
28 lines (28 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Markdown:
Markdown All in One:
description: All you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).
url: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
type: [formatter, intellisence, snippets]
markdownlint:
description: Markdown/CommonMark linting and style checking for Visual Studio Code
url: https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
type: [linter, formatter]
Version Control Systems:
commitlint:
description: A VS Code extension that integrates commitlint into VS Code's commit editor.
url: https://marketplace.visualstudio.com/items?itemName=joshbolduc.commitlint
type: [linter]
Git Blame:
description: See Git Blame information in the status bar for the currently selected line.
url: https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame
type: ["other"]
Spelling:
LTeX – LanguageTool grammar/spell checking:
description: LTEX provides offline grammar checking of various markup languages in Visual Studio Code using LanguageTool (LT).
url: https://marketplace.visualstudio.com/items?itemName=valentjn.vscode-ltex
type: [linter]
Other:
EditoConfig for VS Code:
description: This plugin attempts to override user/workspace settings with settings found in .editorconfig files.
url: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
type: [intellisence]