This commit is contained in:
Shreyas Goenka 2025-03-03 19:51:39 +01:00
parent 93c5e3f2ae
commit bbbbf30db3
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,5 @@
"python.envFile": "${workspaceRoot}/.env",
"python.analysis.stubPath": ".vscode",
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------",
"files.associations": {
"script": "shellscript"
}
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------"
}