Commit Graph

93705 Commits (03ca148fd7e68c8fa86c94bda4be6273c73e2b0d)

Author SHA1 Message Date
Alex Dima 03ca148fd7
Fixes #143953: Remove no longer necessary `extensionKind` 2022-02-25 11:51:07 +01:00
Henning Dieterichs 4d5ca3a392
Updates audio cue sound. 2022-02-25 11:49:58 +01:00
isidor e5b1a3f775
update distro 2022-02-25 09:45:39 +01:00
Miguel Solorio b437f2ed01 Update Codicons: Adjust eye position
5467ce91da
2022-02-24 21:00:26 -08:00
Miguel Solorio 8440b8f472 Fix #143828
f9346d3833
2022-02-24 20:53:13 -08:00
Alex Dima 6a1f3f73a2
Fixes #143923: Show a warning when `extensionKind` is defined without a `main` field. 2022-02-24 23:45:27 +01:00
Matt Bierner 6d64839d01
Fix test 2022-02-24 14:33:55 -08:00
Matt Bierner ee9c87ccca
Clean up logged messages 2022-02-24 14:28:27 -08:00
Matt Bierner 31218f7479
Clairify what being a directory means for baseuri
Fixes #143717
2022-02-24 14:13:50 -08:00
Raymond Zhao 4803339dd1
Change deprecated message to use markdown
Ref #143897
2022-02-24 14:07:28 -08:00
Matt Bierner 2a72cf7070
Restore 'follow link' text on tsconfig links
For #141112
2022-02-24 14:02:38 -08:00
Matt Bierner 2363668892
Don't encode label for md path completions
For #142838
2022-02-24 13:52:31 -08:00
Matt Bierner a56905be63
Use decodeURIComponent instead of decodeUri
This is not actually a uri
2022-02-24 13:52:31 -08:00
Megan Rogge e0598cb7e4
fix #141159 (#143909) 2022-02-24 15:32:51 -06:00
Raymond Zhao 7c4f4c84dd
Change to proportional layout
Mitigates #143690
2022-02-24 12:56:18 -08:00
meganrogge c213186b76
fix #143696 2022-02-24 13:41:39 -06:00
meganrogge 3abc4e497c
only show output button on focus of item, part of #14396 2022-02-24 13:35:57 -06:00
David Dossett 5fbfb8a751 Revert prettier formatting 2022-02-24 11:31:32 -08:00
meganrogge b0c914146e
xterm@4.18.0.beta.13 fixes #143014
fixes #143784
2022-02-24 13:31:15 -06:00
David Dossett 8bfa087904 Fix theme token name 2022-02-24 11:29:38 -08:00
David Dossett ffb1e89bc0 Fix #143379 2022-02-24 11:28:35 -08:00
Megan Rogge fe61abc513
add css to fix issues (#143908) 2022-02-24 13:24:44 -06:00
Alex Dima c7ec94fc38
Maintain order when registering language configurations (#143187) 2022-02-24 19:51:10 +01:00
Alex Dima ede426f0eb
Reload language configurations for a language if the configuration files change (#143187) 2022-02-24 19:51:10 +01:00
SteVen Batten c4de0841cc fixes #142570 2022-02-24 09:35:42 -08:00
Andre Weinand d06b26e9a7
update DAP to final 1.54.0 2022-02-24 18:09:10 +01:00
Rob Lourens 307267aae1 Auto-expand lazy objects when resolving. Fix #143807 2022-02-24 09:05:38 -08:00
Robo df645f1450
chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
Miguel Solorio e6cfe7e81b Fix #143897 2022-02-24 08:39:13 -08:00
Alex Dima bf04e7327f
Fixes #143112: Add a time limit to matching brackets 2022-02-24 17:02:46 +01:00
Martin Aeschlimann 22c43c3363
remove unused import 2022-02-24 16:51:55 +01:00
Logan Ramos 5f2fb04f07
Fix #81832 2022-02-24 10:41:56 -05:00
Alex Dima 6da5d2ab83
Fixes #136971: Don't show "Show Whitespace Differences" in embedded diff editors 2022-02-24 16:40:04 +01:00
Alex Ross df7f36b9d3
Improve overflow behavior of comments view
Fixes #143827
2022-02-24 16:39:19 +01:00
Sandeep Somavarapu 998626f49c
Fix #143673 2022-02-24 16:39:09 +01:00
Martin Aeschlimann 426d05453a
server cli: print server bound address 2022-02-24 16:11:01 +01:00
Benjamin Pasero 6827a04f44
Losing a history entry for "go to definition" in same file (fix #143833) 2022-02-24 16:02:03 +01:00
Martin Aeschlimann 72f369f4a7
server cli: add aliases 2022-02-24 15:50:42 +01:00
Martin Aeschlimann 44543f528a
server cli: sanitize string args 2022-02-24 15:38:28 +01:00
Sandeep Somavarapu 35ba35b799
Fix #143779 2022-02-24 15:38:17 +01:00
Logan Ramos 459ffea03c
Fix tab close 2022-02-24 09:20:34 -05:00
Johannes Rieken ef331833be
fix compile issue 2022-02-24 15:14:30 +01:00
Henning Dieterichs bdc40a50a1
Fixes #143759. If multiple audio cues are played at the same time, no sound is played twice. 2022-02-24 15:06:02 +01:00
Johannes Rieken 261adce05c
remove `InlayHint#command` for now, https://github.com/microsoft/vscode/issues/141576, https://github.com/microsoft/vscode/issues/143740 2022-02-24 15:00:46 +01:00
Johannes Rieken d6edae6e30
show hover message for label parts that have command or source location, https://github.com/microsoft/vscode/issues/143740 2022-02-24 15:00:46 +01:00
Henning Dieterichs 6cde4b0097
Audio Cue Help: Play sound even if audio cue is disabled. 2022-02-24 14:30:19 +01:00
Alex Dima 3449b854d9
Remove warning since we still use `FileAccess.asBrowserUri` for creating new web workers from the web worker extension host 2022-02-24 14:12:17 +01:00
Benjamin Pasero 6640f3c721
skip flaky test (#139960) 2022-02-24 13:27:04 +01:00
Benjamin Pasero 8c813014b5
editors - conflict when `viewState` and `selection` provided (fix #143878) 2022-02-24 13:22:15 +01:00
Alex Dima ba0fbbbd01
Fixes #138390: Have two distinct registration/clearing functions for language associations registered by the platform or by configuration 2022-02-24 12:57:36 +01:00