Commit Graph

67525 Commits

Author SHA1 Message Date
谭九鼎
fb94ca50fc Use https for stackoverflow (#100655) 2020-06-23 10:59:52 +02:00
Benjamin Pasero
35266f90b6 sandbox - move contextmenuService into sandbox 2020-06-23 10:51:43 +02:00
João Moreno
0913b1aa43 fixes #100829 2020-06-23 10:32:00 +02:00
Christof Marti
3d93daf7ca Not only (#70887) 2020-06-23 10:22:21 +02:00
Sandeep Somavarapu
434dc1bb66 Disabled as it is failing in build @jrieken #100828 2020-06-23 10:15:29 +02:00
Johannes Rieken
933e3fa613 more logging for https://github.com/microsoft/vscode/issues/100524 2020-06-23 10:01:09 +02:00
Alex Dima
d2d0b50cea Remove window from the argument list of web worker extensions 2020-06-23 09:38:29 +02:00
Sandeep Somavarapu
129cc5a668 Comment out failing job 2020-06-23 08:35:04 +02:00
Benjamin Pasero
b8f63e9ebe code 💄 2020-06-23 08:02:18 +02:00
Benjamin Pasero
d5c5c025b1 Reloading/restoring workbench with open webview throws exception (fix #100783) 2020-06-23 07:41:43 +02:00
Matt Bierner
60d8579425 Make sure select all works in webviews 2020-06-22 18:06:55 -07:00
Matt Bierner
61f796ee89 Use custom scheme for loading webview wrapper contents
This moves us closer to using iframes directly instead of webview elements
2020-06-22 17:26:10 -07:00
Matt Bierner
688b97d811 Make sure custom editors still correctly override webview undo/redo
For #90110
2020-06-22 16:41:42 -07:00
Matt Bierner
593ee445cf Clean up registered custom editor providers when ext host crashes
Fixes #99053
2020-06-22 16:19:01 -07:00
Connor Peet
aa01066b71 notebooks: fix renderer message passing being broken 2020-06-22 15:47:10 -07:00
Matt Bierner
c5e1438a6e Don't report literal errors on null 2020-06-22 15:43:13 -07:00
Matt Bierner
5c375ef21c Use array of class names instead of string 2020-06-22 15:24:07 -07:00
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
Matt Bierner
a8f1fedaf6 Update to latest TS 4.0 for building VS Code
Also removes an unused export that was causing compile issues
2020-06-22 15:02:52 -07:00
Matt Bierner
b46b5251ae Extract constant 2020-06-22 15:02:52 -07:00
Matt Bierner
8dc7beac85 Finalize CodeActionProviderMetadata.documentation
Fixes #86788
2020-06-22 15:02:52 -07:00
rebornix
222871eda7 Fix #99371. Find widget animation should be inside the editor container. 2020-06-22 14:49:38 -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
Alexandru Dima
60da9d867a Merge pull request #100482 from IllusionMH/search-step-over-surrogates-100134
Step over surrogate pairs on zero-lenth matches (fixes #100134)
2020-06-22 22:50:17 +02:00
Sandeep Somavarapu
1f06ff43c1 revert removing builtin extensions from dev html 2020-06-22 22:38:33 +02:00
Alex Dima
885b9f1cd2 Fixes #100224: Use the actual contentWidth to determine if a horizontal scrollbar is necessary 2020-06-22 22:11:57 +02:00
Martin Aeschlimann
aa46585224 code.se: Improve version check for WSL2 2020-06-22 21:49:24 +02:00
Sandeep Somavarapu
f2a654c782 fix build - add contrib/views to i18n. @alexr00 FYI 2020-06-22 19:18:02 +02:00
Miguel Solorio
38cd0a377b Add workbench override for codicons scope (fixes #98495) 2020-06-22 09:43:07 -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
Connor Peet
a57cb45be8 notebooks: pipe renderer API postmessages to the renderer itself (#100414)
* notebooks: pipe renderer API postmessages to the renderer itself

Previously the postMessage on acquireNotebookRenderer API was just
a proxy to the global vscode postmessage. Now, it's linked to the
renderer and will cause an optional `onDidReceiveMessage` method on
the renderer to be called.

The message still _also_ goes to the global webview message handling
for advanced use cases, but this change allows the webview<->renderer
communication to be more nicely contained
and separate for most use cases.

* wip

* fixup! pr comments
2020-06-22 09:35:16 -07:00
Alex Dima
5e6729d9bd commit generated files 2020-06-22 18:17:04 +02:00
Johannes Rieken
d7d6daba15 update ref view, fixes https://github.com/microsoft/vscode/issues/100726 2020-06-22 18:00:41 +02:00
Christof Marti
0a8c1aea39 Update fix (#70887) 2020-06-22 17:58:04 +02:00
Johannes Rieken
430070cce6 update jsdoc 2020-06-22 17:38:37 +02:00
Johannes Rieken
506c6d02b3 extract things into file operations, https://github.com/microsoft/vscode/issues/91383 2020-06-22 17:29:17 +02:00
Martin Aeschlimann
83ed704964 update distro 2020-06-22 17:22:03 +02:00
Sandeep Somavarapu
72a1da7705 update distro 2020-06-22 17:12:08 +02:00
Sandeep Somavarapu
f199d5321e check if package json exists 2020-06-22 17:09:02 +02:00
Sandeep Somavarapu
932aaadc32 Merge pull request #100755 from microsoft/sandy081/serverless/inlineBuiltinExtensions
Scan builtin extensions task
2020-06-22 17:07:07 +02:00
isidor
4f76209b7c views: show secondary view visibility actions in title area
#98614
2020-06-22 16:32:36 +02:00
Rob Lourens
33676982c8 Look up mode aliases for cell language 2020-06-22 09:15:47 -05:00
Rob Lourens
fe27df1bdf Fall back on plaintext when a notebook provider gives us an unrecognized language 2020-06-22 09:15:47 -05:00
Rob Lourens
451ec4d8b6 Fix error when focusing notebook as it's loading
Can't call getCellIndex of undefined
2020-06-22 09:15:47 -05:00
Sandeep Somavarapu
034d893cd5 remove builtin extensions entry 2020-06-22 15:59:16 +02:00
Alexandru Dima
45a222d4c5 Merge pull request #100729 from microsoft/alex/extension-host 2020-06-22 15:50:00 +02:00
Johannes Rieken
e3b9caa935 restructure bulk edit service, https://github.com/microsoft/vscode/issues/91383
create separate files for text and file operation
2020-06-22 15:42:05 +02:00
Sandeep Somavarapu
7bfb55ece5 scan builtin extensions 2020-06-22 15:38:07 +02:00
Sandeep Somavarapu
f816c23b22 Use service endpoint url for builtin extensions 2020-06-22 15:36:51 +02:00