Aiday Marlen Kyzy
f71d90f052
using again the initial split, because currently not able to combine the tests
2024-03-18 16:17:22 +01:00
Aiday Marlen Kyzy
039be97cb0
look at the registry of the tokenization, why is there an error
2024-03-15 18:35:01 +01:00
Aiday Marlen Kyzy
668e8aa1ba
separating suites by language
2024-03-15 17:04:30 +01:00
Aiday Marlen Kyzy
b24ea8ebf0
updating the tests with history of the current regex
2024-03-15 14:32:27 +01:00
Aiday Marlen Kyzy
1af831275c
adding unit tests from the blames
2024-03-14 09:22:08 +01:00
Aiday Marlen Kyzy
3e72f946c7
adding code to read file and indent it
2024-03-13 18:00:20 +01:00
Aiday Marlen Kyzy
00e30a5387
adding changes
2024-03-13 16:01:41 +01:00
Alex Dima
48f447cea7
Scaffold auto indentation testing
2024-03-13 15:00:45 +01:00
Alex Ross and GitHub
026f29a7b0
Don't use suite setup and teardown in resolveExternal test ( #207339 )
...
* Dispose instantiationService in resolveExternal test
* Revert "Dispose instantiationService in resolveExternal test"
This reverts commit 0fba9f401a .
* Don't use suite setup and teardown
2024-03-12 11:40:46 +01:00
Benjamin Pasero and GitHub
6c8ae49b0f
watcher - introduce and use onDidWatchFail event ( #207320 )
2024-03-12 08:46:17 +01:00
Robo and GitHub
6c1e897687
chore: update electron@28.2.6 ( #207388 )
...
* chore: update electron@28.2.6
* chore: update distro
2024-03-12 08:42:05 +01:00
Don Jayamanne and GitHub
7696df9026
Avoid blocking event loop when saving nb ( #207381 )
2024-03-12 08:18:20 +01:00
Matt Bierner and GitHub
30f1a7103b
Pass references on code block document as metadata ( #207382 )
...
Pass along code block references in the fragment of code block documents
2024-03-12 08:08:50 +01:00
Don Jayamanne and GitHub
9c3cc8b994
Avoid unnecessary workspace edits ( #207377 )
2024-03-12 02:03:43 +01:00
Andrea Mah and GitHub
ac31a0ccdd
bump distro for copilot use of aiTextSearchProvider ( #207378 )
2024-03-12 01:34:47 +01:00
Bhavya U and GitHub
14e109cb03
Add experimental chat welcome view ( #207369 )
...
* Add experimental chat welcome view
* Remove unused import
* Enable chatWelcomeView creation on context key change
2024-03-12 01:04:46 +01:00
Michael Lively and GitHub
6653159a71
Relocate nb stickyscroll toggle action, fix toggle verbage, more generic run section args ( #207373 )
...
relocate toggle action, fix toggle verbage, more generic section args
2024-03-11 16:34:18 -07:00
Connor Peet and GitHub
64e03c484b
bump distro ( #207375 )
2024-03-12 00:32:24 +01:00
968f1b2c40
Bump mio from 0.8.4 to 0.8.11 in /cli ( #206845 )
...
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 16:10:24 -07:00
Aaron Munger and GitHub
a205c17419
recursively group children for very large lists ( #207364 )
2024-03-11 15:57:39 -07:00
Megan Rogge and GitHub
d750a76cd7
Merge pull request #207198 from microsoft/merogge/alt-toolbar
...
move to toolbar actions for terminal chat widget, allow editable code block, add `ChatCodeBlockContextProviderService`
2024-03-11 15:51:42 -07:00
Megan Rogge and GitHub
13a19519e9
Merge pull request #207363 from microsoft/merogge/voice-stopped
...
add voice stopped signal
2024-03-11 14:46:49 -07:00
meganrogge
613a0755a8
add voice stopped signal
2024-03-11 14:07:44 -07:00
Sandeep Somavarapu and GitHub
a60a4cebbf
add more data to telemetry event ( #207360 )
2024-03-11 22:07:35 +01:00
meganrogge
dcafd8876c
prefix service name with chat
2024-03-11 12:09:47 -07:00
Xie Jingyi and GitHub
0db502e132
Fix setting editor list item overflow ( #206681 )
2024-03-11 18:41:46 +00:00
Aaron Munger and GitHub
b732dd9b79
Add option to prompt to save on closing an IW ( #207349 )
...
* IW scratchpad based on setting
* register setting
2024-03-11 11:38:04 -07:00
Martin Aeschlimann and GitHub
bb55abf616
sticky scroll: listen to folding range provider change events ( #207209 )
...
* sticky scroll: listen to folding range provider change events
* fix undisposed stickyModelProvider
* dispose the providers in the StickyModelProvider
2024-03-11 19:30:40 +01:00
d4b4c32779
Fix Copy/Cut command not working in webview ( #206529 )
...
* Fix Copy/Cut command not working in webview
* Update Content-Security-Policy of index.html
* Update csp
---------
Co-authored-by: Matt Bierner <matb@microsoft.com >
2024-03-11 18:12:26 +00:00
Matt Bierner and GitHub
e08191789b
Pick up latest TS for building VS Code ( #207347 )
2024-03-11 19:06:05 +01:00
Connor Peet and GitHub
d8880a78e9
cli: propagate exit code from cli.js ( #207343 )
...
Fixes #204067
2024-03-11 17:55:28 +01:00
ab77280f55
try to clear transient editors on EditorViewStateManager restore ( #206380 )
...
* try to clear transient editors on EditorViewStateManager restore
* add onWillHide to quickpick
* adopt onwillhide
* Update src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkQuickpick.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
* Update src/vs/workbench/contrib/terminalContrib/links/browser/terminalLinkQuickpick.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
* refactoring for pr feedback
* rename to PickerEditorState and ensure dispose will clean up
* add openTransientEditor
* Update src/vs/workbench/browser/quickaccess.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
* Update src/vs/workbench/browser/quickaccess.ts
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
* use editorService.closeEditors
* don't close current file
* delete pickerEditorState onClose and check for dirty editors before closing
* editors - do not turn non-transient already opened editors transient
* let pinning clear transient
* 💄
* 💄
* improve closing of editors
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2024-03-11 09:49:27 -07:00
Alex Ross and GitHub
fc62e2a62f
BUILD: unblock build by skipping leaking test ( #207340 )
2024-03-11 17:33:34 +01:00
meganrogge
6760d3a698
Merge branch 'main' into merogge/alt-toolbar
2024-03-11 09:13:43 -07:00
meganrogge
b2fad5399a
move to separate file
2024-03-11 09:10:09 -07:00
meganrogge
64f67b50e7
get correct order for actions in toolbar
2024-03-11 08:54:27 -07:00
Aaron Munger and GitHub
57d282b909
update distro commit ( #207337 )
2024-03-11 16:53:22 +01:00
meganrogge
4b80026b0b
pass in isCodeBlockEditable to updateChatMessage
2024-03-11 08:46:11 -07:00
meganrogge
7efbc475f1
use service rather than registry
2024-03-11 08:38:20 -07:00
Henning Dieterichs and Henning Dieterichs
97c8d7e7cc
Fixes rendering glitch.
...
Signed-off-by: Henning Dieterichs <hdieterichs@microsoft.com >
2024-03-11 14:49:49 +01:00
Henning Dieterichs and Henning Dieterichs
5faa55a173
Reapply "Refactors: Reduces assumptions about line height."
...
This reverts commit 8c8105002c .
2024-03-11 14:49:49 +01:00
Daniel Imms and GitHub
401443c2bb
Merge pull request #207220 from BrandonXLF/main
...
Override CSS content for terminal tab image icons
2024-03-11 06:49:18 -07:00
Orgad Shaneh and GitHub
6bd027eda0
Tunnel: Re-add unit tests for port mapping ( #207249 )
...
This reverts commit b79e884dc1 and
implements it with proper mocking.
2024-03-11 13:48:46 +00:00
Brook Mao and GitHub
989dc339df
Improved description for editor.useTabStops setting ( #206552 )
...
* Update description for editor.useTabStops setting
2024-03-11 10:47:58 +00:00
Mårten Åsberg and GitHub
e4f8e9fa54
Render final line number for interval setting ( #207227 )
2024-03-11 10:43:05 +00:00
Henning Dieterichs
8c8105002c
Revert "Refactors: Reduces assumptions about line height."
...
This reverts commit a9ab31da9c .
2024-03-11 11:28:05 +01:00
Aiday Marlen Kyzy and GitHub
c76d56c2bf
Merge pull request #201425 from russelldavis/fix-autoindent-on-closing-paren
...
Fix decreaseIndentPattern for javascript and typescript
2024-03-11 09:56:40 +01:00
Aiday Marlen Kyzy and GitHub
946d53e850
Merge branch 'main' into fix-autoindent-on-closing-paren
2024-03-11 09:42:02 +01:00
Bhavya U and GitHub
c658210cce
Feature - Surface video tutorials on Welcome Page ( #207293 )
...
* Initial support for video tutorials
* Experiment for surfacing video tutorials
2024-03-11 08:27:12 +01:00
Benjamin Christopher Simmonds and GitHub
12fc36731b
Increase activity bar space at top and bottom ( #207262 )
...
Give more space to activity bar when top / bottom
2024-03-10 19:00:38 -07:00