Files
hartman-server/qhtcp-workflow/.vscode/extensions.json

35 lines
1.0 KiB
JSON

{
// 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": [
"bierner.markdown-preview-github-styles",
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"github.remotehub",
"github.vscode-pull-request-github",
"koppt.vscode-view-in-browser",
"mathworks.language-matlab",
"ms-python.debugpy",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode-remote.remote-ssh",
"ms-vscode.remote-explorer",
"ms-vscode.remote-repositories",
"redhat.java",
"redhat.vscode-yaml",
"reditorsupport.r",
"rogalmic.bash-debug",
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"yzhang.markdown-all-in-one"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}