Commit Graph

86635 Commits

Author SHA1 Message Date
Daniel Imms
2eee67f1a2 Remove unused TerminalStateChangeEvent
Fixes #131496
2021-08-24 04:40:20 -07:00
Henning Dieterichs
e0c5a9c443 Merge pull request #131254 from spahnke/monaco-code-action
[Standalone editor] Add support to list provided code action kinds when registering a `CodeActionProvider`
2021-08-24 12:46:55 +02:00
Benjamin Pasero
701fcb7a9c editors - clicking "Try again" from placeholder should show error to user 2021-08-24 11:49:36 +02:00
Johannes Rieken
e90f1e3c21 add pythom to endgame notebook 2021-08-24 11:34:04 +02:00
Rob Lourens
f4db5eac35 Disable tests that hit the notebook webview (see e4a7f93ed3) 2021-08-24 00:03:09 -07:00
Rob Lourens
2212b766aa Also skip Notebook API Tests (see e4a7f93ed3) 2021-08-23 23:17:54 -07:00
Harald Kirschner
6c80a009c1 Initial draft for web-optimized walkthrough (#131153)
Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-08-23 20:44:53 -07:00
meganrogge
ca58d1de85 fix #131439 2021-08-23 19:39:32 -07:00
Matt Bierner
e4a7f93ed3 Temporarily skip the notebook editor tests
We need the new webview content to be published before these can run
2021-08-23 19:25:55 -07:00
Jackson Kearl
7a8051acae Close #130153 2021-08-23 18:47:42 -07:00
Matt Bierner
a70fd2fbf6 Bump default webview commit 2021-08-23 18:46:43 -07:00
SteVen Batten
2d3c45878e fixes #121094 2021-08-23 16:15:10 -07:00
Connor Peet
698855dc09 debug: bump js-debug version 2021-08-23 16:06:34 -07:00
Matt Bierner
188807087e Don't transform data uris
Fixes #131256
2021-08-23 15:47:36 -07:00
Matt Bierner
200f74cee6 Don't add to contentDisposables twice 2021-08-23 15:47:36 -07:00
Henning Dieterichs
4ce0c38812 Removes some flickering of inline completions. 2021-08-24 00:31:00 +02:00
Henning Dieterichs
e898b8d0d0 Prevents cursor from entering injected text for good. 2021-08-24 00:30:38 +02:00
Vighnesh Kulkarni
9a3db30a7a Added a new step when git is not installed. Fixes #125349 (#131082) 2021-08-23 14:55:47 -07:00
Tyler Leonhardt
c830429cb1 offer to auto detect ipynb cells 2021-08-23 14:46:55 -07:00
Rob Lourens
e4634eaa6b Don't show "is already running" dialog for debug sessions that weren't launched directly by the user
Fix #131432
2021-08-23 14:35:19 -07:00
SteVen Batten
5e7eb1bbba tweak wording 2021-08-23 13:53:38 -07:00
Matt Bierner
f29bc05bb5 Disable parameter names hints by default 2021-08-23 13:51:10 -07:00
Matt Bierner
abdb6ecc16 Remove log
Forgot to unstage
2021-08-23 13:36:11 -07:00
Matt Bierner
22bd3b66dd Check origins on webview messaging 2021-08-23 12:59:11 -07:00
SteVen Batten
68be11c73c fixes #121201 2021-08-23 12:49:22 -07:00
Daniel Imms
da6acd1a5f Update distro 2021-08-23 12:46:14 -07:00
Daniel Imms
b9b5711a8a Update xterm
Commit: a706e010f4c274c051d817c3e2d0e454bcc04996

Fixes #82489
2021-08-23 12:37:08 -07:00
meganrogge
f810da250e Fix build 2021-08-23 12:35:30 -07:00
meganrogge
1c4c7c29fa fix #131404 2021-08-23 12:16:40 -07:00
Logan Ramos
2da60a8a4a Finalize #129053 2021-08-23 15:08:33 -04:00
Tyler Leonhardt
eaa6f56c52 update vscode-languagedetection 2021-08-23 11:08:30 -07:00
Tyler James Leonhardt
c574731ae9 Fix non-fuzzy highlighting in quick input (#131292)
* initial implementation that highlights consecutive maches correctly

* fuzzy -> allowNonContiguousMatches

* alternative implementation

* add tests and rename property to align

* use lower strings
2021-08-23 10:59:04 -07:00
Logan Ramos
ad42148eeb Have vscode.env.telemetryEnabled respect product config 2021-08-23 13:46:29 -04:00
meganrogge
1c324f820b move splitActiveTerminal into location 2021-08-23 09:50:20 -07:00
Johannes Rieken
de1adedfaa removed proposed API check for shortTitle, https://github.com/microsoft/vscode/issues/126457 2021-08-23 17:54:13 +02:00
Daniel Imms
c1dbac423e Add notifications.hideList to commandsToSkipShell
Fixes #131380
2021-08-23 07:23:12 -07:00
Sandeep Somavarapu
6e46f926fe action to open installed web extensions resource 2021-08-23 15:41:00 +02:00
Daniel Imms
3f74492a24 Skip notifications.hideToasts in terminal
Fixes #131380
2021-08-23 06:29:16 -07:00
Sandeep Somavarapu
9059489971 update distro 2021-08-23 15:20:18 +02:00
Sandeep Somavarapu
b8b716bf17 run oss tool 2021-08-23 15:19:35 +02:00
Alexandru Dima
cdb6dbdc08 Merge pull request #131392 from afonsomatos/patch-1
Fix Drag&Drop not working in Shadow Dom
2021-08-23 15:13:13 +02:00
Alex Ross
69936d5999 Properly duplicate TaskGroup 2021-08-23 15:00:19 +02:00
Daniel Imms
369c6efae5 Update xterm-addon-serialize
Includes repository in package.json
2021-08-23 05:58:00 -07:00
Alex Dima
a7d4c34358 update distro (fixes #131399) 2021-08-23 14:49:54 +02:00
Henning Dieterichs
43666f33a1 Fixes #130993 by improving descriptions of the bracket pair colorization enable setting & bracket highlight colors. 2021-08-23 14:35:18 +02:00
Alex Dima
be7046f091 Pass the desired remote host in ITunnelConnectionStartParams 2021-08-23 14:33:17 +02:00
Martin Aeschlimann
c8209aff4c Fonts: consider to set font-display: block. Fixes #131396 2021-08-23 14:31:13 +02:00
Alex Dima
8a0ef4107e No need to throw, $setRemoteEnvironment is only meant for the remote extension host 2021-08-23 14:13:17 +02:00
Sandeep Somavarapu
ae6c81fbea Merge pull request #131271 from nickofolas/main
Fix grammatical issues in status bar
2021-08-23 14:05:01 +02:00
Sandeep Somavarapu
f124333cc2 introduce undefined target platform 2021-08-23 13:47:30 +02:00