* feat: add allowlist compatibility check for API proposals in copilot chat
* TO REVERT
* fix template path
* log
* fix case sensitivity
* fix test
* remove test code
* build: mix in the quality for release so product.json matches
* Reapply "feat: add allowlist compatibility check for API proposals in extensions" (#290003)
This reverts commit abf64deb34.
* Copy codicons file as part of the build
Part of #283823
* Merge branch 'main' into alexr00/inadequate-skink
* Remove unneeded changes
* Add readme
* Merge branch 'main' into alexr00/inadequate-skink
* Error handling for copy
* Do copy for editor
* Merge branch 'main' into alexr00/inadequate-skink
* Bump codicon version
- Include workbench-dev.html files for development mode (needed when VSCODE_DEV is set)
- Add codicon.ttf font to resource patterns
- Include test files and CSS in development builds (exclude only for production bundles)
- Add comprehensive test fixture patterns for unit tests (json, txt, snap, tst, html, js, jxs, tsx, png, md, zip, pdf, qwoff, wuff, less, and extensionless executables)
- Add excludeTests parameter to copyCssFiles and copyResources functions
- Production bundles (--bundle) still exclude tests and dev files
* fix: support rollback to non-versioned layout
* fix: destination for tools in rollback
Location matrix:
1) Version update
a) Background - {app}/versionfolder/tools
b) Non-background - {app}/versionfolder/tools
2) Non version update
a) Background - {app}/tools
b) Non-background - {app}/tools
* feat: enable win11 context menu for stable
* chore: update dll package
* chore: codesign appx for stable
* feat: support system setup
* fix: allow installing appx for system setup
* fix: add -SkipLicense to avoid exception during install
* Support UX for parallel subagents
Similar to thinking ux
* Show prompt when expanded as well
* Add ellipsis
* Fix unit test
* Get subagents working with tool streaming changes
* Fixes
* Just keep this the same, close enough
Contributes towards #279402
Make test/sanity NPM-install independent for faster initialization in the pipeline.
Fixed pipeline and tests ro fully pass on Windows x64 and MacOS x64.
Updated suite/test names to report nicely in ADO.
Ensure temp dir name is expanded on Windows to avoid ~ expansion from CLI.
Removed custom log file now that XML report is supported.
Added option to turn headless browsing on/off.
* using relative values instead of absolute values for the font size and the line height
* renaming to multiplier
* setting back to font size and line height
* Revert "renaming to multiplier"
This reverts commit 5588855659.
* doing some polishing work
* changing the api
* updating to higher version of vscode-textmate
* also changing the vscode textmate package version for the remote extension
* increasing the vscode textmate version in remote/web
* updating package lock json
* using css variables instead of fetching font size from config service
* removing the second multiplier event
* adding ? after dom element style
* Ensure dots from floating fontSize are stripped from class names
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>