Benjamin Pasero and GitHub
772a0197b0
🆙 distro ( #159545 )
2022-08-30 06:50:12 -04:00
aiday-mar
cb8f0bb07b
Registering the widget and the provider
2022-08-30 12:48:13 +02:00
aiday-mar
7f17834a59
Always dispose test editor even if a test fails
2022-08-30 12:48:12 +02:00
Johannes
675806facf
The TestTextFileEditor doesn't use editor contribution anymore.
...
This is because not every test disposes its code editors correctly and leaking contributions (like the `FoldingController`) have weird side-effects (still listening etc). Also, tests at the workbench level don't need editor contribution and editor construction is faster without them
fyi @bpasero
2022-08-30 12:40:47 +02:00
Logan Ramos and GitHub
a2cd34f347
Allow showTextDocument to open notebook cell URIs ( #158477 )
...
* Fix #123270
* Update to use `getCodeEditor`
2022-08-30 06:39:00 -04:00
Ladislau Szomoru and GitHub
933c22a53f
Git - Handle repository paths with a trailing \ character ( #159461 )
...
* Fix another edge case with Windows path that contains a trailing \ character
* Pull request feedback
2022-08-30 02:58:45 -07:00
Johannes Rieken and GitHub
e4c6aaf84a
code lens cache can be created delayed ( #159531 )
...
https://github.com/microsoft/vscode/issues/159178
2022-08-30 11:06:17 +02:00
Benjamin Pasero and GitHub
5daeec1e04
perf - update window jump list in new phase Eventually ( #159536 )
2022-08-30 10:18:55 +02:00
Benjamin Pasero and GitHub
f45464631f
perf - lazy create complex RegExp ( #159537 )
2022-08-30 10:17:59 +02:00
Matt Bierner and GitHub
e9d0bed9e5
Reduce duplication for image/audio preview ( #159507 )
2022-08-30 00:11:50 -07:00
aiday-mar
59e8b5fb5d
Merge branch 'main' into aiday/issue157165
2022-08-30 09:04:11 +02:00
Raymond Zhao and GitHub
2ffd80aa97
Fix error telemetry, fixes #148439 ( #159511 )
...
* Fix error telemetry, fixes #148439
* Shorten the comment
2022-08-30 08:42:42 +02:00
Matt Bierner and GitHub
e0aef14700
Use dedicated renderers for different list elements ( #158986 )
...
* Use dedicated renderers for different list elements
* Fix hardcoding command ids
2022-08-30 08:40:52 +02:00
Matt Bierner and GitHub
5e92794be6
Re-enable running our eslint rules using ts-node ( #159495 )
...
Resubmission of #157532 with the following changes:
- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
2022-08-30 08:40:04 +02:00
Joyce Er and GitHub
3e44e34bfa
Merge pull request #159488 from microsoft/dev/joyceerhl/inevitable-porcupine
...
Polish protocol handler flow when VS Code is not installed
2022-08-30 06:36:00 +00:00
Matt Bierner and GitHub
a13e5e1da6
Also apply max-width to videos in webviews ( #159500 )
2022-08-30 00:52:54 +02:00
Matt Bierner and GitHub
71c216d91f
Fix lint errors in our npm scripts ( #159501 )
2022-08-29 15:35:23 -07:00
Tyler James Leonhardt and GitHub
0d690b3a8f
Clear passwords that don't decrypt ( #159506 )
...
If a password is not decrypted properly, then it should be removed from the secret storage because it's essentially dead.
Fixes #151654
2022-08-30 00:33:03 +02:00
Joyce Er and GitHub
ae2fde2b52
Merge branch 'main' into dev/joyceerhl/inevitable-porcupine
2022-08-29 22:13:28 +00:00
Megan Rogge and GitHub
1715e06bb2
prompt for permission in trusted work space once per folder for auto run tasks ( #159478 )
...
fix #159370
2022-08-29 15:03:31 -07:00
Megan Rogge and GitHub
212af8702d
get task reconnection to work in remote envs ( #159316 )
...
* fix #159215
* remove unneeded change
2022-08-29 14:59:20 -07:00
Miguel Solorio and GitHub
304c187e1f
Add rounded corners to extension button actions ( #159496 )
2022-08-29 13:17:55 -07:00
Daniel Imms and GitHub
d1cc8561e4
Merge pull request #159494 from microsoft/xterm_update
...
Update xterm.js
2022-08-29 12:51:50 -07:00
Tyler James Leonhardt and GitHub
13b58bb047
up max url length to 7500 ( #159491 )
...
up max url length to 7500. Fixes #159191
2022-08-29 12:29:07 -07:00
Daniel Imms
b02e85c340
Update xterm.js
...
Fixes #159492
Fixes #159493
Fixes #158868
Fixes #158981
Fixes #157432
2022-08-29 12:19:04 -07:00
Megan Rogge and GitHub
923c489ba5
Update src/vs/workbench/contrib/terminal/common/terminalContextKey.ts
2022-08-29 12:13:05 -07:00
meganrogge
e9ee295371
Revert "don't unset the terminal focus key after setting it"
...
This reverts commit 030cf227de .
2022-08-29 12:10:31 -07:00
Matt Bierner and GitHub
4608363029
Use AggregateError for errors while disposing ( #159477 )
2022-08-29 21:10:04 +02:00
meganrogge
030cf227de
don't unset the terminal focus key after setting it
2022-08-29 12:06:46 -07:00
Matt Bierner and GitHub
9e5248072a
Fix ts-node for eslint ( #159483 )
...
Bumps the cachesalt to make sure ts-node is installed
2022-08-29 20:51:12 +02:00
Joyce Er
43ae67e42e
Keep dialog open after user clicks on install link
2022-08-29 11:18:49 -07:00
jeanp413
44261c904c
Match SimpleFindWidget behavior with editor FindWidget behavior
2022-08-29 13:14:13 -05:00
Joyce Er
757b4ff1dd
Open Insiders install link when in Insiders
2022-08-29 11:07:17 -07:00
Matt Bierner and GitHub
5b21c7f28b
Run our custom eslint rules using ts-node ( #157532 )
...
* Run our custom eslint rules using ts-node
Use `ts-node` to run our custom eslint rules. This lets us delete the pre-compiled js. It also means you can don't have to compile the rules while editing them
As part of this change, I've also switched us to using an eslint plugin instead of a rulesDir. This is now the preferred way to ship custom rules
* Fix two more disables
* Move ts-node to project root
* Enable transpileOnly
2022-08-29 09:39:09 -07:00
Matt Bierner and GitHub
07025f0b0d
Remove notebook editor edit api ( #158988 )
...
Fixes #149181
2022-08-29 09:34:57 -07:00
Benjamin Pasero and GitHub
86d5fc5eba
perf - avoid IdleValue for a feature that is not enabled by default ( #159469 )
2022-08-29 17:14:12 +02:00
Sandeep Somavarapu and GitHub
c7378f71d1
remove unused code ( #159467 )
2022-08-29 17:04:25 +02:00
aiday-mar
0b894c4b77
Adding additional update function
2022-08-29 16:52:18 +02:00
aiday-mar
1a3639ebe5
Changes from review
2022-08-29 16:37:07 +02:00
Sandeep Somavarapu and GitHub
e203dad489
remove permanently removed composites ( #159462 )
2022-08-29 16:15:58 +02:00
Martin Aeschlimann and GitHub
c1dd46c2f4
[npm] package.json latest vue version incorrect ( #159315 )
...
[npm] package.json latest vue version incorrect. FIxes #158850
2022-08-29 15:49:48 +02:00
aiday-mar
e86c1811ec
Merge branch 'main' into aiday/issue157165
2022-08-29 14:41:18 +02:00
aiday-mar
ca1a8f624a
Using iterable.first
2022-08-29 14:40:32 +02:00
aiday-mar
a02a1e1c78
Changing input to fromOutlineModel
2022-08-29 14:31:56 +02:00
Johannes Rieken and GitHub
29ee89a281
support disposing keybinding registrations, esp when disposing Action2 instances ( #159433 )
2022-08-29 14:29:47 +02:00
aiday-mar
ef5ff54d70
Merge branch 'main' into aiday/issue157165
2022-08-29 14:27:46 +02:00
aiday-mar
3b243ba8e8
Merge branch 'main' into aiday/issue159136
2022-08-29 14:25:33 +02:00
Aiday Marlen Kyzy and GitHub
3cba0ec4bd
Merge pull request #159321 from microsoft/aiday/issue159271
...
Sticky Scroll : Take into account child scope starting on the same line as the parent scope
2022-08-29 14:21:56 +02:00
aiday-mar
2f562a8026
Adding NullLogService into service collection
2022-08-29 14:21:01 +02:00
Alex Ross and GitHub
ec5b41ddc2
Update grammars ( #159445 )
...
Update grammar
2022-08-29 14:08:44 +02:00