Skip to content

Commit 76d9a89

Browse files
Revert breaking changes from #2f984e
1 parent e2f9bfe commit 76d9a89

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed

.vscode/settings.json

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
"python.analysis.extraPaths": [
1515
"${workspaceFolder}/shared/python"
1616
],
17-
"python.defaultInterpreterPath": "./.venv/Scripts/python.exe",
18-
"python.pythonPath": "./.venv/Scripts/python.exe",
17+
"python.defaultInterpreterPath": "/workspaces/Apim-Samples/.venv/bin/python",
18+
"python.pythonPath": "/workspaces/Apim-Samples/.venv/bin/python",
1919
"python.envFile": "${workspaceFolder}/.env",
2020
"python.terminal.activateEnvironment": true,
2121
"python.terminal.activateEnvInCurrentTerminal": true,
2222
"jupyter.askForKernelRestart": false,
2323
"jupyter.interactiveWindow.textEditor.executeSelection": true,
2424
"jupyter.notebookFileRoot": "${workspaceFolder}",
25-
"jupyter.defaultKernel": "apim-samples",
2625
"jupyter.kernels.excludePythonEnvironments": [
2726
"**/anaconda3/**",
2827
"**/conda/**",
@@ -37,35 +36,24 @@
3736
"/usr/local/bin/python",
3837
"/usr/local/bin/python3",
3938
"python",
40-
"python3",
41-
"**/.venv/**/python*",
42-
"**/Scripts/python*",
43-
"**/bin/python*"
39+
"python3"
4440
],
4541
"jupyter.kernels.trusted": [
46-
"./.venv/Scripts/python.exe"
42+
"/workspaces/Apim-Samples/.venv/bin/python"
4743
],
48-
"jupyter.preferredKernelIdForNotebook": {
49-
"*.ipynb": "apim-samples"
50-
},
51-
"jupyter.kernels.changeKernelIdForNotebookEnabled": false,
52-
"jupyter.kernels.showKernelSourceInNotebookTitle": false,
53-
"jupyter.experimental.debugging": false,
54-
"jupyter.allowKernelDownloads": false,
55-
"notebook.defaultLanguage": "python",
56-
"notebook.kernelPickerType": "mru",
5744
"terminal.integrated.env.windows": {
5845
"PATH": "${env:PATH}"
5946
},
6047
"terminal.integrated.showExitAlert": false,
6148
"terminal.integrated.focusAfterRun": "terminal",
62-
"terminal.integrated.defaultProfile.windows": "PowerShell",
49+
"terminal.integrated.defaultProfile.linux": "bash",
6350
"workbench.panel.defaultLocation": "bottom",
6451
"workbench.startupEditor": "none",
6552
"workbench.panel.defaultPanelHeight": 350,
6653
"workbench.view.alwaysShowHeaderActions": true,
6754
"terminal.integrated.tabs.enabled": true,
6855
"terminal.integrated.tabs.location": "left",
56+
"workbench.editor.showTabs": "single",
6957
"xml.validation.enabled": false,
7058
"xml.validation.namespaces.enabled": "never",
7159
"xml.validation.schema.enabled": "never",
@@ -116,11 +104,5 @@
116104
"editor.formatOnSave": false,
117105
"editor.formatOnPaste": false,
118106
"editor.formatOnType": false
119-
},
120-
"jupyter.kernels.filter": [
121-
{
122-
"path": "apim-samples",
123-
"type": "pythonEnvironment"
124-
}
125-
]
126-
}
107+
}
108+
}

0 commit comments

Comments
 (0)