-
Notifications
You must be signed in to change notification settings - Fork 99
Comparing changes
Open a pull request
base repository: microsoft/vscode-python-debugger
base: 2024.8.0
head repository: microsoft/vscode-python-debugger
compare: 2024.10.0
- 20 commits
- 36 files changed
- 2 contributors
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da7ee7b - Browse repository at this point
Copy the full SHA da7ee7bView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 131b580 - Browse repository at this point
Copy the full SHA 131b580View commit details
Commits on Jul 18, 2024
-
Improve python debug welcome view (#389)
* Add contribViewsWelcome api * Add when * Add context for dynamicConfigs * Update welcome view to run command to show dynamic configs for python * fix lint
Configuration menu - View commit details
-
Copy full SHA for 161cd6b - Browse repository at this point
Copy the full SHA 161cd6bView commit details -
Read launch config from devcontainers (#388)
* Use workspace when getting the launch.json * fix local vsix creation
Configuration menu - View commit details
-
Copy full SHA for 481ccdb - Browse repository at this point
Copy the full SHA 481ccdbView commit details
Commits on Jul 19, 2024
-
* Add inline provider * add inlineProvider * Add inlie provider * Add tests * fix import * fix lint * Update inline function to remove strins values * Add unit test for class type * fix merge
Configuration menu - View commit details
-
Copy full SHA for 695d259 - Browse repository at this point
Copy the full SHA 695d259View commit details
Commits on Jul 20, 2024
-
Add missing telemetry and extra logging (#391)
* Add missing telemetry and extra logging * fix lint * Add more log and telemetry * Add more logging * fix lint * add telemery for inline
Configuration menu - View commit details
-
Copy full SHA for 47a5cd8 - Browse repository at this point
Copy the full SHA 47a5cd8View commit details
Commits on Jul 22, 2024
-
Update inline tests for all cases (#394)
* Update python files for testing * update tests * fix format
Configuration menu - View commit details
-
Copy full SHA for 7b57e15 - Browse repository at this point
Copy the full SHA 7b57e15View commit details -
* update package * update imports * update package * fix dependencies * update package-lock * Update vscode version
Configuration menu - View commit details
-
Copy full SHA for e11670f - Browse repository at this point
Copy the full SHA e11670fView commit details -
Update pre-release pipeline (#398)
* Dont use update_ext_version in pre-release * Add flag for standardizedVersioning
Configuration menu - View commit details
-
Copy full SHA for e3bac06 - Browse repository at this point
Copy the full SHA e3bac06View commit details -
Bump actions/checkout from 3 to 4 (#103)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cd031b - Browse repository at this point
Copy the full SHA 3cd031bView commit details -
Bump actions/cache from 3 to 4 in /.github/actions/build-vsix (#246)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd0df15 - Browse repository at this point
Copy the full SHA bd0df15View commit details -
Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.62.0 (#250)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.62.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development 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>
Configuration menu - View commit details
-
Copy full SHA for 608343c - Browse repository at this point
Copy the full SHA 608343cView commit details -
Bump actions/setup-node from 3 to 4 (#130)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4fcbaf0 - Browse repository at this point
Copy the full SHA 4fcbaf0View commit details
Commits on Jul 23, 2024
-
Bump actions/setup-python from 4 to 5 in /.github/actions/lint (#168)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83c5cb5 - Browse repository at this point
Copy the full SHA 83c5cb5View commit details
Commits on Jul 24, 2024
-
* Update test for the error * fix @microsoft/dynamicproto-js error
Configuration menu - View commit details
-
Copy full SHA for d259e1d - Browse repository at this point
Copy the full SHA d259e1dView commit details
Commits on Jul 25, 2024
-
Add setting showPythonInlineValues (#407)
* Add setting showPythonInlineValues * Fix lint * fix tests * fix package.json * Add experimental tag * fix text * update translations * dont register provider if value is false * fix lint
Configuration menu - View commit details
-
Copy full SHA for 36ec556 - Browse repository at this point
Copy the full SHA 36ec556View commit details
Commits on Jul 26, 2024
-
Only show readable variable types (#409)
* Get variable info of children * Fix tests * Fix error in settings * fix lint
Configuration menu - View commit details
-
Copy full SHA for 49d0ce0 - Browse repository at this point
Copy the full SHA 49d0ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9f2c7 - Browse repository at this point
Copy the full SHA de9f2c7View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82b0c88 - Browse repository at this point
Copy the full SHA 82b0c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086d090 - Browse repository at this point
Copy the full SHA 086d090View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2024.8.0...2024.10.0