Commit Graph

67509 Commits

Author SHA1 Message Date
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
Logan Ramos
919cf3630c Update the version of the telemetry extractor (#100501) 2020-06-22 09:30:52 -04:00
Alex Ross
197b3bcf33 Remove old reference to views.css from viewsService.ts 2020-06-22 15:11:18 +02:00
Alex Dima
43cc5d49e7 Add a setting extensions.webWorker 2020-06-22 14:04:35 +02:00
Christof Marti
4242275cb1 Fix tests (fixes #70887) 2020-06-22 14:02:42 +02:00
Jackson Kearl
a8dd98d6a1 Bump actions. 2020-06-22 04:50:44 -07:00
Martin Aeschlimann
a5cdb44413 Merge pull request #100657 from MrNossiom/patch-1
Update logging
2020-06-22 13:03:39 +02:00
Alex Ross
197448428b Fix changed IHoverService location 2020-06-22 11:30:23 +02:00
Alex Ross
fb36c0ddc3 Adopt hover service in custom tree view
Part of #100741
2020-06-22 11:09:44 +02:00
Alex Dima
5b363f0859 Package the web worker extension host 2020-06-22 10:36:14 +02:00
Sandeep Somavarapu
3208168620 Fix #100425 2020-06-22 10:35:43 +02:00
Benjamin Pasero
96bd9fa91e sandbox - move fileDialogService to sandbox 2020-06-22 10:32:47 +02:00
Benjamin Pasero
1264c0dfbf paths - allow to get at local userHome folder 2020-06-22 10:28:02 +02:00
Benjamin Pasero
68bf05a59c 🆙 distro 2020-06-22 09:43:32 +02:00
Benjamin Pasero
0fca6246e4 build - add web ignore file 2020-06-22 09:41:43 +02:00
Alex Dima
a2668168b2 Merge remote-tracking branch 'origin/master' into alex/extension-host 2020-06-22 09:39:20 +02:00
Benjamin Pasero
d4377111b1 remote paths - deprecate resolvedUserHome 2020-06-22 09:34:47 +02:00