main
Commits on Aug 26, 2022
Commits on Aug 25, 2022
-
Test server should bind to localhost. (#19735)
* Test server should bind to localhost. * Fix tests. * Some logging for easier diagnosis.
-
Commits on Aug 20, 2022
Commits on Aug 19, 2022
Commits on Aug 17, 2022
-
-
-
Adds the yml file necessary for the codereview bot (#19689)
* Add code review chat * Prettier
Commits on Aug 15, 2022
-
Update variables in Flask Debug Configuration (#19625)
Update variables in Flask Debuug Configuration
Commits on Aug 11, 2022
-
Fix for telemetry JSON extraction. (#19675)
Fix for JSON telemetry extraction.
Commits on Aug 9, 2022
Commits on Aug 8, 2022
-
Ensure any labels or assignees do not carry over when transferring is…
…sues to `vscode-python` (#19656) * Ensure any labels or assignees do not carry over when transferring issues to repo * Fix indent * Make list of envs global * Minor edit * Run prettier * Add Eleanor to triage flow Co-authored-by: Karthik Nadig <kanadig@microsoft.com> Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
Commits on Aug 5, 2022
Commits on Aug 4, 2022
-
Add button to clear list and refresh in interpreters quickpick (#19628)
* Change refresh icon when interpreter list is refreshing * Add tests * Minor tweaks * Fix situation if dialog box is cancelled * Fix tests * Improve ignoreErrors() typing * Update to not use custom svg, instead use built VSCode icon * Add vscode mock * Add button to clear interpreters list and refresh in quickpick
-
Fix buttons in the interpreter quickpick list (#19611)
* Change refresh icon when interpreter list is refreshing * Add tests * Minor tweaks * Fix situation if dialog box is cancelled * Fix tests * Improve ignoreErrors() typing * Update to not use custom svg, instead use built VSCode icon * Add vscode mock
Commits on Aug 3, 2022
-
Only show args for pytest parameterized test (#19479)
The rest of the name is redundant because it's nested under the un-parameterized test name.
-
Use
Microsoft Storeinstead ofWindows Storeto represent store r……elated utilities (#19612) Use 'Microsoft Store' instead of 'Windows Store' to represent store related utilities
-
Commits on Aug 2, 2022
-
-
Bump setuptools from 63.2.0 to 63.3.0 (#19608)
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.2.0 to 63.3.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v63.2.0...v63.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Aug 1, 2022
-
New Unittest Execution (#19386)
* Adding execution fixes. * add map of runIDToTestItem for workspaceTestAdapter instance * update UI accordingly using new execution method * attempt to fix invalid argument * fix invalid argument * add traceback to the message * attempt to fix runID * remove import Codetypes * change runtest pattern to non optional * remove unnecessary import comments * add code for unittest execution debugger * add noop,traceError to solve mergeConflict * fix malfunctioning execution, skipped and expected failure outcome * allow cherry pick test runs for efficiency * add subtest update and directory search * leave new debugLauncher dormant and try to fix python type * ignore type for runner.run as in the past * cleanup execution.py * typescript side cleanup * move the runInstance starting up before executing * remove unnecessary debugLauncher check * get rid of TypeAlias * move uuid to header instead of inside payload * fix python test and look server unittest * test out timeout * try adding requestuuid to avoid timeout * try using rawHeaders.push * try inserting uuid inside option command * fix all server.unit.test.ts problem caused by moving uuid to header * get rid of unused variable warning * windows python test server * pass in debuglauncher to new python test server in all of server.unit.test.ts instances * make debugLauncher non optional on server.ts * fix unnecessary comments on discovery * rename requestuuid to request-uuid * rename parse_unittest_discovery_args and move to utils * attempt to fix the moduleNotFound for utils * attempt to fix moduleNotFound2 * rearrange os.path * undo rearrange os.path * test that were not found mark as skipped * fix set subtraction * remove unnecessary not found which is handled earlier by tailor run and result * fix broken discovery refresh * fix warnings regarding unused * remove unused variable * fix testData doesnt exist error * remove unused methods * comment new unittest
-
Rename command to clear internal cache and ensure it also reloads win…
…dow after it finishes (#19599) * Rename command to clear internal cache and ensure it also reloads window after it finishes * Add tests
-
-
Update version, and changelog. (#19602)
* Update version, and changelog. * Pin setuptools. * move for tighter pinning. * Force setoptconf
Commits on Jul 28, 2022
-
If an interpreter has been explicitly set to an invalid value, trigge…
…r the correct prompt (#19585)
-
Look one more level deep in the fastAPI detection (#19578)
* Look one more level deep the fastaPi file * Fix Django debug configuration
-
Ensure a refresh is only triggered after all handlers are registered …
…in quickpicker (#19579) * Ensure a refresh is only triggered after all handlers are registered for the quickpick * Do not show install python item until we're sure no python is installed * Fix tests
Commits on Jul 27, 2022
-
Do not assume the Linux distro to be debian if dnf is not found while…
… installing python (#19582) * Implement * Code reviews Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>