Alex Ross
388da4e6f6
Make task execution event tests more specific
2020-06-16 16:36:10 +02:00
Rhitik Bhatt
4dfc14b846
Fixes buggy onEnter behavior when used with generator method ( #100076 )
...
* Adds regex to ignore already closed comment block
* Adds test case for generator method onEnter buggy behavior
2020-06-15 11:57:40 -07:00
rebornix
350507a753
revert/backup should not be optional
2020-06-15 11:46:17 -07:00
Daniel Imms
bf9991ad52
Skip test that flakes on Linux only
2020-06-15 09:37:57 -07:00
Daniel Imms
54b6e8fa41
Merge pull request #100011 from microsoft/tyriar/term_errors
...
Refactor terminal launch, improve error handling and add troubleshoot link to notification
2020-06-15 09:33:41 -07:00
Connor Peet
45dbf43a87
Merge branch 'connor4312/identify-cell-outputs'
2020-06-15 09:14:23 -07:00
Daniel Imms
a870da6ab2
Merge branch 'master' into tyriar/term_errors
2020-06-15 06:20:48 -07:00
Johannes Rieken
a875bd1919
use a true random file name when testing that openTextDocument opens another document, fixes https://github.com/microsoft/vscode/issues/100159
2020-06-15 11:45:59 +02:00
João Moreno
cb29362cc7
fixes #100168
2020-06-15 10:28:35 +02:00
Daniel Imms
63e04d0b07
Remove logging
2020-06-14 14:00:21 -07:00
Daniel Imms
5053f27c39
Merge branch 'master' into tyriar/term_errors
2020-06-14 06:56:51 -07:00
Daniel Imms
4307ebe69b
Log to debug on ci
2020-06-14 05:38:44 -07:00
Daniel Imms
1a2bc0feb7
Try use dom renderer
2020-06-13 12:21:53 -07:00
Daniel Imms
d1e834a73e
Don't show terminal in test
...
Seems to be causing a Chromium error in containers related to gpu
2020-06-13 09:33:35 -07:00
Rachel Macfarlane
1a1ab8a435
Better handling for MS auth provider when refresh token is not requested
2020-06-12 15:08:00 -07:00
Connor Peet
e8a11a80d6
fixup! tests
2020-06-12 14:34:45 -07:00
Miguel Solorio
fe70e8e27b
Update markdown extension to use codicons ( fixes #99976 )
2020-06-12 11:30:53 -07:00
Martin Aeschlimann
79b6605b4d
serverless: add python basic extension
2020-06-12 18:10:21 +02:00
Martin Aeschlimann
d78d88f7a8
make merge-conflic serverless
2020-06-12 11:03:52 +02:00
Matt Bierner
7e4cc2c435
Only run specific commands on the syntax server
...
This works better than running all commands on the syntax server by default
2020-06-11 20:05:33 -07:00
Matt Bierner
4933ceede3
Remove use strict
2020-06-11 20:05:33 -07:00
Matt Bierner
2c517389bc
Move example files for memfs to own folder
...
The strings for these files were taking up a lot of space, making browsing memfs.ts difficult
2020-06-11 20:05:33 -07:00
rebornix
ad30a37105
💄
2020-06-11 15:24:19 -07:00
rebornix
338eb5c82d
Fix #98828 . Copy cell should copy metadata.
2020-06-11 15:24:19 -07:00
Martin Aeschlimann
9007dfc971
json webpack fixes
2020-06-11 22:28:05 +02:00
Martin Aeschlimann
8e58baf50d
configuration-editing serverless
2020-06-11 22:27:51 +02:00
Martin Aeschlimann
917064c80c
move polyfills to build/polyfills
2020-06-11 21:54:43 +02:00
Matt Bierner
84487337d7
Remove more unused files from the typescript package
2020-06-11 11:52:28 -07:00
Martin Aeschlimann
4c030c46d4
[json] run serverless
2020-06-11 18:32:24 +02:00
João Moreno
159bc687ca
fix regex
2020-06-11 17:29:12 +02:00
Martin Aeschlimann
6af2987903
html/json: compute server module without server package.json
2020-06-11 14:59:56 +02:00
Alex Ross
ebc956492b
Add task API test for execution equality
...
Related to https://github.com/microsoft/vscode/issues/96643
2020-06-11 11:54:27 +02:00
Martin Aeschlimann
0a5e259993
web: turn off markdown performance hints
2020-06-11 11:37:58 +02:00
João Moreno
3cc8685501
fixes #24883
2020-06-11 11:36:57 +02:00
Martin Aeschlimann
e9c7969f93
add polyfills/** to vscodeignore
2020-06-11 10:18:39 +02:00
Martin Aeschlimann
57b0384a1a
[css] have compiled vscode-nls shim
2020-06-11 10:18:39 +02:00
Martin Aeschlimann
9de8a85408
extensions in web build
2020-06-11 10:18:11 +02:00
Matt Bierner
0145e38e5f
Enable the image preview in web/serverless
...
Fixes #99802
2020-06-10 16:44:10 -07:00
Matt Bierner
263baa79b0
Use extensionUri instead of Uri.file
2020-06-10 16:44:10 -07:00
Matt Bierner
86a9e31ccc
Update JS/TS grammars
2020-06-10 16:44:10 -07:00
Matt Bierner
1275b918be
Use joinPath in a few more places
2020-06-10 16:44:10 -07:00
Rob Lourens
002d722585
Merge pull request #99642 from microsoft/adi/object-setting-gui
...
Add a basic object renderer
2020-06-10 14:29:17 -07:00
Utsav Munendra
19dcc7916c
Fixes https://github.com/microsoft/vscode/issues/79910 ( #80150 )
...
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2020-06-10 17:41:48 +02:00
Aditya Thakral
3431da2b80
Support additionalProperties
2020-06-10 10:56:09 -04:00
Johannes Rieken
0fd2688cb4
check if clipboard actually works and only iff so write tests...
2020-06-10 16:08:29 +02:00
João Moreno
24f1b69a90
git file system should wait for model to be initialized
2020-06-10 15:44:53 +02:00
Alex Ross
92164dd93d
Add a pattern to the git BranchQuery ( #99681 )
...
* Add a pattern to the git BranchQuery
* Add count, which makes getting refs even faster
* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
Robert Massaioli
f3ffbedd41
Update for-in loop to work with eslint:recommended ( #99721 )
...
The code in the automatic template will fail this eslint rule: https://eslint.org/docs/rules/no-prototype-builtins . This is just plain annoying.
This change will make the snippet generated code not fail the linter. It will also avoid the subtle bugs that the eslint rule was made to avoid in the first place.
2020-06-09 23:52:58 -07:00
Eric Amodio
835142c44e
Allows refs in github uris
2020-06-10 01:42:04 -04:00
Matt Bierner
b5ba760623
Adopt Uri.joinPath
...
For #99717
2020-06-09 16:08:42 -07:00