Commit daeb074
authored
Force consistent import naming (#136)
Typescript imports for linux are case sensitive, whereas for windows and
mac they are case insensitive by default. This PR forces case
sensitivity throughout.
Successful run
https://github.com/databricks/databricks-vscode/actions/runs/3322081742/jobs/54906085791 parent 55a0d9b commit daeb074
File tree
5 files changed
+5
-3
lines changed- packages
- databricks-sdk-js
- src/logging
- databricks-vscode
- src/utils
5 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
0 commit comments