Commit graph

66576 commits

Author SHA1 Message Date
Benjamin Pasero e12a3effba files - fix tests 2020-06-01 10:20:54 +02:00
Benjamin Pasero 49ac6d4f6b 💄 2020-06-01 10:20:54 +02:00
Alex Dima f8e068f30a
Fixes #98750: Do not remove all undo/redo elements when an undo/redo key is shared 2020-06-01 10:06:48 +02:00
Jackson Kearl c4df96bbef Add release pipeline action & bump actions.
Closes #97536.
2020-06-01 01:06:08 -07:00
Benjamin Pasero acd3be0499 fix bad name of service 2020-06-01 09:40:54 +02:00
Benjamin Pasero 0b634c485d files - avoid isEqual check for doSave() 2020-06-01 09:29:25 +02:00
Benjamin Pasero 190292e56b a couple of URI identity related changes
- adopt URI identity service in editor service
- allow to open an editor with a certain URI if a model exists for that URI and not use canonical form
- make sure to only accept models of identical URIs into file editor inputs upon creation
2020-06-01 09:14:08 +02:00
Benjamin Pasero b0b329c1a2 💄 code style 2020-06-01 09:10:03 +02:00
Benjamin Pasero 781950c23e editors - change whenClosed to use editor interface 2020-06-01 09:09:09 +02:00
Benjamin Pasero 705e1ba5a9 working copy files - use URI identity service and optimize move/copy to same URI 2020-06-01 09:05:32 +02:00
Benjamin Pasero 75bfdbe706
workaround #98934 (#98936) 2020-06-01 08:50:52 +02:00
Benjamin Pasero 9bc5425eaa working copy file service - assert delete/move/copy operations are valid before even attempting them 2020-06-01 08:50:20 +02:00
Benjamin Pasero 41150cfa63 Files: unable to "Save as.." with same name, different case (fix #98864) 2020-06-01 08:41:47 +02:00
Benjamin Pasero 06524e63d0 notification - add animation steps to progress (fix #97900) 2020-06-01 08:33:49 +02:00
Rob Lourens 21e43b6703 Enforce notebook cell title menu as proposed API 2020-05-31 21:00:01 -05:00
rebornix ff9504d7d4 Fix windows file name match 2020-05-31 15:54:50 -07:00
Rob Lourens 79a1f5a5ca Break infinite loop in "focus previous result". Don't run focus next/previous at all when not valid 2020-05-31 13:49:11 -05:00
Rob Lourens 0201686937
Merge pull request #98690 from microsoft/roblou/downloadBlobUrl
Support downloading blob URLs and data URLs when clicked in a notebook webview
2020-05-31 11:21:41 -07:00
Rob Lourens 57c79f4c7d Move data URL handling code out of preload script. Guess extension based on mimetype if 'download' isn't provided 2020-05-31 13:19:24 -05:00
Jackson Kearl 8a25d277c5 Dont show Search: Focus Next/Prev when not applicable. Fixes #98880. 2020-05-31 11:03:59 -07:00
rebornix ed0803e668 fix false negative tests 2020-05-30 18:05:54 -07:00
rebornix b1c870fe25 Disable webview related tests on web. 2020-05-30 18:02:56 -07:00
rebornix a14a793150 split editor does not await, notebook events are not sent to ext host in time on Web. 2020-05-30 18:02:31 -07:00
rebornix 0bf860564a Diffing editors/documents/visibleEditors/activeEditor. 2020-05-30 17:59:14 -07:00
rebornix 7fccb0d608 use updateState/compute instead of sending delta directly. 2020-05-30 17:57:48 -07:00
rebornix c2131f984e set visible editors active property correctly. 2020-05-30 17:53:26 -07:00
rebornix 0663fac3ac support cell text model attach/detach on web. 2020-05-30 17:52:50 -07:00
rebornix 472571daa3 await notebookEditor.setModel: sends all initialization events to ext host when opening notebook. 2020-05-30 17:51:13 -07:00
Matt Bierner 50f907f0ba Add more strict typing for webview options
We can only send URI components over from the extension host to the renderer process. Make sure the typings reflect that

Follow up on #98746
2020-05-30 11:03:18 -07:00
Matt Bierner b2cb8682f9 Remove rewriting logic added for #98768
This only appears to work in very specific case
2020-05-29 23:13:19 -07:00
Matt Bierner 2b9c5271a1 Fix rewriting of vscode-webview-resource schemes when using iframe based webviews 2020-05-29 23:12:22 -07:00
Miguel Solorio e70bf91f55 Update hover feedback for cell margins for dragging 2020-05-29 13:05:10 -07:00
Miguel Solorio 28a4232ddc Update code cell bg, border, and output bg 2020-05-29 12:13:56 -07:00
rebornix a537cb7370 💄 2020-05-29 12:07:35 -07:00
matt penrice 3cb12a21b5
Create VsCodeResource for schemed filepaths (#94986) 2020-05-29 12:00:22 -07:00
SteVen Batten 5bec7163f3 polish #98016
based on user feedback
2020-05-29 11:44:29 -07:00
SteVen Batten b9d2db5ebe allow toggling home indicator 2020-05-29 11:31:48 -07:00
Matt Bierner dfde221caa Fix the remove unused source action not removing single unused interfaces 2020-05-29 11:05:38 -07:00
Matt Bierner 5f8e6d0b19 Make sure add all missing imports quick fix comes after individual add missing import quick fixes
Fixes #98613
2020-05-29 11:05:38 -07:00
rebornix 89b16f2c7c Fix #98036. update editor container focus when focus goes into detached notebook and outputs in webview. 2020-05-29 11:00:08 -07:00
Rob Lourens 2c137b4ea2 Fix build 2020-05-29 12:50:51 -05:00
Rob Lourens 7be726fd8a Support downloading blob URLs and data URLs when clicked in a notebook webview
Fix #98101
2020-05-29 12:50:51 -05:00
Rob Lourens 0780b5ef40 Nicer looking plaintext outputs 2020-05-29 12:50:28 -05:00
rebornix 56326dbd85 base href in notebook webview. 2020-05-29 10:20:51 -07:00
Peng Lyu ebdff39cca
Merge pull request #98607 from microsoft/rebornix/notebookMoveNSplit
differentiate notebook moving to new group and splitting
2020-05-29 10:15:55 -07:00
Connor Peet 334758d23b
chore: update js-debug and friends 2020-05-29 10:11:33 -07:00
SteVen Batten 41ea7e4377 fixes #98751 2020-05-29 10:01:52 -07:00
rebornix 426622cd28 Merge remote-tracking branch 'origin/master' into rebornix/notebookMoveNSplit 2020-05-29 09:46:45 -07:00
rebornix 8317591a5b tests 💂 2020-05-29 09:43:31 -07:00
Johannes Rieken b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00