meganrogge
e880f7ef3d
fix #131571
2021-08-24 14:37:21 -07:00
Matt Bierner
4cd3ec8281
Update commit
2021-08-24 14:15:43 -07:00
Don Jayamanne
b23486ef7a
Merge pull request #131035 from DonJayamanne/issue129370
2021-08-24 13:51:50 -07:00
Tyler Leonhardt
9e0732389b
have the input message wrap. Fixes #131460
2021-08-24 13:22:08 -07:00
Rob Lourens
7b42be8201
Also support "openToSide" keybinding for openSettingsJson command
...
Fix #123282
2021-08-24 12:12:24 -07:00
Matt Bierner
1ca3cbab1f
Fix missing semicolon
2021-08-24 11:29:42 -07:00
Rob Lourens
4f779a53d7
💄
2021-08-24 11:15:22 -07:00
sdissegna-maystreet
90fa870b8e
Fix service worker version check in browsers: ( #131408 )
...
make sure to post the 'version' message to the
newly created service worker instead of an old one.
2021-08-24 11:06:40 -07:00
Joe Previte
d836a48505
feat: add asWebviewUri test with port in name ( #131447 )
...
This PR adds another test for asWebviewUri to ensure that everything works es
expected even with a port number in the webview authority.
We do this because there are open source versions of VS Code which run on
localhost and have had issues in the past with resources not loading in
webviews.
2021-08-24 11:01:43 -07:00
Matt Bierner
5f19eee5dc
Fix origin check
2021-08-24 10:57:07 -07:00
Matt Bierner
6b8e302f8d
Add logging for origin mismatch
2021-08-24 10:36:39 -07:00
Jackson Kearl
4a3ffd3497
Close #125354
2021-08-24 09:38:35 -07:00
Sandeep Somavarapu
58d45a9b89
Merge pull request #131120 from microsoft/misolori/peek-views-updates
...
Update peek styles
2021-08-24 18:31:11 +02:00
Alex Dima
7fba93f63a
Keep HorizontalPosition.originalLeft ( #131341 )
2021-08-24 18:01:07 +02:00
Alex Dima
3ab5ecb8eb
Delay using Math.round as much as possible ( #131341 )
2021-08-24 18:01:07 +02:00
Alex Dima
cf7cbf9e6c
Pass in lineNumber to simplify debugging
2021-08-24 18:01:06 +02:00
Daniel Imms
75f509fa8a
Add missing region from terminal api
2021-08-24 08:51:26 -07:00
Benjamin Pasero
8f4bd1058c
Editor that fails to load error message ( fix #131509 )
2021-08-24 17:29:41 +02:00
Benjamin Pasero
eaac37b408
Editor error message alignment ( fix #131511 )
2021-08-24 16:54:06 +02:00
isidor
502c9c5b89
remove unused css
2021-08-24 16:53:51 +02:00
Benjamin Pasero
1d9dc8b261
web - filter out *.crswap via files.exclude
2021-08-24 16:44:36 +02:00
Alex Ross
7dc07e39d6
Don't allow local open folder on web
2021-08-24 16:14:54 +02:00
Alex Dima
577cf13db9
Add Open in browser troubleshooting action
2021-08-24 15:59:50 +02:00
Alex Dima
6dd56684c4
Add "Open Developer Tools" action when establishing a connection fails
2021-08-24 15:47:36 +02:00
Sandeep Somavarapu
6ce910502e
skip packed extension if cannot be installed
2021-08-24 14:57:33 +02:00
Alex Ross
0a44393033
Fix simple file dialog for local files when remote
2021-08-24 14:29:40 +02:00
Daniel Imms
b2f0855a7d
Clarify extensions/commands can trigger interactedWith
...
Fixes #131497
2021-08-24 04:46:29 -07:00
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