This commit is contained in:
Denis Bilenko 2025-02-10 12:57:48 +01:00
parent 18a641982c
commit 7884bb7e8a
1 changed files with 11 additions and 0 deletions

View File

@ -4,3 +4,14 @@ LocalOnly = true
[[Repls]]
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:?\d\d)?Z?'
New = '[TIMESTAMP]'
[[Repls]]
Old = '\\'
New = '/'
[[Repls]]
# Fixing bundle\templates\default-sql\output\my_default_sql\.vscode\settings.json
# - "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
# + "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#//s*%%|#//s*//<codecell//>|#//s*In//[//d*?//]|#//s*In//[ //])",
Old = '#\\s'
New = '#//s'