summaryrefslogtreecommitdiff
path: root/.vscode_defaults/linux-virtual-workstation.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to '.vscode_defaults/linux-virtual-workstation.code-workspace')
-rw-r--r--.vscode_defaults/linux-virtual-workstation.code-workspace65
1 files changed, 0 insertions, 65 deletions
diff --git a/.vscode_defaults/linux-virtual-workstation.code-workspace b/.vscode_defaults/linux-virtual-workstation.code-workspace
deleted file mode 100644
index 3f691c0439c..00000000000
--- a/.vscode_defaults/linux-virtual-workstation.code-workspace
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "folders": [
- {
- "path": ".."
- }
- ],
- "settings": {
- "clangd.arguments": [
- "--query-driver=/opt/mongodbtoolchain/v3/bin/clang++",
- "--header-insertion=never",
- "-j=4"
- ],
- "clangd.checkUpdates": true,
- "clang-format.executable": "/opt/mongodbtoolchain/v3/bin/clang-format",
- "clang-tidy.executable": "/opt/mongodbtoolchain/v3/bin/clang-tidy",
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- },
- "eslint.validate": [
- "javascript"
- ],
- "files.associations": {
- "SConstruct": "python",
- "SConscript": "python",
- "*.idl": "yaml",
- },
- "files.insertFinalNewline": true,
- "js/ts.implicitProjectConfig.target": "ES6",
- "python.autoComplete.extraPaths": [
- "/opt/mongodbtoolchain/v3/share/gcc-8.5.0/python",
- "src/third_party/scons-3.1.2/scons-local-3.1.2"
- ],
- "python.defaultInterpreterPath": "python3-venv/bin/python",
- "python.formatting.yapfPath": "python3-venv/bin/yapf",
- "python.formatting.provider": "yapf",
- "python.linting.pylintEnabled": true,
- "python.analysis.extraPaths": [
- "/opt/mongodbtoolchain/v3/share/gcc-8.5.0/python",
- "src/third_party/scons-3.1.2/scons-local-3.1.2"
- ],
- "python.linting.mypyEnabled": true,
- "python.linting.mypyPath": "python3-venv/bin/mypy",
- "[c]": {
- "editor.defaultFormatter": "xaver.clang-format",
- "editor.formatOnSave": true,
- },
- "[cpp]": {
- "editor.defaultFormatter": "xaver.clang-format",
- "editor.formatOnSave": true,
- },
- "[javascript]": {
- "editor.defaultFormatter": "xaver.clang-format",
- "editor.formatOnSave": true,
- },
- },
- "extensions": {
- "recommendations": [
- "llvm-vs-code-extensions.vscode-clangd",
- "dbaeumer.vscode-eslint",
- "ms-python.python",
- "xaver.clang-format",
- "notskm.clang-tidy"
- ]
- }
-}