Commit graph

76977 commits

Author SHA1 Message Date
Johannes Rieken 79f90304be refine completion provider for context keys, https://github.com/microsoft/vscode/issues/9303 2021-02-17 15:21:45 +01:00
Benjamin Pasero 29f80fb60f 🆙 distro 2021-02-17 15:21:24 +01:00
Daniel Imms 154c94ef3b
Update terminalView.ts 2021-02-17 06:14:36 -08:00
Benjamin Pasero 9de38fc9a8
Disable keytar in our integration tests (#116852)
* tests - extract and use ALL_PLATFORMS_API_TESTS_EXTRA_ARGS

* tests - throw when accessing keytar from API tests
2021-02-17 15:09:40 +01:00
Ladislau Szomoru d7230651ac Remove old workspace trust editor 2021-02-17 14:58:41 +01:00
Ladislau Szomoru 797dc143ff Fixed command, added spacing 2021-02-17 14:58:41 +01:00
Daniel Imms 5daa0b3b59 Fix right click paste
Fixes #116801
Fixes #116850
2021-02-17 05:53:01 -08:00
Johannes Rieken 5870204e95 make notebook and cell metadata classes, https://github.com/microsoft/vscode/issues/116333 2021-02-17 14:19:49 +01:00
Ladislau Szomoru 8615af08b3 Tweak input field width 2021-02-17 14:11:31 +01:00
Ladislau Szomoru f2a1ecc9a7 Add workspace trust banner + UI polish 2021-02-17 14:11:31 +01:00
Benjamin Pasero c1230f8847 shared process - log errors/crashes also to active window 2021-02-17 14:07:29 +01:00
Johannes Rieken 678acbe536 outputs in notebooks 2021-02-17 13:16:28 +01:00
Johannes Rieken 13070015bd expose context key info command, add first version of completion item provider for package.json and keybindings.json files, https://github.com/microsoft/vscode/issues/9303 2021-02-17 11:52:28 +01:00
Alex Ross 44dbd18255 Wait for tree to be registered before disposing
This fixes the tree view rpc test
Fixes #116776
2021-02-17 11:48:20 +01:00
Johannes Rieken 1bf78c50fe add NotebookCellOutput#metadata, also use API type internally and translate dto sooner, fixes https://github.com/microsoft/vscode/issues/116792 2021-02-17 10:36:02 +01:00
Alex Ross 7a0caf4d86
Let Remote extensions set port source (#116838) 2021-02-17 10:33:46 +01:00
Benjamin Pasero 89b85a05d4 storage - more consolidation 2021-02-17 10:23:52 +01:00
Benjamin Pasero 3f0d8a1475 storage - some 💄 2021-02-17 08:21:44 +01:00
Benjamin Pasero 45704f8f34 storage - lift more things up to abstract impl 2021-02-17 07:49:15 +01:00
Benjamin Pasero a36e9b3e09 add prefix to main errors when logged into renderer 2021-02-17 07:30:18 +01:00
Rob Lourens 90f5ef65a0 Delete notebookTestMain 2021-02-16 21:07:55 -08:00
Rob Lourens c03c758765 Select the first search row when initially focusing it from the search inputs,
now that the coloring is easier to differentiate
2021-02-16 20:40:18 -08:00
rebornix 79b8259abb change cell language with cell change events. 2021-02-16 19:41:30 -08:00
rebornix b3f8737839 fix #116808. 2021-02-16 16:40:51 -08:00
rebornix b0bd28137a add test for #115855. 2021-02-16 16:40:51 -08:00
Connor Peet 90c5ceafc3
monaco: fix conflicted file 2021-02-16 16:38:30 -08:00
Connor Peet dfee0857c2
testing: run test on enter press
Ref https://github.com/microsoft/vscode/issues/114653
2021-02-16 16:18:48 -08:00
Connor Peet 269cf7a98c
testing: improve labeling in peek for accessibility 2021-02-16 16:18:42 -08:00
Connor Peet 69393e9a2f
testing: improve labeling in peek for accessibility 2021-02-16 16:18:34 -08:00
Connor Peet 3d19580d17
fix: hide debug/run actions if no tests are applicable
Fixes #115017
2021-02-16 16:17:12 -08:00
Connor Peet b050d09527
testing: filter focus on view visible
Fixes #114991
2021-02-16 16:17:09 -08:00
Connor Peet da1439d5db
testing: tweak autorun icon checked state 2021-02-16 16:17:08 -08:00
rebornix 1267767472 fix #116598. broadcast output items change. 2021-02-16 14:59:58 -08:00
Matt Bierner 7459443550 Update monaco.d.ts 2021-02-16 14:28:34 -08:00
Matt Bierner 2cc13674e3 Also bump build version and run formatter on all files 2021-02-16 14:09:38 -08:00
Matt Bierner 52d1b626f3 Pick up latest TS version for building VS Code 2021-02-16 14:06:58 -08:00
Connor Peet e7d2a864e4
testing: add contextual commands for running tests
Fixes #116589
2021-02-16 12:49:21 -08:00
Daniel Imms 197f453aa9
Show tailored notification when paste isn't supported 2021-02-16 11:30:42 -08:00
Peng Lyu f08f99a154
Merge pull request #115855 from susiwen8/onDidSaveNotebookDocument
Fix: wrong event for `onDidSaveNotebookDocument`
2021-02-16 11:00:18 -08:00
Miguel Solorio 53d2a73776 Clean up focused cell styling (fixes #116797) 2021-02-16 10:48:58 -08:00
Benjamin Pasero 5c005324bb tests - enable workspace tests again for now 2021-02-16 18:44:16 +01:00
isidor d22941af5d startDebugActionViewItem: fix focus navigation within ActionBar 2021-02-16 18:15:06 +01:00
Johannes Rieken 22df9214fe
Merge pull request #116728 from ugultopu/fix-misspelling-of-likelihood
Fix misspelling of "likelihood"
2021-02-16 18:08:36 +01:00
Utku Gultopu 68b67a3455 Keep misspelled property name in timerService
Per https://github.com/microsoft/vscode/pull/116728#pullrequestreview-590976270.
2021-02-16 11:48:03 -05:00
Connor Peet 7ce6ee7559
testing: fix event listener leak
Fixes #116775
2021-02-16 08:37:24 -08:00
Benjamin Pasero c441c567a3 storage - implement first cut migration support 2021-02-16 17:10:17 +01:00
SteVen Batten 7a9867c841
first draft editor (#116599) 2021-02-16 07:48:31 -08:00
Johannes Rieken a17ad41546 use nls#localize for context key descriptions 2021-02-16 16:41:40 +01:00
Johannes Rieken 6200437f3f add description to some RawContextKey-instances 2021-02-16 16:34:00 +01:00
Johannes Rieken 8aa800e459 allow to exclude a context key from registry, allow to provide type eplicitly, https://github.com/microsoft/vscode/issues/114867 2021-02-16 16:34:00 +01:00