Commit graph

90544 commits

Author SHA1 Message Date
Benjamin Pasero 9c7387bb5a
smoke - bring back stable smoke tests 2021-12-09 11:05:41 +01:00
Benjamin Pasero 27e38a8e27
smoke - always create screenshot on failure on desktop 2021-12-09 09:51:55 +01:00
Benjamin Pasero ae0ee547ba
smoke - reimplement test handlers 2021-12-09 09:33:51 +01:00
Benjamin Pasero 158bd2507e
smoke - always have a logger 2021-12-09 08:48:42 +01:00
Benjamin Pasero 15415b6de6
smoke - align killing 2021-12-09 08:03:48 +01:00
Benjamin Pasero ec3ba7a320
smoke - rewrite killing 2021-12-09 07:55:25 +01:00
Benjamin Pasero acc0803f38
cleanup automation 2021-12-09 07:03:29 +01:00
Rob Lourens 6897670596 Reenable notebook integration tests 2021-12-08 16:40:50 -08:00
Rob Lourens 1341ca3d7f Remove timeouts in search smoketest.
Improvements came from waiting for search to complete before clicking buttons, clearing previous results before starting the search, and adding a retry around the clicking.
2021-12-08 15:34:35 -08:00
Logan Ramos c332de5b0c
Bump version 2021-12-08 16:45:47 -05:00
Rob Lourens bad4294784 Enable expand/collapse cell commands to be called programmatically
See microsoft/vscode-jupyter#8477
2021-12-08 12:37:10 -08:00
Logan Ramos 3baa168461
Up distro 2021-12-08 14:41:28 -05:00
Megan Rogge 212a8ca457
include detected profiles in getProfiles, use configured icon (#138628) 2021-12-08 08:46:54 -08:00
Sandeep Somavarapu 7a1a06a0fc
Merge pull request #138657 from microsoft/sandy081/fix129861
Save through text model service if model is dirty
2021-12-08 17:43:25 +01:00
Alex Dima bcc088aa50
Remove unnecessary listener (the initial reason the listener was added is now covered by IModeService.onModelModeChanged) 2021-12-08 17:30:29 +01:00
Alex Dima ea12cfecf0
Change to use correct event 2021-12-08 17:29:53 +01:00
Alex Dima cb3bc8a60e
Split ILanguageService.create into createById and createByMimeType 2021-12-08 16:50:54 +01:00
Alex Dima 5df48870b7
Renames 2021-12-08 16:50:53 +01:00
Henning Dieterichs dddea4442c
Symbol reordering. 2021-12-08 16:45:24 +01:00
Sandeep Somavarapu 8e64d75b24
check if model is dirty 2021-12-08 16:31:32 +01:00
Joao Moreno d6681dfb53
missing parens
related to #138605
2021-12-08 16:29:47 +01:00
Alex Ross 77e1ce431a
Fix terminal queueing in tasks (#138654)
Fixes #134431
2021-12-08 16:03:45 +01:00
Alex Ross 327c71fdef
Allow duplication of task shell args
Fixes #136459
2021-12-08 15:58:54 +01:00
Alex Dima 920fc15008
Remove ILanguageService.getModeId 2021-12-08 15:34:49 +01:00
Daniel Imms 36687f38cb Fix safeDisposeTerminal tests 2021-12-08 06:26:20 -08:00
Benjamin Pasero 18cba4882d
smoke - more logging 2021-12-08 15:23:27 +01:00
Henning Dieterichs 5e54e75763
Improves docs in cursorCollection 2021-12-08 15:23:05 +01:00
Joao Moreno 18214d3dbd
fix EOL for generated extensionsApiProposals.ts 2021-12-08 15:19:51 +01:00
Joao Moreno f0e7d8545a
we check in /build ts output to the repo
cc @lramos15
2021-12-08 15:19:50 +01:00
Joao Moreno d24eb562d9
fixes #138605 2021-12-08 15:19:50 +01:00
Daniel Imms d4ff3b001d Skip failing tests 2021-12-08 06:09:31 -08:00
Alex Dima c71424a61d
Rename some ILanguageService methods 2021-12-08 15:06:49 +01:00
Daniel Imms 3ea9cd4bda Await process exit from remote on terminal kill/kill all commands
Part of #138049
2021-12-08 05:56:36 -08:00
Alex Dima fcf55dce4a
Split isRegisteredMode into isRegisteredLanguageId and isRegisteredMimeType 2021-12-08 14:53:11 +01:00
Alex Ross 0c202aa22a
Improve multiple lock file warning
Fixes #138174
2021-12-08 14:49:03 +01:00
Alex Dima fec4856aff
Renames ModeService to LanguageService 2021-12-08 14:43:31 +01:00
Alex Dima 91b97cec91
Debt: Rename IModeService to ILanguageService 2021-12-08 14:36:18 +01:00
Henning Dieterichs 3bea4b8f85
Merge pull request #138643 from microsoft/hediet/cursor-collection-refactoring
Uses a single array to describe all cursors in CursorCollection to simplify code.
2021-12-08 14:29:29 +01:00
Benjamin Pasero 64562e2a0e
smoke - reimplement logging 2021-12-08 14:13:41 +01:00
Daniel Imms 18e8272604 Remove resolved TODO
Fixes in #128406
2021-12-08 05:10:45 -08:00
Sandeep Somavarapu 52e20877aa
Fix #138272 2021-12-08 13:58:10 +01:00
Henning Dieterichs c893442a6a
[...x] -> x.slice(0) 2021-12-08 13:56:39 +01:00
Henning Dieterichs 137ea7552b
findMaxBy -> findLastMaxBy 2021-12-08 12:52:22 +01:00
Henning Dieterichs 983a71fad9
Uses a single array to describe all cursors in CursorCollection to simplify code. 2021-12-08 12:45:56 +01:00
Henning Dieterichs 1076090966
Improves variable naming in findMaxBy. 2021-12-08 12:45:07 +01:00
Henning Dieterichs aac8b0ce66
Improves findMaxBy. 2021-12-08 12:44:25 +01:00
Henning Dieterichs 0d50a57bc5
Removes unused minIndex/maxIndex. 2021-12-08 12:43:06 +01:00
Henning Dieterichs e3544ad159
Moves out Comparator logic from inline completions to arrays.ts. 2021-12-08 12:41:52 +01:00
Sandeep Somavarapu 258ca4f8a2
Fix #138492 2021-12-08 11:47:23 +01:00
Sandeep Somavarapu 322a4c631b
Fix #138490 2021-12-08 11:41:00 +01:00