Commit graph

107196 commits

Author SHA1 Message Date
Andrew Hlynskyi 868757048d feat: Add resolving of "fileWorkspaceFolderBasename" variable 2023-03-31 23:25:34 +03:00
Aaron Munger 80b3a432e6
Merge pull request #178837 from amunger/aamunger/IWInterrupt
enable core interrupt command for IW
2023-03-31 13:21:03 -07:00
Rob Lourens 7e832ecc21
Don't wrap text in the middle of words in chat view (#178844) 2023-03-31 13:17:32 -07:00
Aaron Munger 076dca56d7
Merge branch 'main' into aamunger/IWInterrupt 2023-03-31 13:06:18 -07:00
Raymond Zhao 1859288ca7
fix Settings editor search result count (#178842)
fix search result count
2023-03-31 22:01:12 +02:00
Joyce Er b34c6339b5
Preserve group order for collected gutter actions (#178838) 2023-03-31 12:35:23 -07:00
aamunger 17487d6378
enable core interrupt command for IW 2023-03-31 11:53:20 -07:00
Rob Lourens 829e0b3d06
Adjust the point where we switch from the cell progress bar to the editor progress bar (#178738)
* Adjust the point where we switch from the cell progress bar to the editor progress bar
Fix #178737

* Fix showing editor progress bar when insert toolbar is disabled

* Fix showing editor progress when moving the notebook editor between groups

* Add comment

---------

Co-authored-by: Eleanor Boyd <eleanorboyd@microsoft.com>
2023-03-31 19:28:49 +02:00
Megan Rogge b8a45b90b0
Merge pull request #178679 from Mai-Lapyst/fix-all-ontasktype-exts-starting
Fix accidently starting all onTaskType extensions when running any task; fixes #175821
2023-03-31 09:40:36 -07:00
Connor Peet e95e5ba68d
dialogs: hint dialog content in tests to aid in debugging (#178736)
See https://github.com/microsoft/vscode-discussions/discussions/274 and https://github.com/microsoft/vscode-test/issues/207

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-03-31 09:32:43 -07:00
Johannes Rieken 0b00feaec1
fix https://github.com/microsoft/vscode/issues/177496 (#178820) 2023-03-31 16:55:25 +02:00
Henning Dieterichs 168a670c58
Enables experimental diff algorithm for workspace (#178819) 2023-03-31 16:52:22 +02:00
Johannes Rieken 9c9ba4c45d
make diffs human readable (#178816) 2023-03-31 16:34:18 +02:00
Henning Dieterichs 0f434840ce
Adds tests to verify https://github.com/microsoft/vscode-internalbacklog/issues/3846 (#178815)
* Adds tests to verify https://github.com/microsoft/vscode-internalbacklog/issues/3846

* Shortens test.
2023-03-31 16:31:06 +02:00
Matt Bierner f6e9a38c1d
Enable code actions and workspace edits for the scm input (#176699)
Enable quick fixes in the scm input

Fixes #159940

This is a replacement of #159941 with proper support for using workspace edits on the scm input box
2023-03-31 16:28:45 +02:00
Johannes Rieken f720dba429
fix dto to API conversion of workspace edits with snippet edits (#178812)
fixes https://github.com/microsoft/vscode/issues/178654
2023-03-31 07:22:21 -07:00
Johannes Rieken 13562cc6f5
prevent empty context menu entry, make sure to invoke commands with the correct anchor and correct range (#178804)
fixes https://github.com/microsoft/vscode/issues/174912
2023-03-31 15:52:43 +02:00
Henning Dieterichs 86dade763c
Merge pull request #178795 from microsoft/hediet/monaco-editor-bugfix
Fixes https://github.com/microsoft/monaco-editor/issues/3217
2023-03-31 14:34:25 +02:00
Daniel Imms bbfcb62c2c
Merge pull request #178701 from Wundero/fix-profile-not-loading
Use defined variable instead of internal property
2023-03-31 05:09:20 -07:00
Henning Dieterichs 1fb0914eef
Adresses #3534, request basic language features when a language is encountered during tokenization (#178785) 2023-03-31 12:42:53 +02:00
Henning Dieterichs b39ea9613d
Fixes https://github.com/microsoft/monaco-editor/issues/3217 2023-03-31 12:28:35 +02:00
Benjamin Pasero 4a21266bdd
csp - tighten rules and update trusted types (#178675)
* csp - tighten rules and update trusted types

* bring back `https:` for `img-src`

* also update others
2023-03-31 12:17:41 +02:00
Henning Dieterichs f82fef56ec
Merge pull request #178781 from microsoft/hediet/grammarTokenization
grammar tokenization refactoring
2023-03-31 10:54:04 +02:00
SteVen Batten f31dffc7f9
fix broken menus (#178731) 2023-03-31 03:14:29 +02:00
Matt Bierner 9fd77b4519
Speed up transfer of outputs to notebook webviews (#178719)
Speed an transfer of outputs to notebook webviews

For https://github.com/microsoft/vscode-jupyter/issues/11031

The VS Buffer for the output items has a short byte length but a very large backing buffer (`Uint8Array` which is actually a `Buffer`)

When sending outputs to the webview, we ended up transfering the huge backing buffer instead of the much smaller actual data

We can fix this by creating a Uint8Array copy of the data and then transfering it to the webview
2023-03-30 16:46:56 -07:00
Sam Riddle fe36cb22bc
Merge branch 'main' into fix-profile-not-loading 2023-03-30 14:54:47 -07:00
Matt Bierner b9202b6408
Use better names in js/ts text rendering (#178711)
Use better names
2023-03-30 21:10:51 +02:00
Rob Lourens 1a0a08a0f6
Remove timeout on 'terminate' request (#178714)
See #172284
2023-03-30 21:10:31 +02:00
Megan Rogge 0689f4a987
Merge branch 'main' into fix-all-ontasktype-exts-starting 2023-03-30 11:28:31 -07:00
Teddy Bradford b244524d08
Update Markdown preview styles to prevent sub and sup from affecting line height (#178653)
Prevent `sub` and `sup` from affecting line height
2023-03-30 18:07:18 +00:00
Rob Lourens b1ad3f934c
Reset template label when rendering variable without name in repl (#178704)
Fix #176798
2023-03-30 19:37:52 +02:00
Sam Riddle 9d675c3293
Merge branch 'main' into fix-profile-not-loading 2023-03-30 09:42:30 -07:00
Ulugbek Abdullaev b5aa594745 keybindingService: make the schema holder non-singleton to see its lifecycle easier 2023-03-30 18:24:41 +02:00
Ulugbek Abdullaev 8d83139ab7 keybindingService: isolate file-wide mutable state into a singleton 2023-03-30 18:24:41 +02:00
Sam Riddle 8ae46c4ec3
Use defined variable instead of internal property 2023-03-30 09:03:28 -07:00
Johannes Rieken 9ab7b1477a
Merge pull request #163190 from c-claeys/multirange-formatting
Add support for multiRange formatting
2023-03-30 17:12:14 +02:00
Johannes f6d3226ade
remove inactive remains of Range | Range[] 2023-03-30 16:57:19 +02:00
Johannes 99d65cd47c
remove generic type, move API additions to separate proposals file, enforce proposal 2023-03-30 16:50:58 +02:00
Johannes Rieken a47c78516c
Merge branch 'main' into multirange-formatting 2023-03-30 16:33:11 +02:00
Henning Dieterichs 4ff4e12242
Refactors TextModelTokenization into GrammarTokenization. 2023-03-30 16:14:54 +02:00
Alex Ross d4d0d2a3e4
Add hybrid automatic port detection (#178687)
* Hybrid port detection

* Use correct source for autoforwarded

* Watch for port closure in output forwarder

* Update setting description
2023-03-30 15:23:27 +02:00
Henning Dieterichs fdc9c7cccb
Merge pull request #178683 from microsoft/hediet/tokenization-store-refactoring
Refactors TokenizationStateStore
2023-03-30 15:17:49 +02:00
Martin Aeschlimann b8f3103f74
Activity bar icons are not being highlighted on mouse over (#178684) 2023-03-30 15:03:04 +02:00
Johannes Rieken 7706103d0e
do not use require('assert') fyi @hediet (#178682) 2023-03-30 14:51:58 +02:00
Mai-Lapyst 31ed7f7777 Fix accidently starting all onTaskType extensions when running any task; fixes #175821 2023-03-30 13:10:40 +02:00
Johannes Rieken b80faf9e12
disable suggest status bar for embedded editor (#178662) 2023-03-30 10:11:58 +02:00
Johannes Rieken 882f699c66
make session provider generic to make it more obvious that it is "instance-true" (#178660) 2023-03-30 10:08:37 +02:00
Benjamin Pasero 95917c1376
eng - throw if minified output contains non-ascii characters (#178590) 2023-03-30 09:26:11 +02:00
Megan Rogge 9e1375620e
Merge pull request #178636 from microsoft/merogge/fix
fix issue with buffer content tracker
2023-03-29 17:50:25 -07:00
Matt Bierner 15143c24a5
Fix md server build script compile and remove unused test part (#178635)
* Fix compile and remove unused test script

* Do full install so we pull in gulp
2023-03-29 16:58:39 -07:00