mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-04 10:22:17 +01:00
06df95754da587af444c65bbefbe6aaa7919d25e
5
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
06df95754d |
bring titlebarplus up to date
* Merge NPM Scripts: Added configuration option to change default click action #49282 * fix #50560 * Fix getmac test (#48804) * Cleaning up some typos in vscode.d.ts and vscode.proposed.d.ts (#50533) * yarn.lock changes * grid - log serialized state if restoring failed * Fixes #50382: Align .mtku with .detected-link * debug issues back to isidorn * Hide interactive playground commands from command palette (fixes #49706) * grid - drop outline as focus indication and rely on dimmed state * grid - allow to close empty group when closing all editors of a group * grid - get preferredSize from grid * Fixes #43003: Cannot specify a global problemMatcher in tasks.json * cleanup integrated terminal support for debugging * grid - action wording tweaks * #45663 Use core translations asset * grid - allow to close dirty diff editor if master is still opened in same group * Support to run npm install from a package node * grid - log previous UI state upon error * grid - stronger border top color otherwise when a tab is showing in a vertical split, the border collides with the sash border * remove todo * do not append logLevel #47774 * Implement Go To Next/Previous Breakpoint editor actions * Include enabledOnly in debug model interface * remove from schema #47774 * #45663 fix compilations * change openBreakpointSource to use IBreakpoint * return passed context if resourceOrContext is not useful * fix off by one issue * Simplify implementation * return context if it has a groupId * polish * Fixes Microsoft/monaco-editor#891: Focus editor when returning from context menu * go to next / previosu breakpoint minor polish * Add Endgame for 1.24 * fix index computing for editor close case * Fix #49145 - Enable/Disable viewlets by views when context - Move viewlet enablement/disablement to views service - Fix - adopt if a viewlet extension is disabled/removed * Avoid command palette entry (#49340) * [handlebars] code-folding algorithm is less useful than Indentation-based one. Fixes #48457 * use upper lang id * Fixes #49378 * #49145 Store placeholder states for all viewlets * Add `logicalLine` argument to `mutlicursor.insertBelow` and `mutlicursor.insertAbove` * Removed duplicate loop * eliminate code duplication; use resolveWorkspaceFolder() * #45663 Get all asset types * [css] update service * [html] update services * grid - fix compile * add User-Id to marketplace build requests * Improve rendererType description Fixes #50617 * fix #50672 * Fixes #49173 * fix #50321 * fix #50670 * Install option not needed when we have Install and Restart Fixes #50669 * Fixes #50616, Showing/hiding details in Issue Reporter resets scroll position * Fix #50642, fix #50673 * Issue reporter and process explorer windows should close when the parent window closes, fixes #50716 * Issue Reporter should clear the error state when selecting an extension, fixes #50702 * Extracting methods * Make sure we update the webview's state on setState * Avoid prompting for same file type in the same session #50537 * Use language name instead of locale in the prompt #50738 * Use correct failed error code for webview resource load error * Mark unused parameter * Restore restart * Try serializing webviews even if they have not called setState Fixes #50752 * Change parameter name to match interface name Fixes #50745 * Fix non-serializable webviews being revived if they called setState * Include recommended extensions in telemetry events to determine success * Fix #49777 - Emmet balance In after balance out should go back to initial selection and not first child (#49996) * Update Emmet - balance.ts * Cover all cases * Update prompt msg Fixes #50738 * Fix #50632 * search-rg has no icon * EH search - replace search.enableSearchProviders with a search-rg specific setting * fix #50742 * fix #50691 * part of #50760 * smoke: uncomment debug suite * smoketest: use yarn * grid - allow to close empty groups via middle click (#50733) * careful with path comparisons on windows related to #50760 * smoke: run yarn verbose * fix #50710 * Improve description (#43208) * fix #50722 * Fix #50663 * Fix #47586 * fixes #50609 * fixes #50026 * 💄 * fix #50773 * improve perf of findId and getElementById, #50575 * don't show outline when there are more then 7500 symbols, #50575 * fix typos * polish for #50667 * fix #50700 * grid keep sizing after branch node demotion fixes #50564 * grid - for now remove editorGroup.activeEmptyBackground * fix #50726 * grid: resize views when branch is demoted fixes #50675 * fix #50727 * fix #50734 * remove preview rant from search.location * splitview: dont propagate white-sapce property fixes #50720 * fix #50774 * Fixes #50296 * fix #50207 * Fixes #24670: Add API to determine if the task service supports parallel task execution. * fix #50741 * Fixes #49400: Cannot read property 'then' of undefined * Fix #50717 * Fix #48901 * polish debug.toolBarLocation fixes #50786 * Fix #50717 * missing compilation * Fix #48225 * fix #50711 * Fix errors installing extension from Welcome page (fixes #50753) * fixes #50794 * fixes #50787 * continuous build: use vsts npm feed * Fix for #50792: empty pre post scripts not rendered properly * Fix #50728 * continuous build: use vsts feed * Fix for #50792 npm exclude doesn´t work for folder names * Move previewOptions, #50788 * build: remove npm auth * better fix for #50710 * Revert "Merge pull request #49790 from usernamehw/raw_settings" This reverts commit |
||
|
|
844c7f1c94 | [powershell] Update PowerShell Editor Syntax. Fixes #49789 | ||
|
|
34265d7e29 | [powershell] update grammar (revert to 1.20) | ||
|
|
8fdf170a08 | update grammar script: remove unused properties | ||
|
|
e3ce1668b0 | [powershell] switch grammar to powershell/editorsyntax. Fixes #36991, fixes #43224 |