Commit graph

120274 commits

Author SHA1 Message Date
Johannes Rieken 3132200934
Merge pull request #207864 from microsoft/joh/chatWidget
Use ChatWidget and ChatModel for inline chat
2024-03-21 21:37:23 +01:00
Justin Chen 7a6ee401fa
align refactor preview keybindings (#208322)
change preview keybindings
2024-03-21 12:58:35 -07:00
Ulugbek Abdullaev fac8079a75 rename suggestions: refactor: remove unused stuff 2024-03-21 20:57:59 +01:00
Ulugbek Abdullaev 3fb524d2ff rename: remove debug telemetry 2024-03-21 20:57:59 +01:00
Johannes fdde4886c5
Disable agent/command completions for none-panel locations. Add temp workaround for editor location 2024-03-21 20:42:01 +01:00
Daniel Imms 733b8aa6c0
Merge pull request #208257 from microsoft/tyriar/145234
Terminal shell integration proposed api
2024-03-21 12:40:59 -07:00
Daniel Imms 508e038da0
Merge pull request #208328 from microsoft/tyriar/208309
Don't add to already disposed store
2024-03-21 12:40:37 -07:00
Daniel Imms 8b943b4687
Merge pull request #208326 from microsoft/tyriar/208307
Reveal the current session command in run recent
2024-03-21 12:01:14 -07:00
Daniel Imms 03aaf82ed7
Don't add to already disposed store
Fixes #208309
2024-03-21 11:45:10 -07:00
Daniel Imms 47d2d566fd
Reveal the current session command in run recent
Fixes #208307
2024-03-21 11:36:19 -07:00
Daniel Imms 79ee97f2fb
Clean up 2024-03-21 11:05:30 -07:00
Connor Peet 2efb6a9f8c
cli: allow downloading legacy servers for older glibc versions (#204194)
* cli: allow downloading legacy servers for older glibc versions

Refs #206790

* chore: update asset name

---------

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2024-03-21 11:01:24 -07:00
Aiday Marlen Kyzy f2758ed8f7
making the regex more restrictive 2024-03-21 17:56:44 +01:00
Aiday Marlen Kyzy ea24475767
changing to indent outdent which it is supposed to be 2024-03-21 17:49:37 +01:00
Aiday Marlen Kyzy 5b203179cd
adding the on enter rules also inside of the javascript on enter rules files which is used for testing purposes 2024-03-21 17:49:11 +01:00
Aiday Marlen Kyzy 150aba4bd4
Merge branch 'main' into local-quail 2024-03-21 17:44:31 +01:00
Aiday Marlen Kyzy 3d84abb221
Merge pull request #208303 from microsoft/sensitive-falcon
Adding a test in the auto-indentation test suite
2024-03-21 17:43:27 +01:00
Aiday Marlen Kyzy d8a989efdd
adding rules to indent from within [], (), {} 2024-03-21 17:30:16 +01:00
Ulugbek Abdullaev e675692acc rename suggestions: formatting 2024-03-21 17:30:11 +01:00
Ulugbek Abdullaev ecb2aa818c rename: complete renaming RenameInputField to RenameWidget 2024-03-21 17:30:11 +01:00
Aiday Marlen Kyzy 820438f6c1
remove the onEnterRules that were added, this PR will be solely for testing purposes 2024-03-21 17:27:30 +01:00
João Moreno b40321263d
fix legacy builds (#208314)
* fix legacy builds

* update regex

* extra ?

* argh
2024-03-21 17:25:26 +01:00
Aiday Marlen Kyzy 20b54ec19e
making the regex pattern so that we don't match if/for/while inside of a word 2024-03-21 17:24:52 +01:00
Connor Peet 9202044397
testing: better testing side bar retried color (#207949)
* Add missing css variable in vscode-known-variables.json

* Better highlight color for test explorer retired icon

* Add testingRetiredCorlor for different icon state

* Use derived value from non-retired color variable instead of string literals
2024-03-21 09:22:14 -07:00
Aiday Marlen Kyzy 5d1d7d98a6
adding parentheses aroudn the two different alternatives 2024-03-21 17:14:53 +01:00
Aiday Marlen Kyzy 0629845986
Merge branch 'main' into aiday/addingIndentationForIfForWhile 2024-03-21 17:10:29 +01:00
Johannes 7406bce3b0
skip content widget when having session.input 2024-03-21 17:10:20 +01:00
Aiday Marlen Kyzy 20ef51faea
Merge branch 'main' into aiday/addingIndentationForIfForWhile 2024-03-21 17:07:51 +01:00
Aiday Marlen Kyzy ea0ec9f54a
adding regexes in order to indent when inside of (), {} or [] 2024-03-21 17:05:29 +01:00
Johannes eba77da813
fix /explain shortcut logic 2024-03-21 17:03:16 +01:00
Daniel Imms e741dcccc4
Clean current command on end 2024-03-21 09:03:03 -07:00
Daniel Imms f8b1d529b2
Prevent double fire of start shell execution 2024-03-21 09:02:03 -07:00
Aiday Marlen Kyzy d15b18783b
Merge pull request #208287 from microsoft/aiday/indentNextLineWhenArrowFunctionUsed
Indent next line when arrow function arrow followed by whitespace
2024-03-21 17:01:15 +01:00
Johannes eca71e1c96
set placeholder on content widget 2024-03-21 16:56:00 +01:00
Daniel Imms d8b76b599e
Only send data on insiders 2024-03-21 08:49:38 -07:00
Daniel Imms 507f0c54bf
Merge pull request #208244 from microsoft/tyriar/xterm_240320
Update xterm.js
2024-03-21 08:44:05 -07:00
Johannes a6de1292fd
work around cyclic dependency 2024-03-21 16:42:00 +01:00
Henning Dieterichs c115d644bb Fixes diff editor gutter focus problem 2024-03-21 16:36:24 +01:00
Johannes 6421e914c7
missing register 2024-03-21 16:28:13 +01:00
Aaron Munger 74c0f87b5e
allow aria label updates on listview items (#207859)
* dispose store on template dispose

* debounce event

* fix debounce, add a11y template

* bind merge function correctly

* use observables (#208127)

* extend disposable

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2024-03-21 08:27:29 -07:00
Aiday Marlen Kyzy 6bc3ed7222
adding the skip statement once again 2024-03-21 16:20:22 +01:00
Aiday Marlen Kyzy 163ff5fad4
polishing some tests 2024-03-21 16:19:55 +01:00
Johannes 3ab4e99de2
- getDefaultAgent takes chat agent location
- forward agent location to more places
- updated snapshots
2024-03-21 16:19:43 +01:00
Logan Ramos 797daaacb3
Fix leaking event listener (#208310) 2024-03-21 16:04:08 +01:00
Henning Dieterichs cc0b99cf22 Fixes gutter from capturing mouse wheel 2024-03-21 15:58:37 +01:00
Daniel Imms 45d2bb4928
Docs, simplify ext host protocol 2024-03-21 07:53:19 -07:00
Daniel Imms fe4617dee9
Clean up on ExtHostTerminalShellIntegration dispose 2024-03-21 07:44:59 -07:00
Daniel Imms d60e424ff3
Report 633;E before 633;C in pwsh 2024-03-21 07:40:39 -07:00
Henning Dieterichs 2a14ad4b71 Fixes diff editor gutter menu focus problems 2024-03-21 15:40:37 +01:00
Daniel Imms 82d8ed0d13
More accurate commandLine api 2024-03-21 07:20:40 -07:00