Commit Graph
100456 Commits
Author SHA1 Message Date
Alex RossandGitHub 14301a7adc TypeError: Cannot read properties of null (reading 'value') (#159449)
Start throwing when we get a bad tree item.
Fixes #154757
2022-08-29 14:07:14 +02:00
aiday-mar 99de729727 Update tests 2022-08-29 13:54:50 +02:00
aiday-mar d49c5e5e30 Adding a test 2022-08-29 13:50:59 +02:00
Johannes RiekenandGitHub b177848997 Merge pull request #159314 from microsoft/joh/registerSingleton-explicit
When calling `registerSingleton` you must signal if you support delayed instantiation
2022-08-29 12:42:26 +02:00
Ladislau SzomoruandGitHub 57ac833e6c Commit action button - do not add separator for an empty command group (#159439) 2022-08-29 12:36:04 +02:00
Ladislau SzomoruandGitHub 31acf4253d Engineering - Disable Terrapin (#159441)
Disable Terrapin
2022-08-29 02:39:00 -07:00
aiday-mar e39260a31c Merge branch 'main' into aiday/issue157165 2022-08-29 11:36:47 +02:00
aiday-mar d0e967789c Removing the check on the log service 2022-08-29 11:35:58 +02:00
Alex RossandGitHub 41a6299276 Simple browser opener doesn't work with IPv6 hosts (#159276)
Fixes #158599
2022-08-29 10:58:17 +02:00
Johannes RiekenandGitHub 43ae27a30e Merge pull request #154098 from microsoft/joh/normal-crow
joh/normal crow
2022-08-29 09:50:41 +02:00
jeanp413 332e9197cc Add terminal instance scoped context 2022-08-29 02:34:03 -05:00
Ladislau SzomoruandGitHub 90f89a12df SCM - Enable text dnd for commit input field (#159065)
Enable text dnd for commit input field
2022-08-29 09:32:56 +02:00
Johannes e18726faa9 Merge branch 'main' into joh/registerSingleton-explicit 2022-08-29 09:22:52 +02:00
Matt BiernerandGitHub 918dd89947 Align code action command ids with suggest widget (#159349)
* Align code action command ids with suggest widget

Fixes #159348

* Previous -> Prev
2022-08-29 00:20:39 -07:00
Matt BiernerandGitHub 33c1f51a17 Add built-in audio preview (#159345)
For #159106

Note that we're using the native audio control at the moment, which looks kind of out of place and can't easily be styled. May need to switch to a custom UI
2022-08-29 00:19:21 -07:00
Benjamin PaseroandGitHub 0c7f6b41db --prof-startup paths are slightly off (fix #158646) (#159410) 2022-08-29 09:16:55 +02:00
jeanp413 d9b115e6a6 Fixes #145865 2022-08-28 19:04:00 -05:00
Henning Dieterichs 2b53e15c81 Makes some merge editor dev commands available in browser 2022-08-28 16:41:14 +02:00
Henning Dieterichs 7688a40249 Implements commands to recompute merge with git merge-file 2022-08-28 16:41:13 +02:00
Henning Dieterichs 16536c25a1 Implements result menu 2022-08-28 16:41:12 +02:00
Matt BiernerandGitHub b5a1bb34e9 Pick up latest TS for building VS Code (#158420) 2022-08-26 23:00:38 +02:00
Jean PierreandGitHub f5ef1c2661 Fixes broken image resources in getting started walktrough (#159144)
Fixes #159138
2022-08-26 13:41:22 -07:00
David DossettandGitHub 1082c71d1b Update merge editor diff and word diff colors (#159216)
* Update merge editor diff and word diff colors

* PR feedback
2022-08-26 13:32:14 -07:00
Matt BiernerandGitHub b91533f3d7 Pick up latest vscode-markdown-languageservice (#159341) 2022-08-26 13:08:49 -07:00
Jean PierreandGitHub 24394146aa Fixes #159221 (#159222) 2022-08-26 15:46:29 -04:00
aiday-mar 681a8d5c36 change -1 to previousStartLine 2022-08-26 17:44:02 +02:00
aiday-mar 300a7f597b Fixes #159271 2022-08-26 17:38:20 +02:00
Matt BiernerandGitHub ea6cfdd2ef Pick up 8.0.2 for MD language client (#159319)
Missed updating this when pulling in new server version

https://github.com/microsoft/vscode-languageserver-node/issues/1064
2022-08-26 11:13:37 -04:00
Johannes 7c25cdb50d When calling registerSingleton you must signal if you support (or not) delayed instantiation 2022-08-26 16:13:36 +02:00
aiday-mar 6af9c1568a Change order of cancellation of token with iteration over different providers 2022-08-26 15:55:30 +02:00
aiday-mar 437379a7fe Removing unecessary if check 2022-08-26 15:54:24 +02:00
aiday-mar fd2b1ef521 Merge branch 'main' into aiday/issue159136 2022-08-26 15:42:45 +02:00
aiday-mar 6887c8c5fb changes from review 2022-08-26 15:25:39 +02:00
Johannes 46bab7505c let builds use transpile-client-swc 2022-08-26 15:03:31 +02:00
Johannes 7ec1ebdd5f * tweak createSwcClientStream to have async exec
* add `transpileClientSWC` and corresponding gulp task
2022-08-26 15:02:01 +02:00
aiday-mar 08e456223d Fixes #159136 2022-08-26 14:55:46 +02:00
Sandeep SomavarapuandGitHub 6ec6d9d94d Fix #158219 (#159289) 2022-08-26 14:05:37 +02:00
RoboandGitHub 12dbd7614b chore: update electron@19.0.12 (#159285) 2022-08-26 07:54:23 -04:00
Johannes bbf0bd9c01 update to latest 2022-08-26 11:58:43 +02:00
Johannes 18e45ac6cd don't use --copy-files options has it seems to break BOM 2022-08-26 11:58:36 +02:00
aiday-mar 084979a891 console logs added to be able to observe the origin of the issue 2022-08-26 11:27:10 +02:00
Benjamin PaseroandGitHub deef921bdd When VScode restart, the window which is fullscreen before should restore normal (fix #159229) (#159254) 2022-08-26 11:16:13 +02:00
Johannes RiekenandGitHub d54efb5ad5 tweak suggest status bar height (#159266)
fixes https://github.com/microsoft/vscode/issues/159261
2022-08-26 11:05:52 +02:00
Benjamin PaseroandGitHub 4be533f172 Endless loop in "Open Next/Previous Editor" (fix #159251) (#159252) 2022-08-26 11:00:23 +02:00
aiday-mar dbbd79d333 Adding check on log service 2022-08-26 09:29:03 +02:00
Johannes 93e346a449 Merge branch 'main' into joh/swc 2022-08-26 08:59:51 +02:00
Megan RoggeandGitHub 35b971c92d use common task ID instead of map key (#159233)
* fix #158886

* Update src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
2022-08-26 11:28:24 +10:00
Matt BiernerandGitHub 0a7b686a48 Fix markdown not registering find all references support (#159242) 2022-08-26 01:42:52 +02:00
Joyce ErandGitHub 786691a27e Disable new Continue Working On and edit sessions for 1.71 (#159240) 2022-08-26 01:37:34 +02:00
Alexandru DimaandGitHub 6747376359 Send a message every 5 seconds to avoid the underlying connection becoming idle (#159239)
Fixes #153892: Send a message every 5 seconds to avoid the unerlying connection becoming idle
2022-08-26 01:36:14 +02:00