Sandeep Somavarapu
|
69b666cbba
|
- update argv directly
- exit at the end
|
2023-03-24 15:43:55 +01:00 |
|
Isidor Nikolic
|
21ae43efae
|
Merge pull request #178214 from microsoft/urgent-catshark
update distro
|
2023-03-24 12:03:35 +01:00 |
|
isidor
|
9bcc0d648f
|
update distro
|
2023-03-24 11:48:59 +01:00 |
|
Henning Dieterichs
|
44069a3497
|
Introduces editor.inlineSuggest.suppressSuggestions, deprecates .allowQuickSuggestions and .allowSuggestOnTriggerCharacters (#178208)
|
2023-03-24 11:11:35 +01:00 |
|
Johannes Rieken
|
fabb574542
|
disable editor rulers (#178152)
|
2023-03-24 06:20:19 +01:00 |
|
Pouya Kary ✨
|
e367f30db6
|
Fixes #177580 (#177581)
fixed the spelling in commentGlyphForground to commentGlyphForeground
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
|
2023-03-24 05:05:14 +00:00 |
|
Rob Lourens
|
c83f54aefc
|
Implement "clear history" command for interactive sessions (#178194)
|
2023-03-23 21:26:48 -07:00 |
|
Bhavya U
|
b962dd0ffb
|
Check for treatment and guard against malformed JSON in featured extension experiment (#178180)
Check for treatment and guard against malformed JSON
|
2023-03-23 17:14:02 -07:00 |
|
Rob Lourens
|
de3c6c9039
|
Update filtered response icon color (#178181)
|
2023-03-23 17:04:45 -07:00 |
|
David Dossett
|
c89324c0b9
|
Reverse background colors on interactive session (#178165)
* Reverse background colors on interactive session
* Only apply borders to requests
|
2023-03-23 16:28:24 -07:00 |
|
Rob Lourens
|
233b4e0a69
|
Properly wait for interactive session to load before adding request/response from inline editor to it (#178178)
|
2023-03-23 22:36:06 +01:00 |
|
Rob Lourens
|
deedbd33f5
|
Change filtered response error icon to info icon (#178174)
|
2023-03-23 12:34:28 -07:00 |
|
Peng Lyu
|
8d19f1c566
|
Fix #178067. Missing tooltip from source actions (#178171)
|
2023-03-23 20:03:22 +01:00 |
|
Henning Dieterichs
|
d087cf35a2
|
Improve typing performance by not updating widget when nothing changed (#178167)
|
2023-03-23 11:33:26 -07:00 |
|
Matt Bierner
|
d484f15eff
|
Always set interactive code block language id (#178168)
We should fall back to plaintext instead of not setting the language id
|
2023-03-23 19:28:07 +01:00 |
|
Bhavya U
|
22f7231ec3
|
Iterate over object entries (#178164)
* Iterate over object entries
* Update src/vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService.ts
Co-authored-by: Connor Peet <connor@peet.io>
---------
Co-authored-by: Connor Peet <connor@peet.io>
|
2023-03-23 11:09:08 -07:00 |
|
Rob Lourens
|
45486ba5bc
|
Make interactive session input a simple widget (#178160)
I disabled this when I added the suggest widget, but I'm pretty sure that isn't necessary, and this causes the vim extension to run in this editor
|
2023-03-23 18:52:14 +01:00 |
|
Matt Bierner
|
1379bf3f15
|
Fix markdown webview state updates (#178153)
Fixes #164071
Also fixes the webview not scrolling when the resources changes
|
2023-03-23 17:51:09 +00:00 |
|
Rob Lourens
|
eb5dc01379
|
Don't set "insertAsSnippet" when inserting codeblocks from an interactive session (#178155)
|
2023-03-23 18:38:34 +01:00 |
|
Johannes Rieken
|
1fc55cc617
|
don't reset the selection on message (#178148)
|
2023-03-23 17:34:11 +01:00 |
|
Joyce Er
|
46d7e02888
|
Resolve command URL eventually (#178061)
|
2023-03-23 09:11:35 -07:00 |
|
Megan Rogge
|
b89e5e0663
|
Merge pull request #178092 from microsoft/merogge/link-o
don't override link open keybinding
|
2023-03-23 09:00:45 -07:00 |
|
Johannes Rieken
|
840a5e71c9
|
Merge pull request #178142 from microsoft/hediet/diffing-word-expansion
Improves experimental diffing by selecting entire words if they are changed too much
|
2023-03-23 16:45:41 +01:00 |
|
Henning Dieterichs
|
5684cdf9eb
|
Adopts experimental diffing algorithm for interactive editor.
|
2023-03-23 16:25:02 +01:00 |
|
Johannes Rieken
|
0bdaa6f4d8
|
make sure to show collapsed ranges as well (#178141)
|
2023-03-23 15:59:55 +01:00 |
|
Johannes Rieken
|
e50e6635ab
|
don't hide but still disable feedback btn, use better colors for toggle state (#178140)
https://github.com/microsoft/vscode-internalbacklog/issues/3739
|
2023-03-23 07:39:08 -07:00 |
|
Megan Rogge
|
da4e7a2145
|
Merge pull request #178093 from microsoft/merogge/active
get accessible buffer to dynamically update
|
2023-03-23 07:25:04 -07:00 |
|
Johannes Rieken
|
e28df0c21c
|
use dynamic aria label (#178139)
|
2023-03-23 15:18:18 +01:00 |
|
Johannes Rieken
|
25ef31723a
|
don't always consume mouse wheel events (#178125)
|
2023-03-23 14:24:43 +01:00 |
|
Johannes Rieken
|
d6ae9f5343
|
change keybinding to cmd+i (#178129)
|
2023-03-23 13:01:01 +01:00 |
|
Aiday Marlen Kyzy
|
88089a8edb
|
Merge pull request #178131 from microsoft/aiday/issue178127
Escape command used when sticky scroll focused, not just enabled
|
2023-03-23 12:34:10 +01:00 |
|
Robo
|
d186a2b6e6
|
chore: push eol notifications for windows 8 and 8.1 (#177668)
|
2023-03-23 12:15:49 +01:00 |
|
Aiday Marlen Kyzy
|
5659c3b5b0
|
escape used when sticky scroll focused not when enabled
|
2023-03-23 12:11:59 +01:00 |
|
Johannes Rieken
|
b0defa24df
|
use onDidContentSizeChange to re-layout the zone widget (#178124)
|
2023-03-23 11:59:45 +01:00 |
|
João Moreno
|
6fe3014566
|
Workaround code signing issues (#178071)
* use dot net 6 for codesigning
* make esrpclienttool use continueOnError
* another one
* fix path
* argh
|
2023-03-23 10:52:34 +01:00 |
|
Sandeep Somavarapu
|
99c19a6f6b
|
fix #177897 (#178117)
|
2023-03-23 10:51:40 +01:00 |
|
Paul Köck
|
aa1052b3d8
|
Oh, it's already 2023 (#172649)
|
2023-03-23 10:33:54 +01:00 |
|
Bhavya U
|
861e35e8f5
|
Fix Remote Picker interactions (#178108)
* Fix Remote Picker interactions
* Dispise quickpick
|
2023-03-23 07:49:13 +01:00 |
|
Rob Lourens
|
c2bf6225a1
|
Make interactive session vote buttons work like toggles (#178097)
|
2023-03-22 20:34:22 -07:00 |
|
Bhavya U
|
4b9463abbe
|
Use extensionEnablement service and check for canInstall (#178094)
|
2023-03-22 20:10:27 -07:00 |
|
Rob Lourens
|
2c68ba867c
|
Fill in incomplete markdown in interactive session for errors with responseIsIncomplete (#178099)
|
2023-03-22 18:33:38 -07:00 |
|
Rob Lourens
|
8abb919b4e
|
Enable font ligatures in result editors (#178096)
* Use arrow cursor for interactive session list
* Enable font ligatures in result editors
|
2023-03-23 01:59:36 +01:00 |
|
Rob Lourens
|
18606bc1c8
|
Save interactive session editor input in view state (#178081)
Save interactive session editor input in view history
|
2023-03-23 01:05:14 +01:00 |
|
Rob Lourens
|
f60a608f65
|
Implement '/clear' slash command (#178095)
|
2023-03-23 00:56:44 +01:00 |
|
meganrogge
|
eda90901c7
|
fix 172582
|
2023-03-22 16:29:23 -07:00 |
|
Martin Aeschlimann
|
400369e8c5
|
Testing tunneling: Wording in connection toast (#178088)
|
2023-03-23 10:26:51 +11:00 |
|
meganrogge
|
f584ecc7e6
|
fix #178059
|
2023-03-22 16:13:25 -07:00 |
|
Rob Lourens
|
a0ed4ebcc4
|
Disallow interactive session/editor API in stable VS Code (#178086)
|
2023-03-22 23:41:24 +01:00 |
|
Joyce Er
|
06fb8fde55
|
Don't change editor selection if invoked for line containing selection (#178083)
|
2023-03-22 23:13:07 +01:00 |
|
Rob Lourens
|
324d1a2576
|
Fade out interactive session responses that were filtered out (#178073)
* Fade out interactive session responses that were filtered out
* Fix import
|
2023-03-22 23:00:21 +01:00 |
|