Commit Graph

13295 Commits

Author SHA1 Message Date
Martin Aeschlimann
f76815d952 dev container schema: use unevaluatedProperties 2023-01-12 11:27:40 +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
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
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
Ladislau Szomoru
47fe934057 Git - Fix ref sorting regression (#171058) 2023-01-11 13:22:57 +01:00
Ladislau Szomoru
827636e106 Git - Add getRefs() extension API (#170903)
* Add `getRefs()` extension API

* Cleanup
2023-01-11 11:21:23 +01:00
Peng Lyu
7ab8a39a89 Fix #132143. Softer image update on rerun. (#170917)
* Fix #132143. Softer image update on rerun.

* Output raw data update required.
2023-01-10 10:16:59 -08:00
Daniel Imms
e29f8fd78f Remove .only from test (#170970) 2023-01-10 16:14:18 +01:00
Alex Ross
91db8ea85f Update make grammar (#170948) 2023-01-10 11:50:28 +01:00
Ladislau Szomoru
65962c405e Git - cleanup getRemotes() (#169839)
* Git - cleanup getRemotes()

* Remove test for read-only remote as the code to determine that a remote is read-only has been moved out of the function that does the parsing
2023-01-09 14:24:35 +01:00
Peng Lyu
44caddbba3 Fix #170683. Only disable word wrap for traceback. (#170709) 2023-01-06 10:30:45 -08:00
Ladislau Szomoru
797f4caca1 Git - Remove dependency on the refs property (#170579)
* Remove usage of repository.refs from merge, rebase, pullFrom

* Remove remaining dependencies
2023-01-06 09:22:14 +01:00
Aaron Munger
0294a28ca0 attachment field can be null (#170584) 2023-01-05 10:06:36 -08:00
Benjamin Pasero
e5b0dac77d 🆙 @parcel/watcher@2.1.0 (#170603) 2023-01-05 02:28:31 -08:00
Ladislau Szomoru
74f046bfa9 💄 Git - delete tag does not use repository.refs (#170565) 2023-01-04 17:40:35 +01:00
Logan Ramos
4acf2d9b46 Update the telemetry modules (#170512)
Update the module
2023-01-03 15:10:45 -05:00
Ladislau Szomoru
2377c7a4c5 💄 Git - Add icon to the message item (#170486) 2023-01-03 16:07:23 +01:00
Ladislau Szomoru
1542e90126 Git - Add command to delete remote tags (#170415)
Add command to delete remote tags
2023-01-03 06:08:48 -08:00
Ladislau Szomoru
1d18dfc209 Git - detect when HEAD is a tag (#170271)
* HEAD set when checking out a tag

* Remove more calls

* Remove tag references when in detached mode
2023-01-03 06:07:46 -08:00
Benjamin Pasero
f01a44b447 Editors can steal focus later when opening slowly (fix #128117) (#170328)
* Editors can steal focus later when opening slowly (fix #128117)

* play it a bit safer

* fix tests
2023-01-01 16:31:26 +01:00
Connor Peet
00b145c091 fix: serverReadyAction with ANSI colors (#170315)
Fixes #159391
2022-12-31 00:24:02 +01:00
Peng Lyu
90277d5c56 Fix #170263, do not parse html for stream output. (#170264) 2022-12-30 08:05:30 +01:00
Ladislau Szomoru
d227bd7495 Git - disable publish branch action button when in detached mode (#170272) 2022-12-30 08:04:46 +01:00
Tyler James Leonhardt
a790196c19 Improve PAT auth flow (#170239)
This improves the PAT auth flow by showing a modal to open github.com with the scopes already pre-filled.

This should allow for less room for error during the PAT auth.

Additionally, this allows PAT auth flow to be used as a fallback for GH Enterprise flows.
2022-12-29 20:28:57 +01:00
Raymond Zhao
1e723aa674 Upgrade emmet-helper (#170188)
* Upgrade emmet-helper

* Bump to 2.8.6
2022-12-29 00:09:10 +01:00
Peng Lyu
aa2bb7034c Support horizontal scrolling for error output (#170132) 2022-12-27 23:33:52 +01:00
Sandeep Somavarapu
2e74e3c951 fix #167628 (#170110) 2022-12-27 15:28:31 +01:00
Sandeep Somavarapu
f2bcf4c272 fix #167699 (#170108) 2022-12-27 06:02:26 -08:00
Ladislau Szomoru
77fc799cf3 Git - fix issue with optimistic ui updates (#169824) 2022-12-22 13:33:59 +01:00
Peng Lyu
42814d18a7 Fix #160745. Fix streaming output styling and duplicates. (#169792) 2022-12-21 20:58:23 -08:00
Ladislau Szomoru
e1719c310d Git - Add blocking property to operation types (#169781) 2022-12-21 21:29:30 +01:00
Ladislau Szomoru
e8b107b85b Git - Fix bug when we checkout a remote branch detached (#169274)
* Fix bug when we checkout a remote branch detached

* Pull request feedback
2022-12-21 06:54:31 -08:00
Ladislau Szomoru
9e195507a2 Git - Define Operations as types (#169518)
Define Operations as types
2022-12-21 06:53:29 -08:00
Peng Lyu
bf6305fb52 Re #125369. Reduce commands in nb integration test. (#169684)
Re #125369. Reduce commands
2022-12-20 22:47:01 +01:00
Matt Bierner
fc763d98df Re-apply markdown copy files setting (#169661)
* Revert "Revert "Add experimental setting to define where files should be copied for markdown (#169454)" (#169615)"

This reverts commit b2121c2dbe.

* Fix tests

These paths should always use `/`
2022-12-20 11:04:51 -08:00
Ladislau Szomoru
cfca4b0183 Git - Add notification for the stage/unstage/revert selected ranges commands (#169623)
Add notification for the stage/unstage/revert selected ranges commands
2022-12-20 13:52:40 +01:00
Martin Aeschlimann
3eff2128ce offside languages: changing ignoreTrimWhitespace default to false (#169555) 2022-12-20 10:09:56 +01:00
Christof Marti
b2121c2dbe Revert "Add experimental setting to define where files should be copied for markdown (#169454)" (#169615)
This reverts commit 1d6b47a005.
2022-12-20 10:03:12 +01:00
Matt Bierner
1d6b47a005 Revert 1d0a9f9e63 (#169578)
Resubmits the original PR with test fixes for windows
2022-12-19 14:25:37 -08:00
Peng Lyu
f2e35ef4ce Re #131239. Add html link and auto link detection support. (#169577) 2022-12-19 22:55:35 +01:00
Raymond Zhao
3834785d0c Mark CompletionList as complete (#169574)
Fixes #168997
2022-12-19 22:11:03 +01:00
Ladislau Szomoru
df3d2c350f Git - Remove remote quick pick includes description and icon (#169571) 2022-12-19 12:09:34 -08:00
Raymond Zhao
1846f69774 Await insertSnippet calls (#169570)
* await insertSnippet calls

Fixes #146171

* Exclude eslint file from PR
2022-12-19 12:09:07 -08:00
Peng Lyu
d4533c71ed Link support for notebook output. re microsoft/vscode-jupyter#12285 (#169565)
* Link support for notebook output. re microsoft/vscode-jupyter#12285

* Resolve comments
2022-12-19 11:19:57 -08:00
Ladislau Szomoru
7d7fa09ae5 Git - fix issue where change is on the first line of the editor (#169557) 2022-12-19 18:07:41 +01:00
Ladislau Szomoru
a565017f12 Git - use application name in auto fetch notification (#169543) 2022-12-19 15:22:00 +01:00
Ladislau Szomoru
2c8b54bbbf Git - Add support for git stash --staged (#169539)
Add support for git stash --staged
2022-12-19 15:04:55 +01:00
Benjamin Pasero
1d0a9f9e63 Revert "Add experimental setting to define where files should be copied for markdown" (#169492)
Revert "Add experimental setting to define where files should be copied for markdown (#169454)"

This reverts commit 09c0b1f799.
2022-12-18 14:11:45 -08:00
Matt Bierner
09c0b1f799 Add experimental setting to define where files should be copied for markdown (#169454)
For #157043
2022-12-16 16:23:59 -08:00