Commit graph

85931 commits

Author SHA1 Message Date
Benjamin Pasero bf4a4a6b05
smoke tests - retry data migration tests on windows (#129279) 2021-08-04 18:10:00 +02:00
Jean Pierre b35dca4ffb
Fixes #127671 (#129668) 2021-08-04 09:04:01 -07:00
meganrogge 594767c866
fix #129858 2021-08-04 08:28:12 -07:00
Megan Rogge 4b6d224f63
pass untyped terminal resource to editorService (#130113) 2021-08-04 08:20:16 -07:00
Logan Ramos 0b87133f5b
Centralize query parameter cleaning /cc @bpasero and @aeschli 2021-08-04 10:58:28 -04:00
Megan Rogge 62ace4e10b
combine splitInstance with createTerminal (#130106) 2021-08-04 07:37:44 -07:00
Benjamin Pasero e33c0c34cc
web - fix integration tests 2021-08-04 16:09:28 +02:00
Benjamin Pasero 643c76bff2
storage - init workspace storage again on reload/load of window (#127421) 2021-08-04 15:51:46 +02:00
Benjamin Pasero 2f58131321
smoke tests - fix compile issue 2021-08-04 15:46:10 +02:00
Benjamin Pasero 0804afd00e
debt - delete apiCommands (fix #110583) 2021-08-04 15:43:37 +02:00
Benjamin Pasero c28ea165cd
smoke tests - try other ways of ensuring the editor is open for data migration (#129279) 2021-08-04 15:32:21 +02:00
Benjamin Pasero e007ca899c
cli - handle unhandled errors (fix #128854) 2021-08-04 13:43:07 +02:00
Benjamin Pasero 78a478fba1
workspaces - do not offer to open workspace file from virtual workspaces 2021-08-04 12:07:27 +02:00
Benjamin Pasero 4edcb2906d
vscode.d.ts - clarify how to open an untitled file with associated file path (for #129060) 2021-08-04 11:32:24 +02:00
Benjamin Pasero ff69e14f5d
IntervalCounter flaky web test (fix #129774) 2021-08-04 11:02:39 +02:00
Benjamin Pasero b6ca3e52ae
Remove dependency on node require for startup code path (#130088)
* sandbox - disable support to enable file protocol

* mitigate symlinks on different drives
2021-08-04 10:45:11 +02:00
Benjamin Pasero 53c3a2297b
watcher - refuse to watch /Volumes to mitigate #106879 2021-08-04 10:38:18 +02:00
Matt Bierner f944203712
Remove old cast
Not needed with TS 4.4
2021-08-03 22:15:43 -07:00
Matt Bierner b2142b93e0
Add katex style to root of notebook
Fixes #128490

This is needed to ensure the katex font-face is loaded properly

Seems like this is needed to work around a bug: https://bugs.chromium.org/p/chromium/issues/detail?id=336876
2021-08-03 21:46:16 -07:00
Rob Lourens fd48df6c7f Skip failing test 2021-08-03 20:01:27 -07:00
Rob Lourens 18aeb87b13 Hide notebook getting started commands from f1 when disabled 2021-08-03 19:26:40 -07:00
Rob Lourens b7a1a482f6 Make methods async in prefService 2021-08-03 18:56:45 -07:00
Tyler Leonhardt 37bd7e0a55
fix auth test failure 2021-08-03 18:19:59 -07:00
Tyler Leonhardt 262a3c6a47
add telemetry for provider usage 2021-08-03 17:40:44 -07:00
rebornix 5010fbbf6d fix #128391. 2021-08-03 17:39:57 -07:00
rebornix ddf032aae4 render command full title as tooltip. 2021-08-03 17:01:28 -07:00
rebornix 77f0469713 optimize cell collapse dom structure. 2021-08-03 16:37:47 -07:00
Matt Bierner e4eaed4bf5
Add support for rendering @linkcode jsdoc tags as code 2021-08-03 16:37:26 -07:00
Matt Bierner 5bc143160c
Add on Error handler for ts worker 2021-08-03 16:37:25 -07:00
Connor Peet 04dcda4b3b
testing: fix clear results leaving progress text
Fixes #129763
2021-08-03 16:34:51 -07:00
Connor Peet 14cb70fbde
main: address lockfile polish 2021-08-03 16:27:24 -07:00
Connor Peet dc3c42e7d2
debug: fix platform configs requiring unnecessary properties
Fixes #129071
2021-08-03 16:27:24 -07:00
Tyler Leonhardt a8332b75e4
delete extra afterTokenLoad 2021-08-03 16:24:28 -07:00
Tyler Leonhardt c935e2292f
rename forceRecreate to forceNewSession and allow it to take in a detail 2021-08-03 16:21:04 -07:00
Robo eede0a5b71
ci: fix keychain (#130068)
* ci: list keychains

* ci: reset login keychain

* ci: create default keychain

* chore: cleanup

* chore: add explainer
2021-08-03 15:05:06 -07:00
Tyler Leonhardt 37a8fe959c
no longer call /user to verify tokens 2021-08-03 14:50:07 -07:00
Raymond Zhao 2be9d3f7e0
Increase inputbox width, fixes #129469 2021-08-03 14:49:46 -07:00
Raymond Zhao 77a3f6d2c5
Fix event handling, fixes #130069 2021-08-03 14:47:42 -07:00
Tyler James Leonhardt c694a8b960
add new label assignment 2021-08-03 14:01:10 -07:00
Matt Bierner af39918361
Organize imports in md ext 2021-08-03 13:22:46 -07:00
Matt Bierner 48c560d788
Organize imports in TS ext 2021-08-03 13:22:45 -07:00
Connor Peet d309d3344f
debug: remove legacy debuggers and bump js-debug
Fixes https://github.com/microsoft/vscode-js-debug/issues/1065
2021-08-03 13:02:13 -07:00
Matt Bierner 38695658dc
Register disposable 2021-08-03 12:59:54 -07:00
Matt Bierner 47f3ace055
Enable rendering highlighted code in the settings editor
Fixes #129645
2021-08-03 12:58:44 -07:00
Rob Lourens ffb40deb52 Build ipynb extension before integration test 2021-08-03 12:15:16 -07:00
Matt Bierner 82331754b3
Enable param name inlayHints by default for TS
Looking for feedback. Will also consider keeping enabled if it looks stable enough
2021-08-03 12:04:00 -07:00
Matt Bierner 6838cc17b5
Revert "Revert "Update to build with latest TS version""
This reverts commit 3bf817f0f8.
2021-08-03 12:01:56 -07:00
Rob Lourens bb4a627722 💄 2021-08-03 11:26:09 -07:00
Rob Lourens 1d8a91d86f Add integration test for opening a ipynb file 2021-08-03 11:19:22 -07:00
Rob Lourens 190a89dd1b Port unit tests from vscode-jupyter to ipynb extension
#129446
2021-08-03 11:19:22 -07:00