forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove fallback via undefined from component adapter (#15231)
* Remove falback via undefined from component adapter * Revert "Remove falback via undefined from component adapter" This reverts commit 16483d4. * Remove fallback from onDidCreate in component adapter * Remove fallback from hasInterpreters * Remove fallback from isWindowsStoreInterpreter * Remove fallback from isMacDefaultPythonPath * Remove fallback from getWorkspaceVirtualEnvInterpreters * Remove fallback from getInterpreterDetails * Remove fallback for isCondaEnvironment * Reove fallback from getCondaEnvironment * Remove fallback from getInterpreterInformation * Remove fallback from getInterpreters * Remove fallback from getWinRegInterpreters * Use sandbox for stubbing in tensorBoard tests * Fix test issues
- Loading branch information
1 parent
de45178
commit 2402acc
Showing
11 changed files
with
82 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.