-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextensions.json
40 lines (40 loc) · 1.33 KB
/
extensions.json
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
29
30
31
32
33
34
35
36
37
38
39
40
// An opinionated list of VS Code snippets used by Guillaume Gautier guilgautier https://guilgautier.github.io/
{
"recommendations": [
// General extensions
"VisualStudioExptTeam.vscodeintellicode",
"christian-kohler.path-intellisense",
// "CoenraadS.bracket-pair-colorizer-2",
"aaron-bond.better-comments",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-french",
"MS-vsliveshare.vsliveshare",
// Github
"eamodio.gitlens",
"donjayamanne.githistory",
"GitHub.vscode-pull-request-github",
// Julia
"julialang.language-julia",
"singularitti.vscode-julia-formatter",
"cameronbieganek.julia-color-themes",
"colinfang.markdown-julia",
// LaTeX
"James-Yu.latex-workshop",
// Markdown
"yzhang.markdown-all-in-one",
"DavidAnson.vscode-markdownlint",
// Jupyter Notebook
"ms-toolsai.jupyter",
// Python
"ms-python.python",
"ms-python.vscode-pylance",
"njpwerner.autodocstring",
"KevinRose.vsc-python-indent",
// Restructuredtext
"lextudio.restructuredtext-pack",
// TOML
"tamasfe.even-better-toml",
//Table formatter
"shuworks.vscode-table-formatter"
]
}