Commit graph

120138 commits

Author SHA1 Message Date
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
Aiday Marlen Kyzy 8c3873c8d8
adding one more test for indent after arrow function 2024-03-21 15:18:23 +01:00
Aiday Marlen Kyzy 3aa12f6c38
simpler function is used in order to cover lambda functions 2024-03-21 15:07:52 +01:00
Daniel Imms b88fd7353f
Clean up after dispose 2024-03-21 07:07:27 -07:00
Daniel Imms 53ee6c1203
cwd listening 2024-03-21 06:57:33 -07:00
Aiday Marlen Kyzy 5db2785600
adding a todo and one more test 2024-03-21 14:52:20 +01:00
Daniel Imms 69c1e6c3cc
Activate shell integration if an execute start comes in 2024-03-21 06:41:20 -07:00
João Moreno e5515ac702
Adopt 1ES PT (#207844)
* extend 1es pipeline template

* oops

* fix template references

* argh

* hmm

* hm

* hm

* use outputs for compilation artifact

* this

* use 1ES.PublishPipelineArtifact@1 instead of publish

* more 1ES.PublishPipelineArtifact@1 adoption

* provide windows pool for sdl sources

* sdl

* fix pools

* fix macos

* disable sbom for intermediate artifacts

* use mariner linux

* try inline tsa options

* fix credscan

* hm

* sudo it

* more suppressions

* be explicit with SBOM build drop paths

* fix indentation

* fix file extensions

* fix cli sbom build drop paths

* fix more build

* fix unzip cli

* careful with _manifest in artifacts

* do not close file

* add logging

* debug

* use snapcraft container

* remove size check

* fix macos cli step

* fix snap permissions

* fix macos

* better logs

* fix snap

* more cred scan suppressions

* even more supressiong

* alpine-arm64: try using x64

* Revert "alpine-arm64: try using x64"

This reverts commit bf2003bf60.

* test docker

* I wonder

* logs

* hm

* fix indentation

* hm

* hm

* fix snap finds

* remove auth

* use hostArchitecture

* snap: limit find

* hm

* sudo

* Add validateToolOutput: None to the build pipeline

* bring back sdl-scan

* try all tools: true

* use release

* Update Azure Pipelines YAML file for Linux product build and test

* hm

* hm

* same for win32

* hm

* hm

* Revert "hm"

This reverts commit 1b9dcae85b.

* use branch

* fix template file

* fix template paths
2024-03-21 14:16:32 +01:00
Don Jayamanne e3cf2530e6
Include execution count in jupyter notebook diff (#208292)
* Include execution count in notebook diff

* Fix tests

* Misc changes

* Fix tests

* Fix more tests
2024-03-21 14:14:33 +01:00
Johannes 09990db486
use InlineChatWidget feedback logic instead of custom commands 2024-03-21 14:12:49 +01:00
Robo 5e0394c8d1
fix: don't package detection script in legacy server (#208274)
* fix: don't package detection script in legacy server

* chore: address review feedback

* chore: rename download asset name
2024-03-21 14:11:57 +01:00
Aiday Marlen Kyzy d187a75687
Merge pull request #208299 from microsoft/plastic-swift
Add tests for auto-indentation feature area
2024-03-21 13:24:50 +01:00
Aiday Marlen Kyzy 055bf7b221
adding more tests 2024-03-21 13:06:55 +01:00
Benjamin Pasero 8a19756adf
[Bug] /var/folders/** files can't be excluded from search (fix #203872) (#208296) 2024-03-21 13:01:42 +01:00
Johannes 30ced271c2
restore blur to cancel for chat content widget 2024-03-21 12:58:28 +01:00
Johannes 4687bb663a
- remove old history logic
- remove old input widget
2024-03-21 12:55:12 +01:00
Johannes 9544ed68b7
fix up some MIC actions 2024-03-21 12:50:33 +01:00
Aiday Marlen Kyzy 62275bbca6
changing to round brackets inside of the regex pattern 2024-03-21 12:43:17 +01:00
Aiday Marlen Kyzy b1229cc440
Merge pull request #208294 from microsoft/aiday/incrementTestSuite
Add more tests to the auto indentation test suite
2024-03-21 12:37:02 +01:00
Johannes 65a4018a14
more test updates after merge 2024-03-21 12:32:22 +01:00
Aiday Marlen Kyzy 5228f5a8b6
adding dollar sign at the end of the regex to match the full line 2024-03-21 12:13:20 +01:00
Johannes 42383cb45f
post merge fixes 2024-03-21 12:11:06 +01:00
Johannes eb4271c7fe
Merge branch 'main' into joh/chatWidget 2024-03-21 12:10:52 +01:00
Aiday Marlen Kyzy 1fea7a23f0
increment the test suite 2024-03-21 12:04:48 +01:00
Johannes ebfbf27d8c
- fix layout bugs
- enable terminal history with new world
- fix (most) command group associations
2024-03-21 11:58:28 +01:00
Aiday Marlen Kyzy bdf352fe4e
remove part of test 2024-03-21 11:28:47 +01:00
Aiday Marlen Kyzy d1e28c49f3
fixing the tests 2024-03-21 11:24:10 +01:00
Aiday Marlen Kyzy 32aaeac3d6
adding pattern for if for and while 2024-03-21 11:04:24 +01:00
Aiday Marlen Kyzy d627e3b387
removing duplicate test 2024-03-21 10:48:36 +01:00
Aiday Marlen Kyzy c45caf9f86
removing some comments 2024-03-21 10:43:43 +01:00
Aiday Marlen Kyzy 75b4f4f42f
adding tests for the passing case 2024-03-21 10:42:20 +01:00
Aiday Marlen Kyzy 69f9c7a2e1
adding pattern in order to indent the next line 2024-03-21 10:27:30 +01:00
Aiday Marlen Kyzy 8fe4497ec3
Merge pull request #208234 from microsoft/aiday/indentationWithinCommentsTest
Test for incorrect indentation within comment
2024-03-21 09:53:46 +01:00
Aiday Marlen Kyzy 1403f05edd
Merge branch 'main' into aiday/indentationWithinCommentsTest 2024-03-21 09:39:04 +01:00
Johannes 95c009d7e1
make sure to start inline chat session service eagerly 2024-03-21 09:18:26 +01:00
Justin Chen cefbd4fbe7
show preview label on code actions (#208252)
* show proper label on hovers

* absolute imports
2024-03-20 23:07:42 -07:00
BABA 736527c239 Use derived value from non-retired color variable instead of string literals 2024-03-21 10:56:53 +08:00