We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef38e0 commit 4a75e63Copy full SHA for 4a75e63
.vscode/settings.json
@@ -4,7 +4,7 @@
4
],
5
"python.testing.unittestEnabled": false,
6
"python.testing.pytestEnabled": true,
7
- "python.envFile": "${workspaceRoot}/.env",
+ "python.envFile": "${workspaceFolder}/.databricks/.databricks.env",
8
"databricks.python.envFile": "${workspaceFolder}/.env",
9
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
10
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------"
0 commit comments