Sandeep Somavarapu
002db8f362
Fix #162240 ( #164723 )
2022-10-26 18:48:44 +02:00
Sandeep Somavarapu
e145a12888
Fix #163163 ( #164721 )
2022-10-26 09:37:06 -07:00
Alex Ross
55ebe5e93d
Allow action labels to be long in comment header ( #164614 )
...
* Allow action labels to be long in comment header
Part of #164288
* Better fix
2022-10-26 16:55:06 +02:00
Logan Ramos
f6a08e816d
Transform ext host log URI on remote side ( #164712 )
...
* Transform ext host log URI on remote side
* Fix mistype
2022-10-26 10:37:42 -04:00
Sandeep Somavarapu
f7a53c85c7
Fix #164617 ( #164717 )
2022-10-26 16:14:39 +02:00
Sandeep Somavarapu
d37ca50768
Fix #164606 ( #164714 )
2022-10-26 15:49:02 +02:00
Sandeep Somavarapu
6a993eeaa6
fix #164458 ( #164711 )
2022-10-26 15:16:22 +02:00
Martin Aeschlimann
5a4be3b8a8
tunnel: Generate vanity URL ( #164710 )
2022-10-26 09:13:29 -04:00
Johannes Rieken
5cb2e7710a
Merge pull request #164706 from microsoft/joh/defiant-wallaby
...
joh/defiant wallaby
2022-10-26 15:00:50 +02:00
Martin Aeschlimann
0ac843a716
Tunnel: Fix host name issue ( #164708 )
2022-10-26 14:53:34 +02:00
Johannes
647e25e071
collapseByDefault
for notebook should also honor new setting
...
fixes https://github.com/microsoft/vscode/issues/164542
2022-10-26 14:20:48 +02:00
Johannes
bcb20dc2f0
Revert "Use Disposable in a few more places"
...
This partially reverts commit de9cc71487
.
fyi @mjbvz please don't rearrange furniture
2022-10-26 13:54:48 +02:00
Alexandru Dima
c3eebaead9
Fix accidental deletion of vscode.proposed.contribNotebookStaticPreloads.d.ts
and make sure to include the check in the compile-build
gulp task ( #164681 )
2022-10-26 10:59:54 +02:00
w1redch4d
70328b1b48
fix problems with html style comments in embedded code ( #160981 )
...
* fix problems with html style comments in embedded code
* add spacings to the replaced characters
add same amount of characters, in the replacements so that all offsets stays the same
* revert javascriptMode.ts
* add replace characters in embeddedSupport.ts instead
* added few more tests with javascript
more testcases with js code before and after the comments
* polish
Co-authored-by: UwUeeb <106700035+UwUeeb@users.noreply.github.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-10-26 08:41:05 +00:00
Don Jayamanne
9c802415e1
Merge branch 'main' into issue163133
2022-10-26 13:32:23 +11:00
Don Jayamanne
2fad3d99f3
Do not interrupt if there are no affected cells
2022-10-26 13:30:48 +11:00
Matt Bierner
a887d72e8d
Pick up latest markdown language service ( #164655 )
2022-10-25 16:46:53 -07:00
Joyce Er
812c9bedf2
Fix cloning with specific branch ( #164619 )
2022-10-25 15:27:41 -07:00
Matt Bierner
f5cbe7e391
Use dirname as default uri for md links ( #164641 )
...
Fixes #164612
2022-10-25 21:59:20 +02:00
Matt Bierner
882cdc0a17
Use newlines to separate inserted images ( #164632 )
...
Fixes #164610
2022-10-25 12:21:36 -07:00
Matt Bierner
21431fce38
Disable canSelectFolders in markdown link inserter ( #164636 )
...
Fixes #164549
2022-10-25 12:01:08 -07:00
Megan Rogge
b38691f611
update setting description ( #164628 )
2022-10-25 14:29:28 -04:00
Matt Bierner
3ca4fca56e
Pick up latest markdown language service ( #164625 )
...
This failed yesterday due to a cache issue in dev ops. We need this version for testing
2022-10-25 10:52:57 -07:00
Sandeep Somavarapu
3807cdebcb
fix verifying signed extension ( #164604 )
...
- use renamed node module
- fix search url in ppe
- log when extension is verified
2022-10-25 17:32:19 +02:00
Tyler James Leonhardt
418db21761
Add note about built-in extensions ( #164601 )
...
Fixes #164565
2022-10-25 07:54:31 -07:00
Tyler James Leonhardt
2aa99b2300
fix example ( #164595 )
2022-10-25 07:35:15 -07:00
Daniel Imms
604283bdcf
Merge pull request #164571 from microsoft/tyriar/revert
...
Revert "Merge pull request #163958 from microsoft/tyriar/161622_brack…
2022-10-25 05:00:57 -07:00
Daniel Imms
9cf05e4655
Revert "Merge pull request #163958 from microsoft/tyriar/161622_bracket_queue"
...
This reverts commit 590729f278
, reversing
changes made to 867f45630f
.
2022-10-25 04:45:44 -07:00
Connor Peet
ae45b3ca2c
cli: static link the crt on windows ( #164532 )
...
Fixes #164427
2022-10-25 09:59:05 +02:00
Rob Lourens
a803dc359a
Update DAP dts and implement new 'startDebugging' request ( #164530 )
2022-10-24 19:44:04 -07:00
Matt Bierner
586f252740
Revert "Pick up markdown language service update ( #164524 )" ( #164533 )
...
This reverts commit ab3926ab48
.
2022-10-24 19:09:08 -07:00
HiDeoo
35270405fc
Fix QuickPickItem JSDoc links in vscode.d.ts ( #164474 )
2022-10-25 04:23:15 +03:00
Megan Rogge
ecb3421521
move builtin terminal quick fixes to contribution model ( #164099 )
2022-10-24 16:53:30 -07:00
Matt Bierner
ab3926ab48
Pick up markdown language service update ( #164524 )
...
Picking up one more small update before endgame
2022-10-24 16:53:17 -07:00
Matt Bierner
76bfebd0be
Pick up latest TS for building VS Code ( #164523 )
2022-10-24 16:52:40 -07:00
Joyce Er
e8aaf223ad
Use delayed instantiation for edit sessions ( #164466 )
...
* Use delayed instantiation for edit sessions
* Add missing import
2022-10-24 16:24:17 -07:00
Matt Bierner
9f5d3eb135
Pick up latest markdown language service and clean up server package ( #164516 )
...
- Picks up newest markdown language service
- Excludes some files from server publish
- Delete unused file
- Update readme
- Align server version with LS version
2022-10-24 15:58:45 -07:00
Peng Lyu
eca16a8626
Merge pull request #164109 from jeanp413/fix-163864
...
Fixes extension Disable button does not have border radius on the right side
2022-10-24 15:23:45 -07:00
Raymond Zhao
fae38bda43
Adjust codicon CSS ( #164511 )
...
Fixes #164510
2022-10-24 14:48:42 -07:00
Matt Bierner
babb2f9677
Remove experimental tag from markdown settings ( #164509 )
2022-10-24 14:44:43 -07:00
Matt Bierner
4eef476a4f
Remove old notebook editor api proposal ( #164504 )
...
All consumers should now be on the finalized api
Fixes #151661
2022-10-24 14:40:53 -07:00
Raymond Zhao
52f46cc600
Change focusedRowBorder colour for Settings editor ( #164508 )
...
Fixes #164507
2022-10-24 14:37:46 -07:00
Daniel Imms
f95bfdae3c
Merge pull request #164401 from hughlilly/comma-splice-fixes
...
Fix comma splices in descriptions in `src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts`
2022-10-24 14:21:30 -07:00
Matt Bierner
a8c16a0d82
Try to reduce size of completions DTO ( #164087 )
...
JS/TS can return a lot of completions. I noticed that just parsing this was taking a bit of time, so I tried to reduce the message size with the following changes:
- Inline the command properties on `ISuggestDataDto`
- Drop the `title` and `tooltip` from the command since we don't use these
- Shorten the delegate command name
- If using an `$ident` command, don't send over the command arguments since the arguments are always `[$ident]`
- Make commit characters a string instead of an array
Here's an example of a dto for a completion item before:
```
{"x":[2,0],"a":"$","b":4,"e":"15","i":0,"k":[".",",",";","("],"m":{"$ident":867,"id":"_vscode_delegate_cmd_l9g7z48t","title":"","arguments":[867]}}
```
And after:
```
{"x":[1,0],"a":"$","b":4,"e":"15","i":0,"k":".,;(","n":11,"o":"__vsl9g7vfno"}
```
For global completions in a JS/TS file, this makes the completion response a little over 40% smaller.
2022-10-24 14:16:52 -07:00
Matt Bierner
0c6cc3a886
Let markdown strings specify a list of commands that they allow ( #163915 )
...
* Let markdown strings specify a list of commands that they allow
Fixes #163913
* Fix name
2022-10-24 14:15:44 -07:00
Peng Lyu
e88053d97d
Third party notices and distro update. ( #164502 )
2022-10-24 14:02:26 -07:00
Matt Bierner
6c3f161641
Remove liveshare specific registerContentProvider api ( #164497 )
...
Liveshare has migrated off of the content provider api
2022-10-24 22:39:28 +02:00
Hugh Lilly
c22980c585
change “amount of” to “number of"
2022-10-25 09:29:04 +13:00
Hugh Lilly
a3890d7383
Merge branch 'main' into comma-splice-fixes
2022-10-25 09:27:00 +13:00
Andrea Mah
ed31e676b6
FolderMatch.hasFileUriDownstream()
and RenderableMatch.name()
have performance overhead (#164077 )
...
* `FolderMatch.hasFileUriDownstream()` and `RenderableMatch.name()` have performance overhead
Fixes #164072
2022-10-24 13:11:29 -07:00