Commit graph

106544 commits

Author SHA1 Message Date
Matt Bierner 43f27d33f1
Pick up TS 5.0.2 (#177396)
Fixes #176332
2023-03-16 15:03:23 -07:00
Bhavya U 5418d03bfc
Add setting to enable welcome dialog (#177395) 2023-03-16 14:12:13 -07:00
Bhavya U cd554ba969
Add experimental tag to the remote start list entry setting (#177392) 2023-03-16 13:59:53 -07:00
Connor Peet 9fc16337d5
cli: code-insiders tunnel service install message should use code-insiders (#177394)
Fixes #177344
2023-03-16 21:18:22 +01:00
Connor Peet eab8ba65bf
cli: add tunnel status command (#177381)
Fixes #177372
2023-03-16 12:26:56 -07:00
Andrea Mah 7c1b8f38a4
Enable search.experimental.notebookSearch flag for insiders (#177308)
Fixes #177306
2023-03-16 11:47:51 -07:00
Connor Peet 025e3194e1
fix: missing accept server license terms arg in service install (#177366)
Fixes #177351
2023-03-16 11:23:35 -07:00
Peng Lyu 461d828f9f
re #175990. Reduce motion for notebook. (#176094) 2023-03-16 09:49:27 -07:00
Johannes Rieken 04345a27be
Merge pull request #174684 from NWilson/RenameFix
Move DOM manipulation in RenameInputField to render-only
2023-03-16 17:34:06 +01:00
Henning Dieterichs 47f8188659
Fixes #175393 (#177361) 2023-03-16 16:02:07 +01:00
Daniel Imms e5c7a00c76
Merge pull request #171258 from babakks/add-pid-and-cmd-to-termnal-tab-hover
💬 Add PID and executable/arguments to terminal tab hover
2023-03-16 07:55:14 -07:00
Ulugbek Abdullaev 69bb0ad98a
add a new command runCommands that allows to run several commands sequentially (#177104)
add a new command `runCommands` that allows to run several commands sequentially
2023-03-16 15:48:48 +01:00
Alex Ross d62b013f2d
Fix quickdiff actions and context for multiple providers (#177358) 2023-03-16 15:09:03 +01:00
Daniel Imms f280df4ed8
Fix attach process start 2023-03-16 07:00:48 -07:00
Alex Ross 9ea6dc908d
"Show Next Change" no longer works after update to v1.76.0 (#177347)
Fixes #175857
2023-03-16 14:27:10 +01:00
Henning Dieterichs 628f427abb
Merge pull request #174829 from lawvs/fix/rename-composing
composition enter should not accept rename
2023-03-16 14:26:49 +01:00
Henning Dieterichs 704880c1d9
Merge pull request #176084 from jessebluemr/monaco-editor-issue-3626
monaco-editor-3626: Ensure brackets are highlighted in languages like 'json'
2023-03-16 13:49:45 +01:00
Johannes Rieken 649bfd325a
Merge pull request #177346 from microsoft/joh/principal-prawn
joh/principal prawn
2023-03-16 13:48:58 +01:00
Johannes c07f3f1ce3
💄 2023-03-16 12:41:08 +01:00
Henning Dieterichs 3cd16d0d72
Merge pull request #177055 from spahnke/boiling-turtle
[Monaco] Add `monaco.editor.registerLinkOpener` method to be able to intercept opening links from the editor
2023-03-16 12:38:07 +01:00
Johannes 031b3b8929
unhook no-op command 2023-03-16 12:36:49 +01:00
Johannes ac22dad6fa
cleanup, support commands, render richer message 2023-03-16 12:36:29 +01:00
Johannes Rieken 1db217a0e2
Revert "Introduce share links in more places via a contrib" (#177328)
Revert "Introduce share links in more places via a contrib (#177311)"

This reverts commit e9ff97aa0f.
2023-03-16 11:27:25 +01:00
Sebastian Pahnke 23b3983f29 Add monaco.editor.registerLinkOpener method to be able to intercept opening links from the editor 2023-03-16 10:26:45 +01:00
Rob Lourens 4c53c189a1
Merge pull request #177324 from microsoft/roblou/used-antelope
Implement input box history
2023-03-16 03:18:28 -05:00
Joyce Er e9ff97aa0f
Introduce share links in more places via a contrib (#177311)
* Introduce share links in more places via a contrib

* Update `build/lib/i18n.resources.json`
2023-03-16 09:15:15 +01:00
Rob Lourens f66b642a54
Add telemetry by request type 2023-03-15 20:51:04 -07:00
Rob Lourens f2e32ec694
Implement input box history 2023-03-15 20:41:00 -07:00
Bhavya U c97d5812f1
Support multiple commands in remote start entry (#177309) 2023-03-16 13:54:42 +11:00
Matt Bierner 549d31a5d5
Stop VS Code from transforming uris in tsconfig document link (#177305)
Fixes #160979
2023-03-15 17:17:18 -07:00
Peng Lyu e25a236b46
Dual runWhenIdle. Fix invisible output not searchable. (#177304) 2023-03-15 17:08:12 -07:00
Bill Ticehurst c894140634
Fixes failure to load first installed web extension on desktop (#174175)
Use the extension registry instead of the extension scanner when preparing the init data for the web worker extension host, because the web worker extension host doesn't host resolver extensions.

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2023-03-15 23:43:55 +00:00
Bhavya U 1c639bf117
Disable remote start entry for stable (#177302)
Remove command from command palette
2023-03-15 16:23:17 -07:00
Connor Peet 0e1ec3e87d
fix: not installing extensions in the directory that is being passed (#177303)
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/3595
2023-03-16 00:14:53 +01:00
Peng Lyu c9937c46fb
Disable smooth scrolling for revealing output find match (#177300) 2023-03-16 00:04:23 +01:00
Aaron Munger 26eb63ab42
Merge pull request #177143 from microsoft/aamunger/outputRenderer
notebook render output update
2023-03-15 15:47:46 -07:00
Rob Lourens 69ddea7f32
Merge pull request #177280 from microsoft/roblou/fast-zebra
Implement cancel button in interactive session
2023-03-15 17:46:11 -05:00
Rob Lourens 6c8dda3ce5
format 2023-03-15 15:30:32 -07:00
Connor Peet abab52dd94
cli: add tunnel kill/restart subcommands (#177286) 2023-03-15 15:09:12 -07:00
Matt Bierner 54921d7173
Pass TS Server the original fs path (#177292)
For #177083

We've had code to normalize the file path for a long time but I don't think it's needed. In the case of samba paths, it also appears to break things

Let's try dropping it and passing along the original `fsPath` instead
2023-03-15 15:00:15 -07:00
Matt Bierner 3e5253b143
Remove notebook controller kind API proposal (#175962)
Fixes #168535
2023-03-16 08:52:09 +11:00
Bhavya U 979deab20b
Remote Start Entry Improvements (#177164)
* Remote start entry fixes

* Add retry and cleaned up code
2023-03-15 22:06:31 +01:00
Benjamin Pasero 1fd97fbacf
History may use reserved filenames on windows (fix #177138) (#177277) 2023-03-15 13:55:27 -07:00
Rob Lourens 1179e303a8
hygiene 2023-03-15 13:55:05 -07:00
Peng Lyu 4696f3316f
Fix Focus in Active Cell Output not setting actitve focus. (#177281)
* Fix Focus in Active Cell Output not setting actitve focus.

* 💄
2023-03-15 20:53:26 +01:00
Rob Lourens 59568d81cc
Fix codeblock toolbar styling 2023-03-15 12:49:34 -07:00
Rob Lourens 0c2b6aa920
stop button styling 2023-03-15 12:41:40 -07:00
Rob Lourens f708bbe9f2
Disable interactive session editors (#177252)
* Disable interactive session editors

* syntax errro
2023-03-15 12:40:19 -07:00
Rob Lourens fd48131399
Stop progressive rendering when the cancel button is pressed 2023-03-15 12:26:36 -07:00
Daniel Imms 036ec5bc50
Merge pull request #177085 from microsoft/tyriar/151160
Remove env var info widget and surface info in terminal tab
2023-03-15 12:21:19 -07:00