Ladislau Szomoru
8b7e381d8c
Make git-base a web extension
2022-04-25 21:03:41 +02:00
Martin Aeschlimann
7eeb3264c0
update css service
2022-04-25 18:50:02 +02:00
Martin Aeschlimann
91421e8d8f
Merge pull request #142883 from michaelkuhn/solarized-tokencolors
...
Unify and fix Solarized token colors
2022-04-25 18:03:23 +02:00
100paperkite
931997875e
Fixes #147420 ( #147930 )
...
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-04-25 14:36:56 +02:00
Sandeep Somavarapu
b9eedbb871
Merge branch 'main' into issue/146729
2022-04-25 17:53:58 +05:30
Benjamin Pasero
fbdc6d0352
git - use different icon for uncomitted changes ( #145781 )
2022-04-23 09:44:45 +02:00
David Dossett
0b4e6517fa
Update light hc syntax highlighting ( Fix #146687 )
2022-04-22 15:41:08 -07:00
Megan Rogge
280460e3cc
clean up after test ( #147941 )
2022-04-22 12:07:31 -07:00
Sandeep Somavarapu
d080b3aad7
Merge branch 'main' into issue/146729
2022-04-22 23:53:36 +05:30
Sandeep Somavarapu
5b242ed4ff
Implement export/import profiles
...
- Introduce workbench profile service
- Implement settings, global state, extension profiles
- Implement import/export profile actions
2022-04-22 23:51:05 +05:30
Joyce Er
9fed2f7eb3
Enrich Git extension's remote source provider API ( #147613 )
...
* Allow custom title in remote source picker
* Include forks in query search results
* Support `RemoteSource.detail`
* Allow showing quickpicks in `getRemoteSources`
* Allow custom placeholder and remote source icons
* Add ability to customize placeholder
* Register and show recently opened sources
* Allow custom remote url labels
* Add a separator label for remote sources
* Update git-base typings
* Make showing recent sources opt in
* Add concept of recent remote source to `RemoteSourceProvider` concept
* Recent sources should be sorted by timestamp
* Pass current query to `getRemoteSources`
* Fix applying query
2022-04-22 07:25:06 -07:00
Ladislau Szomoru
c2752e654f
Fix hygiene
2022-04-22 16:03:12 +02:00
Eric Amodio
1b8ca287a0
Fixes #140787 watches proper worktree dir ( #140789 )
2022-04-22 15:50:13 +02:00
Alex Dima
01ab50b929
Improve pause connection ( #147318 )
2022-04-22 13:38:28 +03:00
João Moreno
2e2654c97f
address heuristic when stage ranges act on same line number diff ( #145899 )
...
Co-authored-by: @lszomoru
Fixes : #126989
2022-04-22 12:31:15 +02:00
Johannes
90a6367e2c
remove mentionings of tabs proposal, fyi@lramos15
2022-04-22 11:51:53 +02:00
Benjamin Pasero
72b4be55fa
skip markdown rename tests ( #147896 )
2022-04-22 08:07:49 +02:00
Matt Bierner
59b6227bf3
Use un-encoded file paths are rename placeholder
2022-04-21 22:23:53 -04:00
Matt Bierner
7b1168660a
Fix resolving of links on rename
...
We should resolve relative to the file the rename is triggered in
2022-04-21 22:23:53 -04:00
Matt Bierner
62eebab685
Use uri instead of string
2022-04-21 22:23:52 -04:00
Matt Bierner
b438e8438d
Fixing rename to use correct file paths relative to containing files
2022-04-21 22:23:52 -04:00
Matt Bierner
0610f195fb
Try automatically adding .md file extension to new paths on rename
2022-04-21 22:23:51 -04:00
Matt Bierner
0ac39e800d
Add support for renaming files in markdown using F2
...
This lets you trigger F2 on a file path in a markdown link to both rename the file and also update all references to it
2022-04-21 22:23:51 -04:00
Matt Bierner
9fbd962973
Differentiate md refs request on file path vs on fragment
2022-04-21 22:23:50 -04:00
Matt Bierner
1d2461bed6
Sort
2022-04-21 22:23:48 -04:00
Logan Ramos
aa69f3d762
Fix #15178 Finalize tabs API 🎉
2022-04-21 11:08:12 -04:00
Johannes
2b3212ead0
enable proposal for integration API tests
2022-04-21 16:54:11 +02:00
Megan Rogge
7e2fccd89a
fix #147780 ( #147798 )
2022-04-20 15:32:36 -07:00
Andrii Dieiev
7e887b76ea
Fix version in error message ( #147750 )
2022-04-20 09:40:18 -07:00
Johannes
9530dca29d
finalize `notebookDocumentEvents`-API, https://github.com/microsoft/vscode/issues/144662
2022-04-20 13:58:37 +02:00
Johannes
8783c56eb7
fix https://github.com/microsoft/vscode/issues/147711
2022-04-20 11:30:37 +02:00
Matt Bierner
d851ea5d49
Add 'go to source definition' command
...
Fixes #147532
Requires TS 4.7+
2022-04-19 19:32:19 -07:00
Raymond Zhao
98db85599e
Revert "Provide emmet abbreviations via inline completions ( #147387 )"
...
This reverts commit 94de38e7dd
.
Reason: Found some bugs while demoing the feature.
2022-04-19 16:31:57 -07:00
Henning Dieterichs
94de38e7dd
Provide emmet abbreviations via inline completions ( #147387 )
...
This PR changes Emmet to use inline completions when suggesting completions.
It also provides a boolean setting so that users can opt out.
This PR does not change the "Wrap with Abbreviation" behaviour in Emmet.
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-04-19 13:33:29 -07:00
Matt Bierner
800eec5645
Mark setting as experimental again
...
Will finalize along when we actually ship this api
2022-04-19 13:08:47 -07:00
Matt Bierner
08e838cba3
Don't encode paths
2022-04-19 10:13:38 -07:00
Alex Ross
a576b4c066
Fix npm task path now that there's no slash
2022-04-19 15:15:36 +02:00
Tyler Leonhardt
ed6d360182
add fallback auth server for github auth and better fallback logic
2022-04-15 15:48:29 -07:00
Tyler Leonhardt
9c15f4185a
add favicon and nonce enforcement in microsoft auth
2022-04-15 15:47:20 -07:00
Tyler Leonhardt
52a394bdea
Introduce removeSessionByIToken to remove sessions that aren't in this._tokens yet. Fixes #145189
2022-04-14 15:21:54 -07:00
Matt Bierner
cba0a0e460
Always encode paths dropped in md
2022-04-14 14:55:22 -07:00
Matt Bierner
50ea16198d
Remove the concat text document api proposal
...
Fixes #146781
2022-04-14 14:39:44 -07:00
Tyler Leonhardt
5919378269
don't surface error on gets and remove microsoft secret migration. Fixes #146553
2022-04-14 12:18:33 -07:00
Johannes
4ea02deebd
ignore text document version whenever that document is marked as being created, fixes https://github.com/microsoft/vscode/issues/146964
2022-04-14 11:04:35 +02:00
Aaron Munger
274d8d4997
Merge pull request #147321 from amunger/outputLineHeight
...
Notebook cell output font settings
2022-04-13 12:06:08 -07:00
Matt Bierner
977c9c9f98
Revert "Always use nameSpan for code lenses"
...
This reverts commit d218b48067
.
Fixes #147154
Fixes #146818
TS still needs to make tweaks before we can remove this logic
2022-04-13 12:00:06 -07:00
aamunger
9a87fe7eaf
added setting for notebook output line height
2022-04-13 09:12:28 -07:00
Benjamin Pasero
44b6695d4e
timeline - add setting to bring back "Uncommitted Changes" ( #147372 )
2022-04-13 17:10:28 +02:00
Ladislau Szomoru
0e5a8e4bc0
Git - Disable automatic repository scanning in the root of the HOMEDRIVE ( #339 )
...
* Disable automatic repository scanning in the root of the HOMEDRIVE
* Fix condition
* Pull request feedback
2022-04-12 11:03:24 -07:00
Matt Bierner
0d78957186
Update md grammar
...
Fixes #146610
2022-04-12 09:20:52 -07:00