Commit graph

7370 commits

Author SHA1 Message Date
Pine Wu 17d9194a40 Update css service 2019-07-26 18:35:16 -07:00
Daniel Imms 6bb5e193f9 start -> open, exit -> close, remove exit code 2019-07-26 15:30:36 -07:00
Daniel Imms 8f485ebbbb Merge remote-tracking branch 'origin/master' into tyriar/77160 2019-07-26 10:17:24 -07:00
Joao Moreno a154f8f451 fixes #77345 2019-07-26 15:33:35 +02:00
Joao Moreno 8213baf076 extract first repository.status call
related to https://github.com/microsoft/vscode/issues/77787#issuecomment-515207062
2019-07-26 14:37:33 +02:00
Daniel Imms 80fa1a52bb Merge remote-tracking branch 'origin/master' into tyriar/77160 2019-07-25 17:05:11 -07:00
Daniel Imms 3a2423174c xterm@3.15.0-beta89
Diff: 378982a...689fb6b

Changes:

- Fix NPE when disposing detached terminals

Fixes microsoft/vscode-remote-release#1033
2019-07-25 17:02:04 -07:00
Daniel Imms 33dd835855 Update yarn.lock
This change happens on a clear run of yarn
2019-07-25 16:35:55 -07:00
Daniel Imms d471d1c7f9 Remove suite.only 2019-07-25 16:29:48 -07:00
Daniel Imms ae86d9415f Remove suite.only 2019-07-25 16:24:04 -07:00
Daniel Imms 3866deba35 Use pty naming instead of virtual process
Part of #77160
2019-07-25 16:00:41 -07:00
Martin Aeschlimann 3b5ee24ca3 [json] update vscode-uri 2019-07-25 18:33:18 +02:00
Martin Aeschlimann 81380bb822 register selectionRangeProviders 2019-07-25 18:33:18 +02:00
Martin Aeschlimann 89afd3fe5e update html service. FIxes #77792 2019-07-25 18:33:18 +02:00
Daniel Imms 909ab9d101 Fix compile 2019-07-25 09:07:18 -07:00
Joao Moreno 23d8322547 introduce git APIState
fixes #77787
2019-07-25 15:38:10 +02:00
Matt Bierner 049e4ca16d Mark addMissingAwait as a preferred fix 2019-07-24 23:09:36 -07:00
Rob Lourens 70ab0ada55 Fix 'null' exclude for findFiles, add more tests
Fix #77813
2019-07-24 14:24:13 -07:00
Daniel Imms 36e08fed41
Merge pull request #77839 from microsoft/tyriar/task_vp_fix
Add CustomExecution2 test and make start fire after onDidOpenTerminal
2019-07-24 11:40:16 -07:00
Matt Bierner 7674039dbc
Merge pull request #77758 from pi1024e/master
Fix for "whiteSpace" typo: Parameter name and word is one command word spelled "whitespace".
2019-07-24 11:35:24 -07:00
Martin Aeschlimann 32eb0c0cb9 use remoteName in test resolver 2019-07-24 18:09:23 +02:00
pi1024e 4c91478921
Merge pull request #2 from microsoft/master
Rebase
2019-07-24 09:43:38 -04:00
Martin Aeschlimann a031118b38
Merge pull request #77751 from angelozerr/patch-2
[XML] Use the same HTML language configuration for XML
2019-07-24 15:18:14 +02:00
Johannes Rieken 5d8bd62eac add API test for onDidExecuteCommand, #1431 2019-07-24 14:58:35 +02:00
Daniel Imms b0603017ba Fail test if resolveTask is called 2019-07-23 17:47:38 -07:00
Daniel Imms 0950523069 Use const 2019-07-23 17:46:46 -07:00
Daniel Imms 7be48949b7 Remove unused exit emitter 2019-07-23 17:36:56 -07:00
Daniel Imms 9d43802fd4 Create CustomExecution2 test, make start fire after onDidOpenTerminal
Part of #70978
2019-07-23 17:35:11 -07:00
Daniel Imms df5d748fe5 Fix integration tests 2019-07-23 16:23:02 -07:00
pi1024e 77df637ab4 Removed style chacnges 2019-07-23 13:52:12 -04:00
pi1024e 10b924d2d3 Fixed whitespace related comments to be a complete sentence. 2019-07-23 13:52:12 -04:00
pi1024e c757f491e5 Respelling "WhiteSpace" as "Whitespace", in functions, as Whitespace is one word 2019-07-23 13:52:11 -04:00
pi1024e e89ea5c965 Revert "respelling WhiteSpace as Whitespace, as Whitespace is one word"
This reverts commit d60b16c82e3ab83d6b1f2787a176d5a2e38b829b.
2019-07-23 13:52:11 -04:00
pi1024e 467fe58c6a respelling WhiteSpace as Whitespace, as Whitespace is one word 2019-07-23 13:52:11 -04:00
pi1024e fd0116b8f6 Revert "Fixed comment"
This reverts commit 4b3e76abc170276a160f3d86ab424e9a40523d7d.
2019-07-23 13:52:11 -04:00
pi1024e 65b0a4d898 Fixed comment 2019-07-23 13:52:11 -04:00
pi1024e d96cd165d6 Fixed code 2019-07-23 13:52:11 -04:00
pi1024e 85d4895587 Refactored code to make "WhiteSpace" into "Whitespace" 2019-07-23 13:52:11 -04:00
Johannes Rieken e165b387a1 add unit test for #77735 2019-07-23 17:12:42 +02:00
Joao Moreno 752e204839 more disclaimers
related to #76993
2019-07-23 11:48:19 +02:00
Matt Bierner e1d3dd53d1 Mark static readonly 2019-07-22 16:24:53 -07:00
Matt Bierner 7be9e963d3
Merge pull request #77745 from Neonit/patch-1
Adjust Code Tab Size to 4 in Markdown Preview
2019-07-22 14:18:46 -07:00
Miguel Solorio d2757d83c8 Fix #77746, de-emphasizes pre/post scripts 2019-07-22 08:06:14 -07:00
Angelo ce7f99fa96
[XML] Use the same HTML language configuration for XML
This PR is a copy/paste of the HTML language configuration to have for instance autoClosingPairs for Comments and adds autoClosingPairs for CDATA.
2019-07-22 13:34:55 +02:00
Neonit c5ab082ed7
Adjust Code Tab Size to 4 in Markdown Preview
Sets the tab size to 4 in the Markdown preview for code blocks in Markdown documents. I consider a tab size of 4 being standard and the default of 8 being unbearable. The few people, if any, using a different tab size than 4 can use the custom markdown preview style feature, if it is going to be fixed anytime (https://github.com/microsoft/vscode/issues/77290).

[`tab-size` is still marked *experimental* in the MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size), but it doesn't hurt, if not supported. However, in the used Chromium version it is supported.
2019-07-22 11:49:04 +02:00
Andre Weinand 8827cf5a60 don't warn about missing chrome debugger on WSL; fixes microsoft/vscode-chrome-debug#892 2019-07-22 11:12:15 +02:00
Martin Aeschlimann 877704976a JSON Language Server 1.2.1 2019-07-22 10:07:53 +02:00
Martin Aeschlimann d782b76a8e [json] fix compile script 2019-07-22 10:07:18 +02:00
Matt Bierner cf69f2f1af Refactor code to use single state object instead of two 2019-07-19 18:35:42 -07:00
Matt Bierner feef95c707 Make sure we update pending files properly
The previous logic failed to add anything to the pending files list

For #77665
2019-07-19 18:35:42 -07:00