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 9ca6a39 commit 1b70cbaCopy full SHA for 1b70cba
.vscode/settings.json
@@ -7,6 +7,5 @@
7
"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 ----------",
11
- "python.analysis.autoImportCompletions": true
+ "jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------"
12
}
0 commit comments