Commit Graph

90679 Commits

Author SHA1 Message Date
Ladislau Szomoru
b70174e85b Revert "Filter out file paths when discovering git repositories"
This reverts commit 81551acb51.
2021-12-09 17:32:53 +01:00
Ladislau Szomoru
81551acb51 Filter out file paths when discovering git repositories 2021-12-09 17:29:40 +01:00
Daniel Imms
3d2222fbc8 Clarify terminal.integrated.confirmIgnoreProcesses setting desc 2021-12-09 08:05:34 -08:00
Ladislau Szomoru
452e2c5303 Add timestamp and execution time to Git log 2021-12-09 15:18:38 +01:00
Henning Dieterichs
9af3dc35d3 Only get view line data for needed lines. 2021-12-09 15:05:55 +01:00
Henning Dieterichs
3d071dda04 from,to -> from,count 2021-12-09 15:04:14 +01:00
Henning Dieterichs
16f3943190 💄 2021-12-09 14:55:25 +01:00
Martin Aeschlimann
2858dd87e7 html: update constants in typescript mode (for #138677) 2021-12-09 14:27:50 +01:00
Henning Dieterichs
fdbc4f2f0c Underscore 2021-12-09 14:24:00 +01:00
Henning Dieterichs
134b54cfb5 Minor renames. 2021-12-09 14:23:26 +01:00
Henning Dieterichs
5f75c4a410 Fixes #136286. 2021-12-09 14:22:37 +01:00
Joao Moreno
9947a32a3e improve scm input history storage
related to #138605
2021-12-09 14:20:10 +01:00
Johannes Rieken
e65a5b98d9 update notebooks 2021-12-09 14:18:03 +01:00
Henning Dieterichs
3709b8f686 Merge pull request #138656 from microsoft/hediet/languageConfigurationAdoption
More adoption of language configuration service.
2021-12-09 14:11:06 +01:00
Johannes Rieken
ee3e404b71 disable failing smoketest, https://github.com/microsoft/vscode/issues/138748 2021-12-09 12:53:27 +01:00
Benjamin Pasero
c04c29d496 smoke - mention playwright trace website 2021-12-09 12:36:41 +01:00
John Murray
aed73fd423 Correct the description of screencastMode.keyboardShortcutsFormat setting (#138644) (#138645) 2021-12-09 12:22:44 +01:00
Johannes Rieken
55819ee181 be more strict when suggesting snippets at word ends, https://github.com/microsoft/vscode/issues/138707 2021-12-09 11:57:07 +01:00
Martin Aeschlimann
95d88db100 improve comments around codicon and icon themes 2021-12-09 11:55:56 +01:00
Benjamin Pasero
4be6df74d4 Merge pull request #138710 from microsoft/ben/smoke-cleanup
Smoke test cleanup
2021-12-09 11:44:26 +01:00
Henning Dieterichs
afaa9ac84e More adoption of language configuration service. 2021-12-09 11:24:14 +01:00
Johannes Rieken
37f23f60e4 Merge pull request #137672 from zardoy/main
Make typings on `showInformationMessage`, `showWarningMessage`, `showErrorMessage` strict with items as strings
2021-12-09 11:17:33 +01:00
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
Raymond Zhao
6701d05a70 Add title, fixes #107748 2021-12-08 09:31:37 -08:00
Martin Aeschlimann
df4110a998 Replace codicon.iconRegistry with Codicon.getAll() 2021-12-08 18:18:42 +01:00
Martin Aeschlimann
ea242ec8ef Terminal: Don't use codicon.iconRegistry, use platform/theme/common/iconRegistry 2021-12-08 18:18:40 +01:00
Martin Aeschlimann
b882ae5646 DecorationService: use theme/common/iconRegistry for ThemeIcons 2021-12-08 18:18:39 +01:00
Martin Aeschlimann
1b2e3e2f33 Move away from codicon.iconRegistry. Use theme/common/iconRegistry 2021-12-08 18:18:38 +01:00
Martin Aeschlimann
cc731ad6b5 add IconContribution.getDefinition 2021-12-08 18:18:36 +01:00
Martin Aeschlimann
c756741273 CompletionItemKinds.toIcon & fromString 2021-12-08 18:18:34 +01:00
Martin Aeschlimann
32fd256a4b add SymbolKinds.toIcon 2021-12-08 18:18:32 +01: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