Commit 1f1df4b
authored
Python launch config is deprecated (#1465)
## Changes
`debugpy` is the new python debugger, and `python` launch config type is
deprecated -
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
Python extension already depends on it, but I'm still adding it as an
explicit dependency to our extension too
## Tests
Manual testing1 parent 9db90f8 commit 1f1df4b
File tree
2 files changed
+15
-1
lines changed- packages/databricks-vscode
- src/run
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
966 | 979 | | |
967 | 980 | | |
968 | 981 | | |
| |||
1041 | 1054 | | |
1042 | 1055 | | |
1043 | 1056 | | |
| 1057 | + | |
1044 | 1058 | | |
1045 | 1059 | | |
1046 | 1060 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments