Commit Graph
79955 Commits
Author SHA1 Message Date
Alex Dima 484e0cbddb Create a new API proposal with TextEditorOptions.indentSize 2022-11-16 13:01:00 +01:00
Alexandru Dima 357f4e9c74 Merge branch 'main' into zeroimpl/indentsize 2022-11-15 17:13:52 +01:00
Henning Dieterichs 49068d8a11 Merge pull request #165916 from microsoft/hediet/bracket-pair-perf-improvements
Hediet/bracket-pair-perf-improvements
2022-11-15 17:01:04 +01:00
Alex Ross f1c9243888 Enable codicon decorations (#166358)
* Enable codicon decorations
Part of #135591

* Fix test compile error

* Add proposal reference

* Address feedback
2022-11-15 16:43:57 +01:00
Laurent Le BrunandAlex Ross ab35ce973c Comments view: add badge with the number of unresolved comments (#164743)
* Comments view: add badge with the number of unresolved comments

Fixes #164623

* fix formatting

* Remove duplicate listeners
to resolve undercounting

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-11-15 16:08:11 +01:00
Martin Aeschlimann 02a64e1fbf fix button styling (#166362) 2022-11-15 05:43:58 -08:00
Henning Dieterichs 085c409898 Merge pull request #165575 from QaidVoid/vpln
Reduce registerThemingParticipant
2022-11-15 13:04:50 +01:00
Johannes Rieken aadbe183f6 Merge pull request #165871 from n-gist/broken-snippet-overtyping-fix
Fix snippet overtyping feature
2022-11-15 12:30:10 +01:00
Henning Dieterichs 34f4baf7eb disposes text models in test 2022-11-15 12:07:53 +01:00
Alexandru Dima 643ac4e17e Avoid exporting symbols (#164940) (#166288) 2022-11-15 02:46:05 -08:00
Benjamin Pasero e3cc677d15 Regression with drag-and-drop and recently opened list (fix #166130) (#166341) 2022-11-15 08:37:21 +01:00
Rémi Marche a3c64dac8d Editor state change, break after match (#166283)
Remove useless comparisons.

In State.update, the update type was compared against all the possible types.

The solution is to use a switch case instead, or to use else-if instead.
2022-11-15 06:02:55 +00:00
Tyler James Leonhardt eab3273162 Use message as fallback, not key (#166323)
Because `key` will also contain comments like:
```
my message/i'm a comment the user shouldn't see
```

The other part of microsoft/vscode#165735

fixes microsoft/vscode#165735
2022-11-14 21:28:31 -08:00
Joyce Er f836340879 Edit Sessions -> Cloud Changes (#165877) 2022-11-14 21:22:53 -08:00
Megan Rogge f614d0b58d add ActionWidgetService (#164096) 2022-11-14 20:34:03 -08:00
Peng Lyu 9ccc7e3627 💄 move select kernel command to right file (#166319)
* 💄 Select Kernel command impl in notebook core instead of contrib.

* Notebook Kernel View.
2022-11-14 16:06:19 -08:00
Matt Bierner 57bceb6738 Move and rename webview.ts files (#166313)
Fixes #165889
2022-11-14 15:04:48 -08:00
Matt Bierner d741dd2154 Fit typings for concrete version of createInstance (#166320)
Fixes #164297
2022-11-14 14:23:42 -08:00
Greg Van Liew 27a550f451 Settings description edits (#166315)
* Settings description edits

* Remove unnecessary trailing line returns
2022-11-14 13:47:54 -08:00
Robert Jin fbaacfb921 Add explorer.autorevealExclude setting (#136905)
* Add explorer.autorevealExclude setting

* Update setting name, only check sibling once

* linting

* Correct boolean order and add catch for force reveal

* Check for force instead of converting

* Do not make revealexcludes inherit from file.excludes

* Linting
2022-11-14 15:50:55 -05:00
Raymond Zhao bdf8dd00e4 Use the proper scrollbar, fixes #166171 (#166302) 2022-11-14 12:49:00 -08:00
Daniel Imms f9523178f9 Merge pull request #163184 from microsoft/tyriar/measure_latency
Measure input latency and text render time
2022-11-14 12:43:34 -08:00
Peng Lyu 7c62095eb6 Kernel picker MRU experiment (#166307) 2022-11-14 12:37:36 -08:00
Raymond ZhaoandBenjamin Pasero 5f67407888 Pass display language as a locale to Electron (#159958)
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-11-14 11:55:09 -08:00
Alex Dima fb4e8de4d2 Try to end the input latency measurement in the very first task after the browser does layout and painting 2022-11-14 20:12:21 +01:00
Matt Bierner 0537f30d96 Mark TransientOptions properties readonly (#166071)
This type is passed to us and should not be modified
2022-11-14 10:59:53 -08:00
Peng Lyu 069ab7c4af Present kernel detection progress in kernel picker/status (#166294)
* Experimental kernel detection task

* Update kernel detection progress

* no need for start/end now.

* Enforce proposed api
2022-11-14 09:34:29 -08:00
Henning Dieterichs ed85aa196c Fixes leaking disposable 2022-11-14 17:36:02 +01:00
Henning Dieterichs f0bfb2eb71 Fixes tests. 2022-11-14 17:10:53 +01:00
Benjamin Pasero 23cd002a56 storage - do not eager parse extension storage (fix #163446) (#166281) 2022-11-14 15:58:55 +01:00
Hugh LillyandLogan Ramos a5478bc565 adds to files.exclude desc re: explorer.excludeGitIgnore (#165111)
* adds to `files.exclude` desc re: `explorer.excludeGitIgnore`

Adds a note to the description for `files.exclude` to prompt the user to also check the `explorer.excludeGitIgnore` setting.

* Try to stay consistent in wording

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-11-14 09:44:22 -05:00
Henning Dieterichs 4d40ea2343 Merge pull request #165576 from GauravB159/registerThemeParticipant-refactoring
Register theme participant refactoring
2022-11-14 15:40:37 +01:00
Henning Dieterichs 525509f7c6 Fixes tests. 2022-11-14 15:28:27 +01:00
Sandeep Somavarapu 79f348c0d6 Fix #164592 (#166276) 2022-11-14 08:33:05 -05:00
Sandeep Somavarapu a89e895449 Fixes #166180 (#166269) 2022-11-14 13:58:13 +01:00
Henning Dieterichs c9fd4761bf Merge pull request #166141 from d0ggie/bracketMatchingBorder
Restore bracket match CSS syntax (#166109)
2022-11-14 11:36:57 +01:00
Sandeep Somavarapu 3fb8e8feb1 store manifest as is (#166260) 2022-11-14 01:45:16 -08:00
Sandeep Somavarapu 7c39b50fef also store extension manifests when storing extensions (#166237) 2022-11-13 23:53:36 -08:00
Sandeep Somavarapu 925b4ff685 store remote user data in last sync resource (#166229)
* include ref in stored last sync remote user data

* migrate only if content exists
2022-11-13 23:53:23 -08:00
Jay BazuziandBenjamin Pasero b53c173012 Change error message when launching a second admin instance (#166146)
* Change error message when launching a second admin instance

Previously it said "second instance" to refer to the already-running instance, which came _first_.

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-11-14 07:18:36 +01:00
Rob Lourens a74a7644f3 Don't fail to send notebook open perf when reopening the same notebook in an editor (#166235)
Fix #135834
2022-11-13 10:16:37 -08:00
Peng Lyu 3b81dd8d48 CSS Highlight fallback. (#166156) 2022-11-11 14:47:08 -08:00
Joyce Er 24340e259a Tweak Continue On placeholder (#166152) 2022-11-11 17:24:00 -05:00
Sandeep Somavarapu f8995e0b1a store last sync data in state (#166133)
fall back to server if last sync content does not exist
2022-11-11 11:56:58 -08:00
Pekka Seppänen 7d0b8f11f3 Restore bracket match CSS syntax (#166109) 2022-11-11 21:39:04 +02:00
najmiehsa b982536f83 Use CSS variables over registerThemingParticipant - rulers viewparts (#165466)
* edits

* edits
2022-11-11 10:56:33 -08:00
Logan Ramos dc790e935a Remove expired event (#166119) 2022-11-11 10:07:49 -08:00
Daniel Imms ee0591b838 Use correct icons for new and kill terminal
Part of #164933
2022-11-11 09:09:13 -08:00
Daniel Imms 98a618afd4 Register testAreaInput event listeners 2022-11-11 08:57:15 -08:00
Daniel Imms ecb104a350 Simplify measurements buffer/average 2022-11-11 08:56:27 -08:00