104435 Commits

Author SHA1 Message Date
Babak K. Shandiz
ea85d0ce72
🖊 Include branch name in commit button popup (#167827)
* 🖊 Include branch name in commit button popup

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🖊 Include branch name in "Publish" button popup

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2023-01-12 13:52:34 +01:00
Alexander Fadeev
82305d3a31
Makefile tests for else ifeq|ifneq|... syntax (#170888) 2023-01-12 13:33:38 +01:00
Sandeep Somavarapu
c4cfcf781b
Merge pull request #171129 from microsoft/sandy081/logLevel
Persist log level on reload for extension logs
2023-01-12 13:25:36 +01:00
Martin Aeschlimann
f76815d952 dev container schema: use unevaluatedProperties 2023-01-12 11:27:40 +01:00
Sandeep Somavarapu
73dbd244c2
set logger service in server 2023-01-12 11:26:46 +01:00
Alex Ross
04f0fb46ff
Separate quick diff API from SCM (#170544)
* Separate quick diff API from SCM
Part 1: split up the API.
upcoming in part 2: In editor UX for multiple quick diffs.
Fixes #169012

* Respond to review feedback

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-01-12 11:19:41 +01:00
Sandeep Somavarapu
f0eeff2fa6
Merge branch 'main' into sandy081/logLevel 2023-01-12 10:26:44 +01:00
Sandeep Somavarapu
d8c15d8e07
adopt to feedback 2023-01-12 09:10:56 +01:00
Tyler James Leonhardt
6d40104789
Join with empty string to mirror what l10n-dev does (#171125)
This should have been the case all along, but I missed it and probably thought not passing anything joins with empty string.

fixes https://github.com/microsoft/vscode-l10n/issues/77
2023-01-12 02:25:51 +01:00
Sandeep Somavarapu
7606e812a6
- register logger resources in main
- scope logger resources by window
2023-01-12 02:23:04 +01:00
David Dossett
87d1de6a45
Update various dark+ v2 colors (#171123)
Update dark+ v2 accent and button text colors
2023-01-12 01:44:39 +01:00
Tyler James Leonhardt
5070034f6d
clean up onDidInstallExtensions (#171121) 2023-01-12 00:47:00 +01:00
Matt Bierner
0ad14b0010
Remove extra space in setting description (#171120) 2023-01-12 00:38:07 +01:00
Peng Lyu
e3d247b542
Notebook cell list reveal api polish (#171104)
* CellReveal Sync.

* RevealCellAsync and RevealCellLineAsync

* RevealCellRangeAsync

* :polish: name

* Call reveal api directly on CellList

* Simplify cell reveal api in nb editor.

* Minimal ListViewInfoAccessor

* Replace RevealLine with RevealRange

* Group reveal cell methods.

* inline revealCellAsync

* drop revealElementInView
2023-01-11 15:20:29 -08:00
Daniel Imms
666415c90c
Merge pull request #170993 from microsoft/tyriar/170991
Add 3 terminal commands as hidden by default
2023-01-11 13:05:48 -08:00
Daniel Imms
487299a27c
Merge pull request #171084 from microsoft/tyriar/171083
Support running vscode-userdata schema
2023-01-11 12:48:47 -08:00
Raymond Zhao
6b08b84134
Fix links to help with website API gen (#171103) 2023-01-11 21:20:22 +01:00
Matt Bierner
95f9599d16
Remove typescript.suggest.includeCompletionsWithSnippetText setting (#171098)
Fixes #171091

This setting controls TS Server's behavior and should not be exposed directly. Instead you can use the `includeCompletionsForImportStatements` and  `suggest.classMemberSnippets.enabled` settings to enable/disable individual types of completions
2023-01-11 12:09:32 -08:00
Ladislau Szomoru
b2b0642c45
Git - Fix bug related to Stash & Checkout (#171099) 2023-01-11 12:07:17 -08:00
SteVen Batten
12515569ae
fix slow command palette (#171090) 2023-01-11 20:29:24 +01:00
Sandeep Somavarapu
2f3c2541e2
persist log level of all loggers 2023-01-11 20:02:58 +01:00
Daniel Imms
1d342c9080
Change to run active file and run selected text 2023-01-11 10:39:20 -08:00
Daniel Imms
41fd92ef73
Support running vscode-userdata schema
Fixes #171083
2023-01-11 10:36:52 -08:00
Daniel Imms
727ed13d70
Merge branch 'main' into tyriar/170991 2023-01-11 10:28:54 -08:00
João Moreno
89e427274e
fix darwin universal (#171072) 2023-01-11 17:09:19 +01:00
Daniel Imms
90aced5c37
Merge pull request #171066 from microsoft/tyriar/99878
Apply env var collection path prefixes in shell integration scripts when mac+login shell
2023-01-11 07:44:24 -08:00
Alex Ross
b8e69611bd
Finalize comment resolved/unresolved API (#171068)
Fixes #127473
2023-01-11 15:50:13 +01:00
João Moreno
277e80be94
dynamically find macos signing identity (#171063)
* dynamically find macos signing identity

* debug

* more debug

* argh

* Revert "argh"

This reverts commit 0e0715fb44740f8a5db444488509ba8d9b73c5cc.

Revert "more debug"

This reverts commit 76325420230b283ac1a289320d12dd798fcc8149.

Revert "debug"

This reverts commit 6f00a3acef9b74feed53356d176db1246a0f4c35.
2023-01-11 23:39:31 +09:00
Sandeep Somavarapu
40782e42bd
profiles ux improvements (#171065)
- support pick icon for profile
- allign profile icon with other activity bar icons
- simplify actions
2023-01-11 15:34:59 +01:00
Megan Rogge
6c06876a83
use affectsConfiguration for tasks (#170989) 2023-01-11 15:29:22 +01:00
Daniel Imms
04799e106e
Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-01-11 06:28:53 -08:00
Daniel Imms
36ba955a56
Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-01-11 06:28:44 -08:00
Daniel Imms
11bcbbad07
Update src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-01-11 06:28:30 -08:00
Daniel Imms
6e2d0edead
Update src/vs/platform/terminal/common/environmentVariable.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-01-11 06:27:58 -08:00
Daniel Imms
197dd7bae0
Remove any type 2023-01-11 06:19:10 -08:00
Daniel Imms
e0f27e5592
Remove test data 2023-01-11 06:18:09 -08:00
Daniel Imms
55af044b69
Move merged environment interfaces and serialize funcs to platform 2023-01-11 06:15:07 -08:00
RezCoder
85e992bffa
issue 163803/ first pick a ref then pick a name in create-branch-from... (#170908)
* pick a ref then a name in create-branch-from...
2023-01-11 15:13:05 +01:00
Daniel Imms
90c8584e64
Unset prefix var more aggressively 2023-01-11 06:03:19 -08:00
Daniel Imms
ae51a0a4b3
Only set path prefix when login shell 2023-01-11 06:03:06 -08:00
Megan Rogge
c717e011fa
support screen reader reading the line when go to next/previous diff are used (#170985) 2023-01-11 05:53:32 -08:00
Daniel Imms
449cbc9b7b
Support in fish and zsh 2023-01-11 05:50:35 -08:00
Robo
2fae780e49
chore: update code signing certificate identity (#171061) 2023-01-11 14:13:50 +01:00
Ladislau Szomoru
47fe934057
Git - Fix ref sorting regression (#171058) 2023-01-11 13:22:57 +01:00
Benjamin Pasero
545e47e7cc
protocol links - add more logging (#171053)
* protocol links - add more logging

* more logging
2023-01-11 13:10:26 +01:00
Benjamin Pasero
2dcfd9dc83
editor - also update on files.eol change (#171048) 2023-01-11 11:28:38 +01:00
Ladislau Szomoru
827636e106
Git - Add getRefs() extension API (#170903)
* Add `getRefs()` extension API

* Cleanup
2023-01-11 11:21:23 +01:00
Johannes Rieken
82d49f1649
always send perf-tick telemetry from perf bot (#171046) 2023-01-11 11:15:33 +01:00
Benjamin Pasero
c82c88f53a
💄 editor configuration handling (#171029) 2023-01-11 10:52:30 +01:00
Rob Lourens
6d25477523
Revert "Ignore pointer events from nested ListViews (#169680)" (#171027)
This reverts commit f078e6db483250957314c56c3b12e23dae03d351.
2023-01-11 09:13:00 +01:00