Daniel Imms
f0de2824cb
Use const enums for start codes
2023-11-23 04:33:16 -08:00
Daniel Imms
64ff2f470c
Add composed tests based on vscode use case
2023-11-23 04:29:13 -08:00
Daniel Imms
da487838b5
Simplify final consonant, remove archaic entries
2023-11-23 04:13:26 -08:00
Henning Dieterichs and Henning Dieterichs
a6e123272b
Fixes #198325
2023-11-23 13:07:49 +01:00
Daniel Imms
b3c368ed59
Start adding Korean tests, fix multi alt char order
2023-11-23 03:54:18 -08:00
Henning Dieterichs and Henning Dieterichs
34dfb4ed34
Don't show inline completions for readonly documents
2023-11-23 12:38:02 +01:00
Daniel Imms
e17f425be1
Clarify dealing with final consonant initial index
2023-11-23 03:29:51 -08:00
Daniel Imms
2f135fd05c
Convert compat jamo from map to data array
2023-11-23 03:22:37 -08:00
Daniel Imms and GitHub
33206f240d
Merge branch 'main' into tyriar/hangul
2023-11-23 02:58:30 -08:00
Benjamin Pasero and GitHub
27a0cbb266
aux window - fix layout ( #198922 )
2023-11-23 10:12:13 +01:00
Ladislau Szomoru and GitHub
8fbd5025bf
SCM - updating icons for incoming/outgoing ( #198921 )
2023-11-23 10:02:31 +01:00
Ladislau Szomoru and GitHub
02a37e297c
SCM - clean-up setting description ( #198918 )
2023-11-23 09:25:25 +01:00
Benjamin Pasero and GitHub
e6e4065ac4
aux window - add commands to menus ( #198917 )
2023-11-23 09:22:01 +01:00
Benjamin Pasero and GitHub
1a261a2c0a
aux window - make layout ready for part visibility that differs ( #198916 )
2023-11-23 09:13:03 +01:00
Rob Lourens and GitHub
94265f5a19
Implement chat agent variable provider ( #198899 )
...
* Add API for custom completions for agents
* Fix tests
* Better completions labels
* Renames
* Remove TODO
* Add variable kind
2023-11-23 07:51:06 +01:00
Benjamin Pasero and GitHub
0a4f6faf99
aux window - support a custom title bar ( #198836 )
2023-11-23 07:49:25 +01:00
Rob Lourens and GitHub
d69d6f155a
Merge pull request #198911 from microsoft/roblou/slow-gecko
...
Properly reset debug view dropdown after cancelling picker
2023-11-23 00:09:02 -06:00
Rob Lourens
7b3f346bf8
Properly reset debug view dropdown after cancelling picker
...
Fix #198798
2023-11-22 21:40:06 -06:00
Joyce Er and GitHub
ef71b038ad
fix: prioritize diff revert arrow over breakpoints ( #198895 )
...
* fix: prioritize diff revert arrow over breakpoints
* fix: revert icon shouldn't disable gutter context menu
2023-11-22 22:59:36 +01:00
Benjamin Simmonds and GitHub
d80f451bd7
Merge pull request #198890 from microsoft/rare-sturgeon
...
fix #198865
2023-11-22 21:34:45 +01:00
Benjamin Pasero and GitHub
6c66a85df1
aux window - drop "detached" ( #198889 )
2023-11-22 21:19:30 +01:00
BeniBenj
6cbbad7878
Added temporary background color to monaco-list and
...
monaco-tree-sticky-row
2023-11-22 21:16:58 +01:00
Benjamin Simmonds and GitHub
a5bd17ef24
Merge pull request #198849 from abhijit-chikane/tree_sticky_scroll_config_fix
...
treeStickyScroll change default value to boolean
2023-11-22 20:51:47 +01:00
Raymond Zhao and GitHub
8bd6c14db9
fix: wrap progressService over larger function ( #198873 )
2023-11-22 20:51:20 +01:00
Benjamin Pasero and GitHub
7566ff25b4
“An external application wants to open [file] in Code” dialog does not remember “Allow opening local paths without asking” decision ( fix #198336 ) ( #198884 )
2023-11-22 20:50:13 +01:00
452b754c5e
Add support for running DebugConfigurations with serverReadyAction ( #197597 )
...
* Add support for running DebugConfigurations with serverReadyAction
This PR adds 'config' as an option for serverReadyAction. It runs
similar to 'name', but if a configuration is generated on the fly, its
easier to inject the debug configurations with the serverReadyAction.
* Merge into startDebugSession method
---------
Co-authored-by: Rob Lourens <roblourens@gmail.com >
2023-11-22 19:41:19 +00:00
Andrea Mah and GitHub
567021733a
bump ripgrep + telemetry extractor ( #198880 )
2023-11-22 19:54:55 +01:00
Raymond Zhao and GitHub
dcd82219d6
fix: handle null setting description ranges ( #198877 )
2023-11-22 19:34:32 +01:00
Michael Lively and GitHub
e33219dde3
Add multi-document highlight provider feature ( #198467 )
...
* multi-doc api + text provider editor feature + extHost hookup + typescript semantic multi-doc
* fix disposable leak, wasn't setting providers to the disposableMap
* filter unnecessary models to fix errors with typescript provider
* fix nits (todo - doc filter)
* fix typo from merge conflict
* expose LanguageSelector in multi-doc provider, filter out 0 score models
2023-11-22 10:07:20 -08:00
Henning Dieterichs and Henning Dieterichs
ab4f71b394
Diff Editor field Rename
2023-11-22 18:54:57 +01:00
Henning Dieterichs and GitHub
68a146fd3d
Exposes diff navigation API. ( #198869 )
2023-11-22 18:51:14 +01:00
BeniBenj
435acada3a
fix sticky scroll tree setting
2023-11-22 18:09:53 +01:00
Connor Peet and GitHub
e0ef3fcd18
testing: initial test coverage UI ( #198812 )
...
This continues on the coverage API I started a few years ago. It adds
initial integration where a "Show Test Coverage" tree item is shown in
the Test Results view, which then opens a dedicated Test Coverage view.
The Test Coverage view is a fairly basic tree view following the draft
design, with further improvements to come.
The 'bars' widget is also built in a reusable way such that it can be
integrated into the explorer, as this was a popular ask both inside and
outside the team.
For #123713 .
2023-11-22 07:08:34 -08:00
Aiday Marlen Kyzy and GitHub
9524207999
Reverting changes in TypeScript language features extension ( #198858 )
...
Revert "Merge pull request #198775 from microsoft/aiday/typeScriptChanges"
This reverts commit 5d9d06611b , reversing
changes made to 823d54f86e .
2023-11-22 14:55:04 +01:00
Aiday Marlen Kyzy and GitHub
7bf9c23e3d
Revert AI light-bulb ( #198857 )
...
Revert #198537
2023-11-22 14:48:46 +01:00
Henning Dieterichs and Henning Dieterichs
f12b4c33fe
Fixes multi diff editor bug that code regions are not collapsed
2023-11-22 14:39:07 +01:00
Benjamin Simmonds and GitHub
da2ff7040a
Merge pull request #198850 from microsoft/benibenj/scrollbarHeight
...
Sticky Scroll overflow hidden & label centered
2023-11-22 14:26:27 +01:00
João Moreno and GitHub
e469272e45
remove inline sourcemaps from build files ( #198842 )
2023-11-22 14:05:46 +01:00
Aiday Marlen Kyzy and GitHub
5d9d06611b
Merge pull request #198775 from microsoft/aiday/typeScriptChanges
...
Making TypeScript code actions `move to new file` and `move to` appear less often
2023-11-22 13:38:36 +01:00
BeniBenj
be1097cc71
Added line height style to stickyElement in abstractTree.ts
2023-11-22 13:32:47 +01:00
Abhijit Chikane and GitHub
006db32043
treeStickyScroll change default value to boolean
2023-11-22 17:41:18 +05:30
Henning Dieterichs and Henning Dieterichs
823d54f86e
Fixes #198814
2023-11-22 12:13:49 +01:00
João Moreno and GitHub
ead63533e1
Make publishing required ( #198839 )
...
make publishing required
2023-11-22 12:12:47 +01:00
BeniBenj
f638168774
overflow hidden
2023-11-22 11:18:58 +01:00
Aiday Marlen Kyzy
edf26e4bae
polishing the code with review
2023-11-22 11:08:47 +01:00
BeniBenj
5bbb1e8d8d
Updated CSS selectors to ensure vertical scrollbar renders above
...
overlays
2023-11-22 09:29:04 +01:00
Benjamin Pasero and GitHub
30c4958f7b
aux window - make more native window options available ( #198829 )
...
aux window - make more native window options available
2023-11-22 08:23:39 +01:00
Rob Lourens and GitHub
f3da7cb46a
Merge pull request #198828 from microsoft/roblou/worried-reindeer
...
Support multiple chat codeblock annotations
2023-11-21 22:58:07 -06:00
Rob Lourens
ebacfcfbfa
Support multiple chat codeblock annotations
...
There can be multiple overlapping vulnerability annotations
2023-11-21 21:21:30 -06:00
Raymond Zhao and GitHub
a6a6971875
fix: fix role for actionList with single button ( #198707 )
2023-11-21 16:10:38 -08:00