Commit graph

78824 commits

Author SHA1 Message Date
Jackson Kearl
03e1ce6524
Fix getting started items appearing out of order 2021-03-22 12:57:36 -07:00
rebornix
4a83a80aa7
update diff output height properly (using closure) on resize. 2021-03-22 12:40:48 -07:00
rebornix
2949009de6
move more logic into abstractRenderer. 2021-03-22 12:40:41 -07:00
rebornix
55e56ef915
add options for controlling outputs/metadata in the diff editor. 2021-03-22 12:40:33 -07:00
Raymond Zhao
0089ba3ae1 Bump vscode-emmet-helper, fixes #112675 2021-03-22 19:01:11 +00:00
Jean Pierre
c95389a7b2
Fix emmet completions in scss (#118666)
Part of #112675
2021-03-22 11:42:06 -07:00
Rob Lourens
7b96cc4c8b
Implement Execution API (#116416)
Implement new execution task API
#106744
Fix #105847
2021-03-22 11:27:00 -07:00
Eric Amodio
4b0118871f Adds codespaces lookup via command for desktop 2021-03-22 13:35:19 -04:00
Daniel Imms
d46eca3d2d
Merge pull request #119385 from microsoft/merogge/fix
Fix terminal panel not being focused on first create after reload
2021-03-22 10:17:33 -07:00
Miguel Solorio
7176a40fc7
Add notebook.inactiveSelectedCellBorder (refs #114156) 2021-03-22 10:00:48 -07:00
Sandeep Somavarapu
64a8be3fa2 fix #117691 2021-03-22 17:59:35 +01:00
Sandeep Somavarapu
a2044cbd78 tweak 2021-03-22 17:47:37 +01:00
Sandeep Somavarapu
d909932d24 Fix #118104 2021-03-22 17:44:11 +01:00
Eric Amodio
33c11ec866 Bumps RemoteHub to 0.1.1 2021-03-22 11:41:49 -04:00
Alex Dima
26cdfad1cd
Fixes #118521 2021-03-22 16:27:01 +01:00
meganrogge
e79b88daad handle view in terminalView 2021-03-22 08:17:08 -07:00
João Moreno
66961037cc
Fixes #111814 (#119475)
* fixes #111814

* disposable
2021-03-22 08:14:48 -07:00
Alex Dima
57aada6cca
Fix test 2021-03-22 16:13:58 +01:00
Alexandru Dima
5efebbd4c4
Fixes #118270: Add new option to control deleting character pairs and delete by default only auto-inserted closing characters 2021-03-22 15:54:20 +01:00
Benjamin Pasero
91e41167e5
file working copy - clarify onDidChangeContent 2021-03-22 15:47:42 +01:00
Alexandru Dima
8cfc30d574
Fixes #118461: Don't show Open Workspace in the diff editor 2021-03-22 15:00:08 +01:00
Alex Ross
c148f9a70b
Show error when port is already forwarded
Fixes #117571
2021-03-22 14:32:19 +01:00
Daniel Imms
d239450d9b
Ensure relaunched processes get shutdown
Fixes #118051
2021-03-22 06:00:18 -07:00
Daniel Imms
76b1ad1d1d
Improve profile order, remove profileName from config
Fixes #119455
2021-03-22 05:28:23 -07:00
Benjamin Pasero
6bac57decf
file working copy - better document resolve() method 2021-03-22 12:48:14 +01:00
Benjamin Pasero
0ddc091edc
some code 💄 2021-03-22 12:44:52 +01:00
Daniel Imms
a02448d685
Ensure config service is optional in external terminal
Part of #119440
2021-03-22 04:21:10 -07:00
Alexandru Dima
917edde164
Fixes #117534: Allow to mark command args as optional 2021-03-22 12:20:21 +01:00
Alexandru Dima
2cd8246a94
Fixes #118062 2021-03-22 12:03:25 +01:00
Alexandru Dima
4c29fa41c6
Fixes #119416: Use control pictures for NULL and DEL when renderControlCharacters is on 2021-03-22 11:47:25 +01:00
isidor
cc8748a239
notificationsTelemetry: change id to be string 2021-03-22 11:26:58 +01:00
Alexandru Dima
bbe333f878
Add tsec exemptions 2021-03-22 09:24:37 +01:00
Benjamin Pasero
42c9e63a7e
file working copy - resolve returns void
//cc @jrieken
2021-03-22 09:15:53 +01:00
Benjamin Pasero
d9d0879741
file working copy - add save as support and a lot of tests 2021-03-22 08:32:28 +01:00
deepak1556
469e4f6e27 chore: bump distro
refs https://github.com/microsoft/vscode/issues/116690
2021-03-21 20:25:39 -07:00
rebornix
67eebf8ac5
avoid duplication. 2021-03-21 19:32:51 -07:00
rebornix
0ab3c62ca2
fix action context detection. 2021-03-21 11:59:43 -07:00
Johannes Rieken
5a0fe1f6a8
remove todo tag 2021-03-21 17:29:27 +01:00
Johannes Rieken
d6a0bf700c
Merge branch 'main' into notebook/dev 2021-03-21 17:12:57 +01:00
meganrogge
5a66c91c02 Fixes #117935 2021-03-20 06:50:31 -07:00
Alex Dima
a3415e669a
Fixes #119383: Use fetch instead of importScripts to avoid deadlock in Safari 2021-03-20 13:33:57 +01:00
Alex Dima
4a10c93b2d
Remove unused argument 2021-03-20 13:33:57 +01:00
Eric Amodio
307ed64376 Adds RemoteHub as built-in 2021-03-20 04:48:54 -04:00
Jackson Kearl
4995ce9367
More tweaks to geting started category 2021-03-19 21:50:53 -07:00
Jackson Kearl
13ec92fe36
Update getting started category styling 2021-03-19 21:50:53 -07:00
Jackson Kearl
e380c34cac
Fix typos 2021-03-19 21:50:53 -07:00
meganrogge
a1c114aa9e replace more pathOrPaths with path 2021-03-19 20:52:46 -07:00
meganrogge
1aa0c31b55 pathOrPaths -> path 2021-03-19 20:41:22 -07:00
Miguel Solorio
e7aedd975c
Adjust notebook cell multi-select colors 2021-03-19 19:04:01 -07:00
Jackson Kearl
4bcf96223a
Fix some getting started crashes 2021-03-19 18:54:40 -07:00