Matt Bierner
17ee4c4265
Pick up TS 4.7 for bundling with VS Code
2022-05-02 15:50:42 -07:00
Matt Bierner
e3e4bfacc3
Remove blank
2022-05-02 15:50:41 -07:00
Connor Peet
13e1fd6c62
debug: bump js-debug companion
2022-05-02 14:44:58 -07:00
Megan Rogge
bbf3142a89
use describe.skip for windows ( #148580 )
2022-05-02 14:23:55 -07:00
Megan Rogge
c0f7f2af79
clean up simple find widget ( #148575 )
2022-05-02 14:23:36 -07:00
Megan Rogge
52ff0231ad
use ?? ( #148577 )
2022-05-02 14:10:45 -07:00
Peng Lyu
57479a5f6b
Always suggest the only preferred kernel. ( #148576 )
2022-05-02 12:34:13 -07:00
Ladislau Szomoru
b033e551c5
Fix #147036
2022-05-02 21:25:18 +02:00
SteVen Batten
78914e7dd3
Adopt WCO for Windows ( #147947 )
...
* add api to native host service
* get working on windows
* switching machines
* working on windows+web
* fix for macos
* fix initial window control colors
* address comments
* add windows check for calling over to main process
* 💄
* 💄
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-05-02 12:02:49 -07:00
Tyler James Leonhardt
708cb0c507
Don't cache keytar until we know it works ( #148567 )
2022-05-02 12:00:06 -07:00
Alex Dima
57dde38066
Fixes #148538 : Respect passed in `autoStart` in desktop case and improve TS typings to improve find all references
2022-05-02 19:44:30 +02:00
Jean Pierre
44e644467d
Enable go to definition for markdown links ( #148017 )
...
* Enable go to definition for markdown links
* Add markdown definitionProvider tests
2022-05-02 10:07:40 -07:00
Peng Lyu
2785ac4f71
fix #147603 . Enable selecting line on line number. ( #148459 )
2022-05-02 10:07:25 -07:00
AlbertHilb
7e6b007dd5
Pass one shared `macros` object into every call to katex renderer ( #148006 )
...
* Pass one shared `macros` object into every call to katex
renderer.
* Reset the `macros` object at each new
re-rendering.
2022-05-02 09:45:06 -07:00
Yuki Hattori
82ad6afd36
Fixes microsoft/vscode#147936 ( #148503 )
...
By changing output esbuild setting for Markdown preview scripts to iife,
prevents global namespace pollution and reduces possibility of breaking
the preview by contributions from other extensions.
2022-05-02 09:33:51 -07:00
SteVen Batten
46257aae7a
fixes #148363 ( #148450 )
...
skip writing to disk cache when a storage write contains container moves
precisely this matters if some of the containers are generated as a
result of view movement
2022-05-02 07:47:26 -07:00
Johannes Rieken
8fcc3d8630
Merge pull request #148554 from microsoft/joh/titleMenu
2022-05-02 16:46:19 +02:00
Sandeep Somavarapu
e09e27e716
Merge branch 'main' into sandy081/147789
2022-05-02 16:44:07 +02:00
Sandeep Somavarapu
2337d8b5dc
fix #146749
2022-05-02 16:43:02 +02:00
Johannes
43c8a914d6
prevent focus lost due to active focus steal
2022-05-02 16:21:55 +02:00
Johannes
8df38bde73
fix order inside title part
2022-05-02 16:16:43 +02:00
João Moreno
af684a4906
fixes #148414 ( #148418 )
2022-05-02 07:14:26 -07:00
Henning Dieterichs
e14b203fe2
Fixes #148561 .
2022-05-02 16:08:14 +02:00
Johannes
6347851963
debt - more registerAction2
2022-05-02 16:02:53 +02:00
Johannes
b0a0e7ec37
debt - use Action2 instead of spread out calls to registries
2022-05-02 16:02:53 +02:00
João Moreno
83f9e8605b
fixes #146360
...
cc @lszomoru
2022-05-02 15:54:04 +02:00
Johannes
376bfed071
remove stale import
2022-05-02 15:20:03 +02:00
Johannes
e4a5ddae87
add "go to symbol in workspace", ordering, set title to window title
2022-05-02 15:18:19 +02:00
susiwen8
3854c3fa8e
fix: close `create fork` message will create fork ( #148438 )
2022-05-02 05:49:00 -07:00
Johannes
3a8acdf752
:liptsick:
2022-05-02 14:48:48 +02:00
João Moreno
ab13b068b5
Remove SCMRepository instances from context service ( #148047 )
...
* have SCMService expose iterable repositories list
* remove SCMRepository instances from context service
Related-to: #147926
2022-05-02 05:47:04 -07:00
Johannes
1c4e26e1ab
tweak styles
2022-05-02 14:41:44 +02:00
Sandeep Somavarapu
81e2c3f327
#148410 Adopt to ILabelService.getUriBasenameLabel
2022-05-02 14:15:09 +02:00
Sandeep Somavarapu
05b9eddd4b
- override extension type of extensions under dev from existing extensions
...
- validate after updating the type
2022-05-02 14:05:30 +02:00
Johannes
b96fd041fd
Add title menu quick pick as submenu and use special rendering for that, add some global and local commands and remeber the last picked
2022-05-02 13:30:40 +02:00
Johannes
bbdb6b221e
render keybinding
2022-05-02 12:07:04 +02:00
isidor
1cca784e1f
update distro
2022-05-02 11:58:12 +02:00
Johannes
455e1b2ec4
adjust widths
2022-05-02 11:39:35 +02:00
Alex Ross
f3b1b53443
Update grammars
2022-05-02 11:20:10 +02:00
Johannes
85e3f0d973
adopt `getUriBasenameLabel` for references tree, https://github.com/microsoft/vscode/issues/148410
2022-05-02 11:19:08 +02:00
Johannes
6b619b031a
rename setting to `window.experimental.titleMenu`
2022-05-02 11:15:30 +02:00
Johannes
863de4111f
Merge branch 'main' into joh/titleMenu
2022-05-02 11:06:58 +02:00
Johannes Rieken
180d8e93c1
update my work milestone
2022-05-02 11:06:43 +02:00
Johannes
d6f55b65e9
use `fsPath` instead of `path`
2022-05-02 11:06:17 +02:00
Benjamin Pasero
ca936dcc94
Remember target directory when downloading files ( fix #140358 )
2022-05-02 09:25:41 +02:00
Ladislau Szomoru
5a13636bde
Fix #148187
2022-05-02 09:15:22 +02:00
Johannes
6780702297
Merge branch 'main' into joh/titleMenu
2022-05-02 09:01:55 +02:00
Benjamin Pasero
f90dd46fc3
smoke - fail early if cloning fails
2022-05-02 08:38:03 +02:00
Benjamin Pasero
c6bd448948
debt - bring `@types/mocha` up to date with version 9.x
2022-05-02 08:30:27 +02:00
Benjamin Pasero
e39f02c7ec
Panel border hidden when in Notebook editor ( fix #147534 )
2022-05-02 08:28:49 +02:00