Commit bad502a
Allow Activated Virtual Envs to Be Detected w/ a Workspace File (#25141)
Addresses #25140 (which
I just filed).
1) Removed the check that a workspaceFile isn't used when looking for
Activate Virtual Envs
2) Adds a debug log to help make other forms of early exit.
Of note, I'm not sure if the existing `traceVerbose('VS Code was not
launched from the command line');` is correct.
As far as I can tell, workspaceFile != multiroot workspaces. I'm not
sure why this check previously existed. I don't know if this might cause
others problems; but right now this check causes a lot of challenge for
our workflow.
---------
Co-authored-by: Anthony Kim <[email protected]>1 parent 58bd7b6 commit bad502a
File tree
2 files changed
+1
-35
lines changed- src
- client/interpreter/virtualEnvs
- test/interpreters/virtualEnvs
2 files changed
+1
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 88 | | |
93 | 89 | | |
| 90 | + | |
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| |||
Lines changed: 0 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 266 | | |
298 | 267 | | |
299 | 268 | | |
| |||
0 commit comments