Commit graph

14692 commits

Author SHA1 Message Date
Tyler James Leonhardt dc45ddef95
Remove requirement that there can be only one account (#212398)
This allows each set of scopes to have one account associated with it.
2024-05-09 15:59:58 -07:00
Matt Bierner a4643b0ee0
Enable web type acquisition by default for js/ts (#212370)
* Enable web type acquisition by default for js/ts

Fixes #182791
Fixes #172887

* Cleanup
2024-05-09 20:09:49 +02:00
Matt Bierner 268c20f317
Suppress semantic errors in js/ts notebook cells (#212367)
Fixes #212366
2024-05-09 10:20:21 -07:00
Rob Lourens 9c336bfa87
Add test for FunctionBreakpoint change (#212284)
See #211894
2024-05-08 20:41:49 +02:00
Johannes Rieken 6874fc7394
Joh/ministerial-swan (#212096)
* first cut of embeddings API

https://github.com/microsoft/vscode/issues/212083

* add event

* fix tests
2024-05-06 16:50:13 +02:00
Aaron Munger c6563ccae8
put word wrap styling on parent container (#211982)
* put word wrap styling on parent container

* update tests
2024-05-03 15:27:36 -07:00
Rob Lourens f8b115947e
Fix removeAnsiEscapeCodes for escape sequence after : (#211886)
* Fix removeAnsiEscapeCodes for escape sequence after :
Fix #209937

* And in debug-server-ready
2024-05-02 20:33:24 -07:00
Daniel Imms d95fae2e2d
Fix flaky integration tests on mac 2024-05-01 13:22:17 -07:00
Matt Bierner 59a90a6dab
Pass along autoImport setting on TS file settings (#211803) 2024-05-01 12:23:30 -07:00
Rob Lourens b8292ab7f2
Replace ChatResolvedVariable with ChatValueReference (#211665)
* Replace ChatResolvedVariable with ChatValueReference
Participant API
#199908

* Fix integration test

* any -> unknown
2024-05-01 09:14:54 -07:00
Matt Bierner 431afbe459
Log trigger reason in TS refactor telemetry (#211652) 2024-04-30 11:27:07 -07:00
Matt Bierner bc278dfe7c
Fix workspace symbol search (#211681)
For #211672
2024-04-29 17:54:50 -07:00
Matt Bierner c1cc1a902d
Remove most <type> assertions in TS ext (#211648)
These can easily hide typing errors
2024-04-29 18:23:51 +02:00
Tyler James Leonhardt 1357fca0f7
Add cancellable promise to Microsoft auth flows (#211495)
Fixes #211406
2024-04-27 01:06:58 +02:00
Daniel Imms c398f717a9
Consolidate ansi functions into strings.ts 2024-04-26 07:22:16 -07:00
Alex Ross 5c213a1e84
Update grammars (#211439) 2024-04-26 04:52:52 -07:00
Matt Bierner 56ad6311c8
Pick up latest Markdown language service (#211391)
Fixes #211389
2024-04-25 13:48:44 -07:00
Ladislau Szomoru b4b87ffac4
Git - show notification when there are no staged changes/changes/untracked changes (#211170) 2024-04-23 21:21:02 +02:00
Ladislau Szomoru 0991b0053f
Git - fix view untracked changes command visibility (#211167) 2024-04-23 21:09:25 +02:00
Martin Aeschlimann 83d2801c6b
[css/json] update services (#211053) 2024-04-23 11:27:29 +02:00
Matt Bierner 5d25f31b7e
Re-register TS sort/remove unused commands (#210984)
Fixes #210728

Removed these as I thought they were unused
2024-04-22 20:16:38 -07:00
Matt Bierner 117c4419d6
Fix config file diag text (#210988)
Fixes #210966
2024-04-22 20:15:13 -07:00
Martin Aeschlimann 0de5c3004f
Revert "[css/json] update services (#210950)" (#210959)
This reverts commit 5b6444d082.
2024-04-22 22:32:32 +02:00
Martin Aeschlimann 5b6444d082
[css/json] update services (#210950) 2024-04-22 12:23:36 -07:00
Aaron Munger 674c62fade
Minimal error renderer (#210767)
* collapse stack trace

* interaction buttons

* fixup

* place feature behind option

* styling, more cleanup

* test returned link, fix test bug

* test header link, skip header link for old IPython

* padding

* remove inline margin
2024-04-22 08:09:11 -07:00
Martin Aeschlimann 348de48632
Monokai Dimmed theme: json syntax highlighting colors very different in v1.88.0 (#210908) 2024-04-22 14:23:41 +02:00
Benjamin Pasero 47e4d24fa1
vscode API - globalState / workspaceState unit test flake (fix #210575) (#210632) 2024-04-18 10:54:47 +02:00
David Dossett 7bf27d553e
Merge pull request #210602 from microsoft/ddossett/mid-kangaroo
Update menu selected state colors
2024-04-17 22:47:20 -07:00
Frank 59d84c5c8c
disable corepack auto pin feature when executing npm view (#210601) 2024-04-18 01:28:08 +00:00
David Dossett 2fb4572cce
Update menu selected state colors 2024-04-17 15:18:30 -07:00
Raymond Zhao 75aea74df7
feat: bump emmet-helper (#210508)
Also add test
2024-04-17 14:21:23 -07:00
Daniel Imms 7ce200d9f6
Merge pull request #210260 from microsoft/tyriar/si_integration_tests
Add shellIntegration ext api integration tests
2024-04-17 07:52:06 -07:00
Pig Fang a7d0bc8982
Auto close Git multi-diff editor when all files staged or comitted (#210327)
* auto close multi-diff editor when all files staged or comitted

* remove unused vars
2024-04-17 11:16:33 +00:00
Daniel Imms 762cbd66a8
More logging, disable on Windows 2024-04-16 15:26:45 -07:00
Daniel Imms f18f406e30
Improve assertions 2024-04-16 15:06:34 -07:00
Daniel Imms 4080745f7e
Merge remote-tracking branch 'origin/main' into tyriar/si_integration_tests 2024-04-16 13:56:38 -07:00
Connor Peet 97df4dad38
api: finalize windowActivity (#210491)
Closes #181569
2024-04-16 11:03:14 -07:00
Matt Bierner 9d2deb650d
Use resolveCodeAction for organize imports (#210418)
For #210171
2024-04-15 15:19:28 -07:00
Matt Bierner 98785f537e
Fix setting type (#210408)
Fixes #210400
2024-04-15 18:51:02 +02:00
Daniel Imms fa1e2afd99
Set SI to enabled in integration tests 2024-04-15 08:53:11 -07:00
Daniel Imms 6162e457e3
Add shellIntegration ext api integration tests
Part of #145234
2024-04-12 12:21:09 -07:00
Don Jayamanne f309a5e375
Fix test failure and improve visibility check (#210128)
* Fix test failure when UI is small

* oops
2024-04-11 08:07:50 +02:00
Don Jayamanne 804f8e3929
Debounce notebook cell metadata edit updates (#210005)
* Debounce notebook cell metadata edit updates

* Clear timer

* Check notebook type

* Try again

* Ignore IW notebooks

* oops
2024-04-11 07:44:14 +02:00
Matt Bierner 23915afd3b
Exclude chat symbols from JS/TS workspace symbol results (#210095) 2024-04-10 12:27:52 -07:00
Matt Bierner 0347b00161
Pick up latest TS recovery 5.4.5 (#210072) 2024-04-10 18:51:13 +02:00
Martin Aeschlimann eef0da0b89
update weppack so we can build the latest language client (#208908)
* update weppack so we can build the latest language client

* update webpack types

* update yarn file
2024-04-10 15:19:18 +02:00
Don Jayamanne e079f1e07b
Drop custom property from Jupyter Nb metadata (#210011) 2024-04-10 08:30:18 +02:00
Rob Lourens eb736c18c2
Limit chat history to messages with the current participant (#209898)
* Limit chat history to messages with the current participant

* Fix build error

* Fix build for real
2024-04-09 08:56:52 -07:00
Ladislau Szomoru f9554073cc
Git - add dedicated commands to view changes (#209942) 2024-04-09 14:33:13 +02:00
Sheetal Nandi b2c4302323
Use vscode watches for tsserver (#193848) 2024-04-09 13:39:34 +02:00