mirror of https://github.com/databricks/cli.git
15 lines
615 B
JSON
15 lines
615 B
JSON
{
|
|
"[go]": {
|
|
"editor.insertSpaces": false,
|
|
"editor.formatOnSave": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"python.envFile": "${workspaceRoot}/.env",
|
|
"databricks.python.envFile": "${workspaceFolder}/.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 ----------"
|
|
}
|