Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 09.09.2024 14 коммитов
-
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Aiday Marlen Kyzy создал
using the model state instead of view state in native edit context
-
hj создал
chore: rm unreached ignore items when compiling extensions.
-
Sandeep Somavarapu создал
-
Benjamin Pasero создал
* esm - restore ability to `require.resolve` with `paths` * fill in paths
-
Ladislau Szomoru создал
* WIP - saving my work * Extract HistoryItemRef picker * Extract Repository picker * Improve history item ref picker rendering * Refactor color map * Refresh the graph when the filter changes * Push minor fix
-
reset traits after switching model
-
Johannes Rieken создал
* dynamic #file completions, fed from history and file search https://github.com/microsoft/vscode/issues/227946 * signal that there are more suggestions
-
-
Sandeep Somavarapu создал
-
Sandeep Somavarapu создал
-
Sandeep Somavarapu создал
-
- 07.09.2024 12 коммитов
-
-
Daniel Imms создал
Bump xml2js and @azure/core-http in /build
-
Peng Lyu создал
-
Tyler James Leonhardt создал
A big change, but a good one... This addresses some core issues around how we manage multiple PublicClientApplications (which are an object that should be created for each set of clientId,authority). Previously, we were doing some pretty nasty things to detect when a new PCA was created/deleted and as a result it would cause infinite loops and the likes... Now we've focused on managing that in SecretStorage by looking for a `publicClientApplications` key. This is all encapsulated in the new `PublicClientApplicationsSecretStorage`. Since we no longer relied on that hack, we still needed some way to have a PCA inform that: * accounts have changed * the last account was removed (signaling that this PCA could be disposed of in `PublicClientApplicationsSecretStorage`) Both of these events have been added to `CachedPublicClientApplication` (now in its own file) and are being used. (replacing the old `_accountChangeHandler` which was hacky... true events are cleaner). Last thing in the eventing space is that I try to minimize calls to `_storePublicClientApplications` so to not spam events across SecretStorage. You can see this in my usage of `_doCreatePublicClientApplication` over `getOrCreate`. Couple random other things: * `changed` accounts are properly bubbled up in `_onDidChangeSessionsEmitter` which is needed when a token is refreshed * `getSessions` when no scopes are passed in no longer causes new tokens to be minted * we use to only remove the first account we found but in some cases there may be the same account across different PCAs, so there's a `return` that's removed in `authProvider.ts` that fixes this bug * Logging is clearer and more verbose (in a good way)
-
dependabot[bot] создал
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [@azure/core-http](https://github.com/Azure/azure-sdk-for-js). These dependencies needed to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) Updates `@azure/core-http` from 3.0.0 to 3.0.4 - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-http_3.0.0...@azure/core-http_3.0.4 ) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: "@azure/core-http" dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] создал
Bumps and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 3.0.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1) Updates `ansi-regex` from 4.1.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v5.0.1 ) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] создал
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaijs/pathval/releases) - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md) - [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1 ) --- updated-dependencies: - dependency-name: pathval dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Connor Peet создал
Fixes #227222
-
Connor Peet создал
Refs #211878
-
Connor Peet создал
Fixes #227168 Also moves some old Action registrations to Action2 and uses proper menu registration for context menu display.
-
Connor Peet создал
-
Megan Rogge создал
fix #227569
-
Connor Peet создал
Fixes #227833
-
- 06.09.2024 14 коммитов
-
-
Alex Ross создал
Part of #227752
-
Aaron Munger создал
* lower limit for how many cells we can pre-cache symbols for, update cache when out of date * update tests * fix tests * pre-cache symbols for the goto symbols view * test precaching * reset cached flag
-
Connor Peet создал
`code server-web` when offline
-
Rob Lourens создал
For #227682
-
Connor Peet создал
- Don't set a config option for update interval. We don't let the one in core be configurable, don't see a huge need for this. - Don't start the server when the update is available - Fix some race conditions - Fix some clippy lints on Rust 1.81
-
Alex Ross создал
Part of #210475
-
Connor Peet создал
Merge remote-tracking branch 'RitamM16/cli-serve-web-offline-use-cache' into connor4312/cli-offline-serve
-
-
Daniel Imms создал
Fix easy terminal eslint suppressions
-
Daniel Imms создал
Part of #227752
-
Tyler James Leonhardt создал
-
fix label wrapping due to ESM CSS change
-
Connor Peet создал
-
Benjamin Pasero создал
-