-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextensions.json
97 lines (97 loc) · 3.6 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"AdrienTecher.just-cant-git-enough",
"AdrienTecher.markdown-essentials",
"albert.TabOut",
"alefragnani.project-manager",
"amiralizadeh9480.cpp-helper",
"austin.code-gnu-global",
"Ayushh.vscode-anchor",
"bbenoist.Doxygen",
"bierner.markdown-emoji",
"bmalehorn.shell-syntax",
"brunnerh.insert-unicode",
"christian-kohler.path-intellisense",
"codezombiech.gitignore",
"cschlosser.doxdocgen",
"DavidAnson.vscode-markdownlint",
"donjayamanne.githistory",
"donjayamanne.python-environment-manager",
"donjayamanne.python-extension-pack",
"dual.zsh-completion-script",
"dusartvict.doc-doxygen",
"dzhavat.git-cheatsheet",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"ExodiusStudios.comment-anchors",
"felipecaputo.git-project-manager",
"formulahendry.code-runner",
"foxundermoon.shell-format",
"GitHub.copilot",
"GitHub.vscode-pull-request-github",
"Gruntfuggly.todo-tree",
"hars.CppSnippets",
"hbenl.vscode-test-explorer",
"innerlee.nvidia-smi",
"jeff-hykin.better-cpp-syntax",
"jgclark.vscode-todo-highlight",
"josetr.cmake-language-support-vscode",
"joyceerhl.vscode-dask",
"KevinRose.vsc-python-indent",
"kisstkondoros.vscode-gutter-preview",
"kriegalex.vscode-cudacpp",
"littlefoxteam.vscode-python-test-adapter",
"mads-hartmann.bash-ide-vscode",
"magicstack.MagicPython",
"matepek.vscode-catch2-test-adapter",
"mechatroner.rainbow-csv",
"mhutchie.git-graph",
"mkxml.vscode-filesize",
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-wsl",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"ms-vscode.test-adapter-converter",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"ms-vsliveshare.vsliveshare-pack",
"naumovs.color-highlight",
"njpwerner.autodocstring",
"redhat.vscode-yaml",
"ritwickdey.LiveServer",
"rogalmic.bash-debug",
"rogalmic.zsh-debug",
"sleistner.vscode-fileutils",
"streetsidesoftware.code-spell-checker",
"TabNine.tabnine-vscode",
"tdennis4496.cmantic",
"timonwong.shellcheck",
"twxs.cmake",
"VisualStudioExptTeam.intellicode-api-usage-examples",
"VisualStudioExptTeam.vscodeintellicode",
"vscode-icons-team.vscode-icons",
"vscodevim.vim",
"waderyan.gitblame",
"WakaTime.vscode-wakatime",
"wholroyd.jinja",
"wmaurer.change-case",
"XadillaX.viml",
"yzhang.markdown-all-in-one",
"znck.grammarly"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}