Commit graph

86688 commits

Author SHA1 Message Date
Chuck Lantz b05c4cabbf Comment tweaks 2021-08-24 19:00:20 -07:00
Chuck Lantz 0b7c156506 Cleanup, use multi-stage Dockerfile to minimize size 2021-08-25 01:32:08 +00:00
Matt Bierner d082058d44
Add API for setting kernelspec in ipynb files (#131219)
* Add API for setting kernelspec in ipynb files

Fixes #130602

This adds a new API to the built-in ipynb extension that lets other extension set the kernelspec metadata on a notebook file

* Temporarily skip the notebook editor tests

We need the new webview content to be published before these can run

* Use `custom`  instead of top level property
2021-08-24 18:06:53 -07:00
Matt Bierner d152e72606
Skip webview test on web for now 2021-08-24 18:06:18 -07:00
Don Jayamanne a4f31f7a85
Merge pull request #131597 from DonJayamanne/bringBackPerfFixes 2021-08-24 17:51:41 -07:00
Harald Kirschner 2372886617 Adding back open file/folder for web 2021-08-24 17:31:26 -07:00
Jackson Kearl 86cc505c2f
Fix #131455 2021-08-24 17:18:58 -07:00
Don Jayamanne 7bbd66c2d2 Fixes with tests 2021-08-24 17:17:48 -07:00
Don Jayamanne 31abc3784e Revert "Merge pull request #131592 from DonJayamanne/revertPerfFixes2"
This reverts commit 52baabff07, reversing
changes made to 6e930fb6d4.
2021-08-24 17:16:44 -07:00
Don Jayamanne 52baabff07
Merge pull request #131592 from DonJayamanne/revertPerfFixes2 2021-08-24 16:45:47 -07:00
Don Jayamanne c397afa3bd Revert "Merge pull request #131035 from DonJayamanne/issue129370"
This reverts commit b23486ef7a, reversing
changes made to 9e0732389b.
2021-08-24 16:27:10 -07:00
Matt Bierner 6e930fb6d4
Update distro 2021-08-24 16:15:57 -07:00
Matt Bierner 7894e40044
Fix authority check casing issue
The `event.origin` authority seem to be normalized to lowercase

This fixes loading of extension pages
2021-08-24 15:53:19 -07:00
Matt Bierner a024cbcc42
Unskip tests 2021-08-24 15:14:15 -07:00
Matt Bierner f0942b3816
Only log message if targeted webview is dropping the message
Currently this logs too often
2021-08-24 15:08:12 -07:00
Matt Bierner 065b5f9715
Don't skip webview tests
Should be fixed now
2021-08-24 15:08:11 -07:00
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