Squashed initial commit
This commit is contained in:
34
qhtcp-workflow/.vscode/extensions.json
vendored
Normal file
34
qhtcp-workflow/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
// 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": [
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user