Commit 50a5d67
Merge remote-tracking branch 'upstream/main'
Merging upstream vscode-python from 2023-02-03 commit fe4c5f1e4ae069160514495a717ff46f4cd11a61
--------------------
Commit message for microsoft/vscode-python@fe4c5f1:
Add a button in prompt to check logs in case the selected interpreter is invalid (microsoft/vscode-python#20642)
--------------------
Commit message for microsoft/vscode-python@1538833:
Allow to select a Python2.7 interpreter (microsoft/vscode-python#20639)
--------------------
Commit message for microsoft/vscode-python@9271136:
Move `replaceAll` and `splitLines` out of string extensions. (microsoft/vscode-python#20626)
For microsoft/vscode-python#18871
--------------------
Commit message for microsoft/vscode-python@e743037:
Ensure editable install only when [build-system] is present `pyproject.toml` (microsoft/vscode-python#20625)
Fixes microsoft/vscode-python#20620
--------------------
Commit message for microsoft/vscode-python@b43bc25:
Do not recommend Python2 as an interpreter (microsoft/vscode-python#20628)
--------------------
Commit message for microsoft/vscode-python@ddc765e:
Fix wording in conda inherit env prompt (microsoft/vscode-python#20627)
Closes microsoft/vscode-python#19001
--------------------
Commit message for microsoft/vscode-python@401418a:
Ensure IDs of Conda environments without python does not change after python is installed (microsoft/vscode-python#20609)
Fixes microsoft/vscode-python#20176
As we're changing IDs we've to ensure the same environment in cache with
older ID is migrated to use the new one, this is already ensured here:
https://github.com/microsoft/vscode-python/blob/32f55109c976e66bf39e8da6aae0c9b6f5115df2/src/client/pythonEnvironments/base/locators/composite/envsCollectionCache.ts#L109
--------------------
Commit message for microsoft/vscode-python@92d2d85:
Fix test failures due to linting (microsoft/vscode-python#20617)
Fixes microsoft/vscode-python#20612
--------------------
Commit message for microsoft/vscode-python@d245a90:
Update to latest `jedi-language-server` (microsoft/vscode-python#20611)
Fixes microsoft/vscode-python#20606
--------------------
Commit message for microsoft/vscode-python@3fe7057:
new inactive discovery logic (microsoft/vscode-python#20566)
New pytest code in a currently inactive state.
--------------------
Commit message for microsoft/vscode-python@bf4091e:
Skip windows store interpreters found via windows registry when discovering (microsoft/vscode-python#20613)
Closes microsoft/vscode-python#20603
--------------------
Commit message for microsoft/vscode-python@ec2af99:
Use `markdownDescription` for settings with markdown in description (microsoft/vscode-python#20600)
Fixes microsoft/vscode-python#20582
--------------------
Commit message for microsoft/vscode-python@7ca872e:
Add option to skip showing recommended interpreter in quick pick API (microsoft/vscode-python#20604)
Closes microsoft/vscode-python#20260
--------------------
Commit message for microsoft/vscode-python@184617e:
Check to ensure major version matches current year. (microsoft/vscode-python#20601)
Fixes microsoft/vscode-python#20466
--------------------
Commit message for microsoft/vscode-python@328e511:
Ensure dependency quick pick is not shown when user exits env creation. (microsoft/vscode-python#20605)
Fixes microsoft/vscode-python#20602
--------------------
Commit message for microsoft/vscode-python@7fb72b7:
Update main to next pre-release (microsoft/vscode-python#20598)
--------------------
Commit message for microsoft/vscode-python@2dd9287:
Set release candidate version. (microsoft/vscode-python#20597)
--------------------
Commit message for microsoft/vscode-python@b83aacb:
Update `debugpy` to v1.6.6 (microsoft/vscode-python#20596)
--------------------
Commit message for microsoft/vscode-python@93b0053:
Skip requirement files from `site-packages` or `__pypackages__` (microsoft/vscode-python#20573)
Fixes microsoft/vscode-python#20560
Lead-authored-by: Karthik Nadig <[email protected]>
Co-authored-by: Eleanor Boyd <[email protected]>
Co-authored-by: Pete Farland <[email protected]>
Co-authored-by: Kartik Raj <[email protected]>1 parent 3699778 commit 50a5d67
File tree
53 files changed
+713
-395
lines changed- extensions/positron-python
- build
- pythonFiles
- jedilsp_requirements
- testing_tools/adapter
- pytest
- tests/testing_tools/adapter
- pytest
- unittestadapter
- src
- client
- application/diagnostics/checks
- common
- installer
- process
- utils
- debugger/extension/configuration
- interpreter
- configuration
- interpreterSelector/commands
- virtualEnvs
- linters
- pythonEnvironments
- base
- info
- locators
- composite
- lowLevel
- common/environmentManagers
- creation/provider
- info
- telemetry
- testing/testController
- common
- pytest
- unittest
- test
- application/diagnostics/checks
- common
- interpreters/virtualEnvs
- linters
- pythonEnvironments/creation/provider
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+713
-395
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
Lines changed: 53 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| |||
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
52 | | - | |
53 | | - | |
54 | 62 | | |
55 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
56 | 74 | | |
57 | | - | |
| 75 | + | |
58 | 76 | | |
59 | 77 | | |
60 | | - | |
| 78 | + | |
61 | 79 | | |
62 | | - | |
| 80 | + | |
63 | 81 | | |
64 | 82 | | |
65 | | - | |
| 83 | + | |
66 | 84 | | |
67 | | - | |
| 85 | + | |
68 | 86 | | |
69 | 87 | | |
70 | | - | |
| 88 | + | |
71 | 89 | | |
72 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
73 | 96 | | |
74 | | - | |
75 | 97 | | |
76 | | - | |
| 98 | + | |
77 | 99 | | |
78 | | - | |
| 100 | + | |
79 | 101 | | |
80 | 102 | | |
81 | | - | |
| 103 | + | |
82 | 104 | | |
83 | | - | |
| 105 | + | |
84 | 106 | | |
85 | 107 | | |
86 | | - | |
| 108 | + | |
87 | 109 | | |
88 | | - | |
| 110 | + | |
89 | 111 | | |
90 | 112 | | |
91 | | - | |
| 113 | + | |
92 | 114 | | |
93 | | - | |
| 115 | + | |
94 | 116 | | |
95 | 117 | | |
96 | | - | |
| 118 | + | |
97 | 119 | | |
98 | | - | |
| 120 | + | |
99 | 121 | | |
100 | 122 | | |
101 | 123 | | |
102 | | - | |
| 124 | + | |
103 | 125 | | |
104 | 126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments