Commit graph

75389 commits

Author SHA1 Message Date
Alexandru Dima
5029b4f362
Fixes #112552: Set server marks to ITimerService 2021-01-14 22:29:52 +01:00
Alexandru Dima
9cb4f1e2ae
update distro 2021-01-14 22:10:10 +01:00
Harald Kirschner
43d111c0a4
Getting started content (#114305)
* Codespaces, setup and beginner journeys for getting started.

* Added missing alt texts and shortened some texts.

* Fixing wording for terminal in Codespaces.

* Fixed action for opening settings

* Replacing unoptimized PNGs with optimized jpgs (70% compression)

* Add some minor css tweaks

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-01-14 13:07:14 -08:00
Alexandru Dima
a4b1366100
Add performance marks to IRemoteAgentEnvironmentDTO 2021-01-14 22:06:34 +01:00
Alexandru Dima
cbb94cfb60
Revert "fixes #114203"
This reverts commit d03490f353.
2021-01-14 21:55:35 +01:00
Alexandru Dima
8dfc81fedc
Small tweaks 2021-01-14 21:16:23 +01:00
meganrogge
ff7aabe3fc fix #114215 2021-01-14 12:07:34 -08:00
Wenlu Wang
c8a6ddba9d
Enable forceConsistentCasingInFileNames flag (#114334) 2021-01-14 11:25:11 -08:00
João Moreno
6525b42f47
remove unused file 2021-01-14 20:22:28 +01:00
Sandeep Somavarapu
e12a9d74a6 #114144 fix remote explorer icon flickering 2021-01-14 20:12:21 +01:00
isidor
d03490f353 fixes #114203 2021-01-14 19:59:55 +01:00
meganrogge
f34a3ace3f update distro 2021-01-14 10:50:48 -08:00
meganrogge
55960b7d61 add flowControl to terminalConfig 2021-01-14 10:47:03 -08:00
isidor
7ae54ca2d6 breakpoint widget: use same mode for coloring as the underlying editor 2021-01-14 19:44:56 +01:00
rebornix
835a1ce6ef allow execution against a hidden notebook editor. 2021-01-14 10:38:38 -08:00
Matt Bierner
5d6cba5cbc Reworking external opener implementation to allow configured openers to be called directly without a canOpen check
If the user has configured a specific external uri opener, we should always try to use that without first calling `canOpen` to filter down the list of openers.

This change also adds `ExternalUriOpenerEnablement` which allows an opener to mark itself as the preferred opener for a given uri. If only a single preferred opener is returned, it will be used automatically for that uri (although user configuration can override this)
2021-01-14 10:37:00 -08:00
isidor
5b1e59c636 explorer: hide open editors for new users
fixes #112480
2021-01-14 19:26:21 +01:00
meganrogge
e1d8b92658 update distro 2021-01-14 09:46:54 -08:00
meganrogge
30f61c2449 part of #114214 serverSpawn=true 2021-01-14 09:43:00 -08:00
Johannes Rieken
c4d5b055d3
Merge pull request #114269 from microsoft/alex/fuzzy-score-improvements
Fuzzy score improvements
2021-01-14 18:39:23 +01:00
Benjamin Pasero
d4f993de63 Saving an untitled file closes it (fix #114272) 2021-01-14 18:34:32 +01:00
meganrogge
e44fb4ab92 update distro 2021-01-14 09:24:02 -08:00
Benjamin Pasero
526f826ac1 fix #114192 2021-01-14 18:18:26 +01:00
Alexandru Dima
634ebecb8b
Refactor code to use await 2021-01-14 17:51:11 +01:00
Benjamin Pasero
3e6535d882 shared process - implement message port connections and wire in 2021-01-14 17:09:22 +01:00
Alex Ross
d6f27b9271 Polishing/fixing/addressing feedback for portsAttributes
Includes:
- fix in json schema
- use object instead of array
- change label of already forwarded ports when setting changed
- fix for merging ranges
2021-01-14 16:18:23 +01:00
Daniel Imms
c972009ef6
Merge pull request #114214 from microsoft/tyriar/flow_control
Implement terminal flow control
2021-01-14 06:44:30 -08:00
Alexandru Dima
cc8c9a2230
No need to store scores 2021-01-14 15:41:13 +01:00
Daniel Imms
a79276dc64 Move to log service 2021-01-14 06:17:29 -08:00
Daniel Imms
f8ec60aa06 Add flow control setting, remove fake latency 2021-01-14 06:04:03 -08:00
Johannes Rieken
98038a8835
Merge pull request #114208 from gjsjohnmurray/fix-37570
fix #37570 add RELATIVE_FILEPATH snippet variable
2021-01-14 14:33:49 +01:00
Alex Ross
065f0e4640 Auto forwarding fix 2021-01-14 14:30:35 +01:00
isidor
7a9bb5a44f breakpoints: inline action to edit condition. Render conditions for function breakpoints. Allow to edit conditions for function breakpoints
fixes #113805
fixes #3646
2021-01-14 11:34:58 +01:00
Alexandru Dima
e9f6c35c17
Fixes #114146: Increase max BracketSelectionRangeProvider duration to 5s in unit tests 2021-01-14 11:20:41 +01:00
Alexandru Dima
4e4d2484a7
Extract TestTextResourcePropertiesService to its own file 2021-01-14 11:16:41 +01:00
Alexandru Dima
00f8540d79
Fixes #114332
`yarn` no longer compiles the smoke test as a postinstall script. This breaks the flow of running `yarn && yarn smoketest` to execute the smoketest.

So change `yarn smoketest` to also do the compiling of the smoke test. But that generates too much extra work on the build machine, which needs to invoke `yarn smoketest` twice, once for Electron and once for web.

To workaround that, `yarn smoketest-no-compile` is added, which can be used by the build machine to avoid needlessly compiling.

While here, the nodejs version is already checked in the `yarn` preinstall script, so remove the check from the smoke test.
2021-01-14 10:35:42 +01:00
João Moreno
f1cb1b27f3
format 2021-01-14 10:28:59 +01:00
João Moreno
40e3106e5f
fix list drag affordance 2021-01-14 10:28:59 +01:00
Alexandru Dima
7899bfe3ee
Merge pull request #113315 from qchateau/fix-semantic-highlight
BUGFIX: Fix semantic highlight scheduling
2021-01-14 10:25:42 +01:00
Alexandru Dima
db30147068
Add test for case to assert that fetch should be scheduled again when a text buffer change occurs while the provider runs and the provider returns null 2021-01-14 10:23:30 +01:00
Sandeep Somavarapu
44278132f4 fix peek view alignment 2021-01-14 09:56:08 +01:00
Benjamin Pasero
cd90656875 shared process - document electron IPC 2021-01-14 09:28:02 +01:00
Benjamin Pasero
96b44121f9 shared process - add error handler and graceful-fs 2021-01-14 08:25:50 +01:00
Benjamin Pasero
2964fcbb84 shared process - extract more cleanup helpers to contrib 2021-01-14 07:52:52 +01:00
Benjamin Pasero
f1c510b4a8
Merge branch 'master' into ben/shared-process-message-ports 2021-01-14 07:29:58 +01:00
deepak1556
c265dff48a chore: bump electron@11.2.0 2021-01-13 20:52:48 -08:00
Matt Bierner
710846866f Activate extension on simpleBrowser.api.open 2021-01-13 16:56:39 -08:00
Matt Bierner
b7f9eddf04 Allow passing viewColumn to simpleBrowser.api.open 2021-01-13 16:56:39 -08:00
Raymond Zhao
a1d5ea876c Polish, also fix #113930 2021-01-13 16:09:17 -08:00
Connor Peet
2b5ae783bf
testing: add full json reporter to show more complete output 2021-01-13 15:30:11 -08:00