Skip to content

Commit daf0f48

Browse files
authored
Remove unused vscode settings in the templates (#2013)
## Changes VSCode extension no longer uses `databricks.python.envFile ` setting. And older extension versions will use the same default value anyway. ## Tests None
1 parent 3b00d78 commit daf0f48

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"files.insertFinalNewline": true,
1616
"files.trimFinalNewlines": true,
1717
"python.envFile": "${workspaceRoot}/.env",
18-
"databricks.python.envFile": "${workspaceFolder}/.env",
1918
"python.analysis.stubPath": ".vscode",
2019
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
2120
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------"

libs/template/templates/dbt-sql/template/{{.project_name}}/.vscode/settings.json.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"python.analysis.stubPath": ".vscode",
3-
"databricks.python.envFile": "${workspaceFolder}/.env",
43
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
54
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------",
65
"python.testing.pytestArgs": [

libs/template/templates/default-python/template/{{.project_name}}/.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"python.analysis.stubPath": ".vscode",
3-
"databricks.python.envFile": "${workspaceFolder}/.env",
43
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
54
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------",
65
"python.testing.pytestArgs": [

libs/template/templates/default-sql/template/{{.project_name}}/.vscode/settings.json.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"python.analysis.stubPath": ".vscode",
3-
"databricks.python.envFile": "${workspaceFolder}/.env",
43
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
54
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------",
65
"python.testing.pytestArgs": [

0 commit comments

Comments
 (0)