-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge to the vs branch #13182
base: vs
Are you sure you want to change the base?
Merge to the vs branch #13182
Conversation
* Update changelog for 1.23.1
* close file watchers before clearing the array * keep track of fallback time per file
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Depends on cpptools' update to provide ProjectContextResult. - Send "standardVersion" trait in completion prompt by default. - Added the following new traits - intelliSenseDisclaimer: compiler information disclaimer. - intelliSenseDisclaimerBeginning: to note the beginning of IntelliSense information. - compilerArguments: a list of compiler command arguments that could affect Copilot generating completions. - directAsks: direct asking Copilot to do something instead of providing an argument. - intelliSenseDisclaimerEnd: to note the end of IntelliSense information. - A/B Experimental flags - copilotcppTraits: deprecated, no longer used. - copilotcppExcludeTraits:: deprecated, no longer used. - copilotcppIncludeTraits: string array to include individual trait, i.e., compilerArguments. - copilotcppMsvcCompilerArgumentFilter: map of regex string to absence prompt for MSVC. - copilotcppClangCompilerArgumentFilter: map of regex string to absence prompt for Clang. - copilotcppGccCompilerArgumentFilter: map of regex string to absence prompt for GCC. - copilotcppCompilerArgumentDirectAskMap: map of argument to prompt.
…d fix some other bugs with Copilot exception handling) (#12988) * Fix an unnecessary cancel/re-request with GitHub Copilot requests. * A couple bug fixes from the previous PR. * Fix another loc case.
…cs) (#12552) Off by default, can be explicitly disabled in the setting. Co-authored-by: Ben McMorran <[email protected]> --------- Co-authored-by: Ben McMorran <[email protected]>
* Fix space around binary operator translation.
… loggingLevel is less than Warning (#13068)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ...
… Its Usage (#13082) * Updated description for preferred path separator setting. * Change wording. * Refactor configuration quickpick to correctly reflect preferred path separator.
… getIncludes test failure (#13084) * Fix getIncludes call with E2E test. * Add a --skipCheckBinaries arg.
* Fix cl.exe.not.available loc. * Disabling eslint indent linting.
#13093) * Fix other developer command prompt cases, and "developer" and "code" references.
- Also send unrecognized ones in telementry for further ananlysis.
* Update changelog and version for 1.23.3.
* Update changelog and version for 1.23.4.
#13157) - This allows calculating the time spent on the extension side vs the language server side. - Also send filter telemetry if available.
* Stop sending err.message.
* Use propsed content exclusion APIs
* Update changelog (3rd time). * Minor TPN changes.
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
No description provided.