Matt Bierner
adb27e5fd0
enable/disable deprecated diagnostics in core instead of requiring each diagnostic provider do so
2020-06-22 15:21:15 -07:00
Wenlu Wang
9d6054c99d
Add ts/js deprecated support ( #97742 )
...
* Add ts/js deprecated support
* Support callhierarchy
* avoid tags
* fix lint
* fix lint
* Avoid changes
* Avoid assign
* Avoid changes
* Avoid styles
* Add temp deps for build
* update version
* add config item
* fix type
* Use expiremental namepsace
* fix types
2020-06-22 14:01:37 -07:00
Alex Ross
40bda94ebc
Custom executions get lost during fetchTasks
...
Fixes #100577
2020-06-22 18:36:32 +02:00
Alex Ross
447603c7dc
Specifically test ordering in CustomExecution test
...
Part of #100733
2020-06-22 18:36:31 +02:00
Christof Marti
0a8c1aea39
Update fix ( #70887 )
2020-06-22 17:58:04 +02:00
Christof Marti
4242275cb1
Fix tests ( fixes #70887 )
2020-06-22 14:02:42 +02:00
Martin Aeschlimann
a5cdb44413
Merge pull request #100657 from MrNossiom/patch-1
...
Update logging
2020-06-22 13:03:39 +02:00
João Moreno
fad4d8d254
fixes #100524
2020-06-21 22:58:32 +02:00
Milo Moisson
fc8b56a966
Update logging
...
Remove enter after console.log/warn/error.
Really ennoying...
2020-06-20 18:26:14 +02:00
Fedor Nezhivoi
24e0a82229
Move encoding to common for #79275 ( #100539 )
...
* move encoding.ts to common for #79275
* load iconv-lite-umd and jschardet in web version for #79275
* move EncodingOracle to the AbstractTextFileService for #79275
* review
* update to new iconv-lite-umd
* add workaround for jschardet types
* fix indentation
* add iconv-lite-umd and jschardet to workbench.html
* fix paths for modules
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-20 10:47:29 +02:00
Martin Aeschlimann
c23285f8c8
[json] server path fix (for json-server npm)
2020-06-19 21:58:54 +02:00
Martin Aeschlimann
3acea34ca5
[css] custom data polishes
2020-06-19 21:58:54 +02:00
Martin Aeschlimann
e32da59d30
[npm] support serverless & cleanup
2020-06-19 21:58:54 +02:00
rebornix
9b38a98bc4
skip undo/redo test.
2020-06-18 10:38:30 -07:00
Alex Ross
ca74bac4b0
Update grammars
2020-06-18 17:35:13 +02:00
Fedor Nezhivoi
314b58c8e1
switch to use iconv-lite-umd for #79275 ( #100472 )
...
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-18 16:08:17 +02:00
Dirk Baeumer
0980b4d681
Fixes #96794 : php.validate.executablePath - Unable to override in workspace
2020-06-18 10:37:24 +02:00
rebornix
6c68514534
Fix #100329 . Content providers can contribute to undo/redo stack of a notebook document.
2020-06-17 17:08:09 -07:00
Matt Bierner
b95968eafb
Don't include inline source maps in markdown preview scripts
2020-06-17 15:24:16 -07:00
Matt Bierner
d7ae69e916
Pick up TS 3.9.5
2020-06-17 15:13:42 -07:00
Alex Ross
1a1b76f0ee
Check for undefined specifically in task execution test
...
Part of #100361
2020-06-17 11:41:48 +02:00
Benjamin Pasero
3675f28129
Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )""
...
This reverts commit 495112ded5 .
2020-06-17 10:45:58 +02:00
João Moreno
208d556b1d
fixes #100015
2020-06-17 09:41:55 +02:00
Benjamin Pasero
495112ded5
Revert "decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )"
...
This reverts commit 1dbfecd37f .
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi
1dbfecd37f
decouple vs/base/node/encoding.ts from node streams for #79275 ( #99413 )
2020-06-17 09:09:12 +02:00
rebornix
e7e21e7af4
typings refactoring not picked up.
2020-06-16 16:48:05 -07:00
Alex Ross
3e4f95f60a
Fix ordering in tasks execution tests
2020-06-16 17:52:30 +02:00
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