Commit Graph

114062 Commits

Author SHA1 Message Date
Connor Peet
dd4ed00c37 eng: mark the patch application file as being generated (#194047) 2023-09-26 04:31:01 +01:00
Sandeep Somavarapu
207f6454da fix #194043 (#194052) 2023-09-26 04:29:08 +01:00
Sandeep Somavarapu
bfe28249a5 use themed icon (#194050) 2023-09-26 03:15:44 +00:00
Sandeep Somavarapu
c39a4b8db3 fix setting icon when creating from profile (#194048) 2023-09-26 03:15:00 +00:00
Benjamin Pasero
37b60398e5 files - lock all resources involved in atomic writes (#194009)
* files - lock all resources involved in atomic writes

* do not acquire locks in random order

* add test

* stop support for buffered atomic writes
2023-09-26 03:12:04 +00:00
Justin Chen
166097a20c Adds alerts for Quickfixes for Screen Reader Users (#194079)
added alerts for screen reader users
2023-09-26 01:55:35 +01:00
Rob Lourens
205cac4877 Revert "Allow cmd+c to copy chat row content (#193410)" (#194076)
This reverts commit ee8f89f614.
2023-09-25 17:47:05 -07:00
Justin Chen
5c4daed6a3 CtrlCmd + . will also activate on quickfixes in the current line (#193049)
* first working version of quickfix, walks back to most recent error, removed refactorings from quickfix menu

* removed unused code

* code cleanup part 2

* specify trigger type

* added math check for closest item

* removed whitespace

* actually reverting whitespace now

* retains original workflow, clean up logic, rename for less confusion:

* changed to reflect new ux decisions - inline only, cursor no longer jumps, cleaned up logic in cases we don't need to retrigger

* selection works in all scenarios, clears on change or on hide, will find closest diagnostic in line

* code cleanup

* code cleanup - simplified for loops and if statements

* added themeable highlights/borders and hiding quickfixes behind a setting

* rename to properly align with how it behaves

* removed unused async

* code cleanup

* Update selection.ts

* Update codeActionModel.ts

* added code fixes

* fixed reviewed code! cleanup and logic fixes

* removed unused var

* removed unused import woops

* added check for filter contains quickfix for special keybinds

* fixed wording on settings
2023-09-26 01:29:03 +01:00
Rob Lourens
ab5060462a Use # for chat variables (#194063)
* Use # for chat variables

* Fix test
2023-09-25 17:02:21 -07:00
SteVen Batten
9187e37ffb less aggressively shift to hamburge (#194074)
less aggressively shift to menubar
fixes #189492
2023-09-26 01:02:10 +01:00
Martin Aeschlimann
15cdbeec20 update css-languageservice (#194066) 2023-09-25 23:18:23 +01:00
Raymond Zhao
55f6606c7c Duplicate CodeQL suppression comment (#194036)
* Duplicate CodeQL suppression comment

* Another one
2023-09-25 23:15:15 +01:00
Logan Ramos
8a7288ffe4 Enable logging only for ext test telemetry (#194056)
Attempt to enable logging only for ext test telemetry
2023-09-26 00:13:33 +02:00
Martin Aeschlimann
1b5c0af328 Use pipe for WSL2 (#194010) 2023-09-25 23:36:05 +02:00
Sandeep Somavarapu
35a34cd1f3 report profiles info event (#194055) 2023-09-25 23:21:34 +02:00
Bhavya U
8df7e6dc53 Update milestone in endgame notebooks (#194033)
* Update milestone in endgame notebooks

* update vscode-dev.github-issues
2023-09-25 14:16:11 -07:00
Tyler James Leonhardt
dd0efb77c6 use editor background for quickChat code (#194035)
Fixes #191707
2023-09-25 22:14:28 +01:00
Aaron Munger
8a9f1f2648 revert default behavior back to previous 2023-09-25 13:49:22 -07:00
Aaron Munger
75e30fe353 highlight symbol row in notebooks (#193845)
* highlight symbol row in notebooks

* fix test

* better range usage
2023-09-25 20:48:51 +00:00
Bhavya U
34d89757d8 Update license info from OSS Tool (#194025)
* Update license info from OSS Tool

* update distro commit hash
2023-09-25 13:45:07 -07:00
Raymond Zhao
dab4942887 Restrict remote search provider to top 5 (#194018)
* Restrict remote search provider to top 10

* Reduce to top 5
2023-09-25 10:32:35 -07:00
Raymond Zhao
2db313274b Sort settings by ToC when ToC shown (#193242) 2023-09-25 10:20:11 -07:00
Sandeep Somavarapu
1867fceec3 fix 'extension' word order (#194006) 2023-09-25 09:18:22 -07:00
Logan Ramos
17134f92f7 Align open editors with explorer (#194007)
Align with explorer
2023-09-25 09:18:06 -07:00
Benjamin Pasero
6404e3dbd1 tests - remove envShellEvent from package.json (#193982) 2023-09-25 17:07:23 +01:00
Sandeep Somavarapu
ca5f7d8d5b do not restart ext hosts if not needed (#194003) 2023-09-25 17:07:12 +01:00
Tyler James Leonhardt
3fba5b2f64 Preserve value if one was passed in (#193939)
Fixes https://github.com/microsoft/vscode/issues/192898
2023-09-25 08:42:19 -07:00
Johannes Rieken
be8a9dbf0c fix https://github.com/microsoft/vscode/issues/193976 (#193999) 2023-09-25 16:25:25 +01:00
Ladislau Szomoru
e0ef7c97fa SCM - fix sync view actions (#193998) 2023-09-25 16:09:48 +01:00
dependabot[bot]
56c3d4cd50 Bump graphql from 16.6.0 to 16.8.1 in /extensions/github (#193721)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 07:59:12 -07:00
Johannes Rieken
888d8d5cab don't double apply workspace edits when getting from the chat ext (#193995) 2023-09-25 15:41:21 +01:00
Benjamin Simmonds
fb50e794eb tabHeight setting name change (#193977)
* setting name change

* 💄

* 💄
2023-09-25 15:34:36 +01:00
Sandeep Somavarapu
1f56ec49bf consider icon during profile import/export (#193963) 2023-09-25 15:32:10 +01:00
Sandeep Somavarapu
2b40a69b3b simplify settings sync turn on prompt (#193993) 2023-09-25 15:29:43 +01:00
Johannes Rieken
d7b9e2027a bulk edit preview must validate edit ranges before using them (#193992) 2023-09-25 15:26:31 +01:00
Johannes Rieken
8aa74562ee update milestone on notebook (#193989) 2023-09-25 16:25:46 +02:00
Sandeep Somavarapu
5d9d2123ec better phrasing of extensions in prompts (#193990) 2023-09-25 07:24:46 -07:00
Ladislau Szomoru
8e80e950a4 Git - improve heuristics for determining branch base (#193986)
* Add getBranchBaseFromReflog

* Read/store branch merge base in the git config

* Add getBranchBase() extension api
2023-09-25 15:12:10 +01:00
Alex Ross
70a9d8f4ea Quick diff should not run in diff editor (#193978)
Fixes #193572
2023-09-25 15:23:41 +02:00
Henning Dieterichs
dc22b93c59 Fixes #192558 2023-09-25 15:05:38 +02:00
Ladislau Szomoru
33ba908ab4 Git - refactor getting base of a branch (#193973) 2023-09-25 14:41:47 +02:00
Henning Dieterichs
79a3ef5a7d Fixes #193367 2023-09-25 14:00:33 +02:00
Benjamin Simmonds
bfb541540f Context Menu Enables Pinned Tabs On Seperate Row (#193813)
* Context menu seperate pinned tabs

* unpinned instead of notpinned

* 💄

* Base class toggle setting action

* compute context before open menu

* default false

* 💄

* 💄
2023-09-25 13:00:44 +02:00
Alex Ross
84c516db5d Revert "Cache last quick diff (#188506)" (#193964)
This reverts commit 5ae46ad300.
2023-09-25 12:40:05 +02:00
Johannes Rieken
109e1f8d8a fix https://github.com/microsoft/vscode/issues/193957 (#193960)
* fix https://github.com/microsoft/vscode/issues/193957

be honest about typings and prevents bugs...

* update signature of `coalesceInPlace`
2023-09-25 11:03:14 +01:00
Sandeep Somavarapu
c0c1841030 show default icon if icon does not exist (#193959) 2023-09-25 11:53:02 +02:00
Alex Ross
377fae6a7f next/previous commenting range command doesn't work (#193958)
Fixes #193728
2023-09-25 11:52:47 +02:00
Henning Dieterichs
9987f6f321 Fixes #193784 2023-09-25 11:39:59 +02:00
Ladislau Szomoru
419e445f8d Git - fix regular expression for fully qualified ref names (#193953) 2023-09-25 11:25:51 +02:00
Sandeep Somavarapu
070168a062 fix fg color for profile badge (#193950) 2023-09-25 11:06:33 +02:00