Commit Graph

114046 Commits

Author SHA1 Message Date
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
Alex Ross
39ad8c7bcd Look at folder readonly and locked before saving (#193825)
Cannot select a path outside the workspace to save the file
Part of #191877
2023-09-25 08:59:29 +01:00
Raymond Zhao
ca9da6c177 Add tests (#193856) 2023-09-24 20:12:49 +02:00
Rob Lourens
944d57540d Put render callback on elementDisposables (#193897) 2023-09-24 06:10:38 -07:00
Ulugbek Abdullaev
61a18c284f Merge pull request #193656 from microsoft/ulugbekna/implement-code-mappers-context
support getting various document ranges from InteractiveSessionProviders
2023-09-23 17:38:20 +05:00
Aaron Munger
aa311a929d Merge pull request #193854 from microsoft/aamunger/notebookSymbols
Include symbols for cells we haven't rendered yet
2023-09-22 15:49:44 -07:00
Raymond Zhao
c5e303a94a Add Unicode flag to setting pattern validators (#193853) 2023-09-22 23:02:06 +01:00
Megan Rogge
7d2b45b29c Merge pull request #193847 from microsoft/merogge/text-area-sync
fix issue with textarea sync addon
2023-09-22 15:01:44 -07:00
Aaron Munger
749e4399a9 update test 2023-09-22 14:55:02 -07:00
Aaron Munger
ec41ee59eb resolve cell text models so that we get the symbols even for cells outside the view 2023-09-22 14:49:56 -07:00
Megan Rogge
ac6c075e8d fix issue with textarea sync addon 2023-09-22 14:14:32 -07:00
Joyce Er
87b6f0bdd1 fix: relax slash command execution timeout (#193844) 2023-09-22 21:58:06 +01:00
Raymond Zhao
a9f4687c10 Note when settings ToC gets disposed (#193842)
* Note when settings ToC gets disposed

* Reset variable after ctor
2023-09-22 21:56:13 +01:00
Megan Rogge
7c8ebd2d77 Merge pull request #193840 from microsoft/merogge/editor-term
don't reveal active terminal before navigating in accessible terminal view
2023-09-22 13:30:15 -07:00
Aaron Munger
5601541352 Merge pull request #193833 from microsoft/aamunger/anchorFocusedCell
setting to anchor to focused cell
2023-09-22 12:50:11 -07:00
meganrogge
a4f9254547 don't create a terminal in these commands 2023-09-22 12:24:37 -07:00
meganrogge
3ca1a456ed fix #193713 2023-09-22 12:22:12 -07:00