Commit graph

96414 commits

Author SHA1 Message Date
Megan Rogge e6b17bd4a6
remove readonly (#148589) 2022-05-03 07:13:05 -07:00
Johannes Rieken 497446d459
Merge pull request #148619 from microsoft/joh/uuidDebt 2022-05-03 16:00:09 +02:00
Alex Ross b802077fea
Comment loss when clicking "Go to review" (#148630)
Fixes #148629
2022-05-03 15:45:56 +02:00
Sandeep Somavarapu 86fb185377
queries/fragements are ignored in the tree 2022-05-03 13:25:12 +02:00
Martin Aeschlimann aea2baad52
Inline CHARCODE_SLASH 2022-05-03 12:15:49 +02:00
Johannes c8699e5d5c
use crypto.randomUUID if possible 2022-05-03 11:52:25 +02:00
Jason Williams e19f09713b
Enable globs on tasks otherwise fallback to default - fixes #88106 (#141230)
* use glob on tasks otherwise fallback to default

* add support for test commands also

* try to find one globbed task otherwise fallback to defaults

* - get relativePath (but fallback to absolute if outside of workspace)
- bring back json schema

* Refactor and reduce duplicate code

* remove glob, make isDefault a string or boolean

* update taskConfig

* - rebase
- type updates
- splitPerGroupType should check explicitly for true on isDefault
- hygiene check

* Remove task glob from API

* Task group DTO updates

* Make sure globs run ahead of default task if there's multiple globs matching

* Style and name changes

* More naming and code re-use

* Glob doesn't work when only 1 glob match

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-05-03 09:56:24 +02:00
Johannes 9807017327
add owner & comment, https://github.com/microsoft/vscode-internalbacklog/issues/2762 2022-05-03 09:44:56 +02:00
Alex Dima 39b924d01e
Use simple regex for unit test 2022-05-03 09:15:37 +02:00
Johannes Rieken 9837a6708f
update API milestone 2022-05-03 08:20:37 +02:00
SteVen Batten a164020c97
adding gdpr comments for owned events (#148595) 2022-05-02 16:14:34 -07:00
Matt Bierner 648f0591b4
Spelling 2022-05-02 16:07:49 -07:00
Matt Bierner eba8ef0547
Add diagnostics for markdown links (#148578)
* Initial work on md link diagnostics

* Adding settings to enable/disable validation

* Add delay for recomputing diagnostics

* 💄

* Split test on diagnostics compute vs management

* Validate on file open

* Remove dianostics on file close

* Allow paths to folders

* Add validation configuration option
2022-05-02 16:06:00 -07:00
Matt Bierner 2108837fc1
Pick up new TS version for building VS Code 2022-05-02 15:54:31 -07:00
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
Martin Aeschlimann e3a24d811c
let-> const 2022-05-02 22:08:33 +02:00
Martin Aeschlimann ee8c045bf5
add caching 2022-05-02 21:55:12 +02: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
Martin Aeschlimann d364f56ac7
fix comment 2022-05-02 16:12:47 +02:00
Martin Aeschlimann fda5b84d5d
commit in route 2022-05-02 16:12:28 +02: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