Commit graph

91042 commits

Author SHA1 Message Date
Benjamin Pasero 18a7108073
smoke - select tab over quick pick (#139944)
* smoke - further try to reduce usages of quick pick

* poke
2021-12-30 22:38:59 +01:00
Rob Lourens 30627dc56e Notebook doc copyediting 2021-12-30 11:57:55 -08:00
Rob Lourens 9b60bf1e6a Show spinner icon in Outline view for executing cell
Fix #130611
2021-12-30 11:01:32 -08:00
Rob Lourens 7ad85a67e9 Show editor progress bar when executing cell is scrolled out of view
#130611
2021-12-30 10:38:03 -08:00
Alex Dima 973684056e
Rename modes to languages 2021-12-30 18:52:15 +01:00
Alex Dima 1bc85eb39b
Split tokensStore into multiple files 2021-12-30 18:27:49 +01:00
Alex Dima 0934918daf
Move ITextMateService to /browser/ 2021-12-30 15:54:30 +01:00
Alex Dima c3b617f9b0
let -> const 2021-12-30 15:27:45 +01:00
Benjamin Pasero 42a43ebbd9
working copy - properly return false when save fails (#139764) 2021-12-30 14:44:34 +01:00
Alex Dima fdb4587858
Improve documentation around CursorColumns 2021-12-30 12:55:52 +01:00
Benjamin Pasero d2b75508ee
languages - move language associations closer to languages registry (#139921) 2021-12-30 12:41:06 +01:00
Benjamin Pasero 4cd3294855
rename mode => language in many places (#139920) 2021-12-30 12:40:30 +01:00
Benjamin Pasero 4d4c4acd5f
unit tests - disable firefox on macOS
Refs: https://github.com/microsoft/playwright/issues/11130
2021-12-30 11:33:57 +01:00
Benjamin Pasero 6f3ee5e7a9
file watcher - support excludes for non-recursive watching 2021-12-30 09:15:49 +01:00
Rob Lourens 09850876e6 Delete duplicate declaration 2021-12-29 17:20:14 -08:00
Rob Lourens 1716994a05 Add "Go to running cell" button
For #130611
2021-12-29 17:20:05 -08:00
Rob Lourens c12b2dcbe8 Reference notebook icon types correctly 2021-12-29 17:19:59 -08:00
Rob Lourens 6ef8167fa8 Merge branch 'roblou/executionService' 2021-12-29 17:11:42 -08:00
Rob Lourens f944a56538 Remove runState from cell internalMetadata. Expose execution state data from service.
For #125668
2021-12-29 15:46:36 -08:00
Rob Lourens cb91838779 Dispose kernels in test 2021-12-29 15:32:25 -08:00
Connor Peet 1ddba731bc
testing: don't mark test output as simple widget content
Fixes https://github.com/microsoft/vscode/issues/138389
2021-12-29 15:30:36 -08:00
Raymond Zhao ef179199a1
Add stopPropagation call
Mitigates #138175
2021-12-29 14:19:16 -08:00
Raymond Zhao 5068975863
Fix spelling 2021-12-29 14:19:15 -08:00
Alex Dima 7980c4d69f
Improve test utils 2021-12-29 23:10:49 +01:00
Alex Dima 20f8242046
Remove workaround for #4271 since it no longer repros 2021-12-29 21:49:05 +01:00
Connor Peet 538988cf72
tests: add support for stdout/stderr in the Node extension host
Fixes https://github.com/microsoft/vscode-test/issues/114
2021-12-29 11:44:40 -08:00
Raymond Zhao 494c938e2a
Use configurationService to retrieve values
Fixes #56712
2021-12-29 09:39:11 -08:00
Connor Peet 90b1267d89
tests: fix not exiting if tests rejected with undefined
Fixes https://github.com/microsoft/vscode-test/issues/119
2021-12-29 09:09:39 -08:00
Connor Peet bace3f87fb
testing: fix not resorting after tests run
Fixes #139648
2021-12-29 09:09:39 -08:00
Benjamin Pasero e2afdf5c72
mime - remove unused method (isUnspecific) 2021-12-29 17:58:10 +01:00
Alex Dima 6998c91c29
Remove no longer necessary composition case in deduceInput 2021-12-29 17:53:29 +01:00
Benjamin Pasero 99fabbdb27
smoke - more logging 2021-12-29 17:46:52 +01:00
Alex Dima 3ddd222d07
Simplify code since clipboardData is now available in all browsers 2021-12-29 17:40:36 +01:00
Benjamin Pasero bd43c04262
smoke - log electron stdout into log file 2021-12-29 17:35:54 +01:00
Benjamin Pasero 5f83041011
explorer - indicate any error when upload/download (#139671) 2021-12-29 17:22:37 +01:00
Alex Dima a804bce72c
Add a GraphemeIterator 2021-12-29 17:09:47 +01:00
Alex Dima 12b6806e6f
Add a CodePointIterator 2021-12-29 15:35:20 +01:00
Alex Dima 11d6e96165
Improve type checking for BaseEditorOption 2021-12-29 15:35:20 +01:00
Alex Dima 2242c84517
Renames 2021-12-29 15:35:20 +01:00
Alex Dima 2dca5a69f3
Renames 2021-12-29 15:35:19 +01:00
Alex Dima 3328807661
Extract applyFontInfo to a separate file 2021-12-29 15:35:19 +01:00
Benjamin Pasero 130532e3f9
fs - clarify watch method 2021-12-29 14:27:38 +01:00
Benjamin Pasero 0cfbbaeda8
files - make watch options public on file service 2021-12-29 14:02:03 +01:00
Alex Dima 4e5452258a
Simplify Configuration 2021-12-29 12:14:54 +01:00
Alex Dima b504cc6daa
Merge Configuration and CommonEditorConfiguration 2021-12-29 10:48:50 +01:00
Alex Dima 001e716238
change TestConfiguration to extend Configuration 2021-12-29 10:44:32 +01:00
Alex Dima b81e49e7e7
Extract migrateOptions to a separate file 2021-12-29 10:26:55 +01:00
Alex Dima 7681965288
Extract TabFocus to a separate file 2021-12-29 10:24:23 +01:00
Alex Dima e14666da48
Always use ResizeObserver (all browsers support it now) 2021-12-29 10:20:43 +01:00
Alex Dima aef85c7fe2
Extract FontMeasurements to a separate file 2021-12-29 10:17:33 +01:00