Commit graph

13592 commits

Author SHA1 Message Date
Martin Aeschlimann 92b87b0fd5
[html] files.insertFinalNewline affects embedded styles (#179118) 2023-04-04 12:55:17 +02:00
Benjamin Pasero f481836a89
🆙 esbuild@0.17.14 (#178664) 2023-04-04 12:43:16 +02:00
Joyce Er eb57ab314b
vscode.dev links should be head links (#179074) 2023-04-03 19:48:02 -07:00
Matt Bierner 0461b885d5
Update JS/TS grammar (#179069) 2023-04-04 00:56:01 +02:00
Matt Bierner 4126b98d1b
Add working directory for md server publish (#179027) 2023-04-03 10:01:51 -07:00
Martin Aeschlimann 59608d3aee
Update webpack, css/file & style loaders (#179008) 2023-04-03 16:10:40 +02:00
Matt Bierner b9202b6408
Use better names in js/ts text rendering (#178711)
Use better names
2023-03-30 21:10:51 +02: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
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
Matt Bierner 0acd272268
Refactor structure of typescript extension (#178634)
There were way to many files under `util`. This change moves around files to more meaningful locations
2023-03-29 16:54:53 -07:00
Matt Bierner 7095b11615
Set cwd for running md server build (#178629)
Should make pipeline much faster
2023-03-29 15:22:40 -07:00
Matt Bierner 7a463ec271
Prefer reusing open tabs when opening md links in editors (#178628)
Fixes #81238
2023-03-29 15:21:31 -07:00
Matt Bierner af5ef24b52
Use yarn instead in md server build script (#178622)
Also removes unused API extractor script
2023-03-29 14:46:38 -07:00
Ladislau Szomoru ae09336f0b
Git - remote picker should hide on blur (#178612) 2023-03-29 21:07:09 +02:00
Alex Ross 6ac83c7c7d
Update grammars (#178508)
* Update grammars

* Update tests
2023-03-29 11:38:06 +02:00
Matt Bierner ce00cd7812
Add initial prototype for JS/TS move to file refactoring (#178535)
Add initial support for move to file

Fixes #176705
For https://github.com/microsoft/TypeScript/pull/53542
2023-03-28 16:49:50 -07:00
Matt Bierner 6f5920818a
Bump eslint versions (#178516) 2023-03-28 14:16:09 -07:00
Ladislau Szomoru 9e6a369b13
Action button - disable button during checkout (#178488) 2023-03-28 21:42:18 +02:00
Matt Bierner 5f328ba75d
Markdown language server 0.3.0 (#178512)
0.3.0 for markdown language server
2023-03-28 20:14:46 +02:00
最萌小汐 a90c9d0ab6
Update Lua grammar (#177798) 2023-03-28 14:34:28 +00:00
Matt Bierner d490dfe9f7
Disable MD server builds on changes (#178464)
We will manually trigger builds instead
2023-03-28 09:00:10 +02:00
Matt Bierner 87a6bda310
Fix opening encoded markdown fragment in preview (#178465)
Fixes #178340
2023-03-28 08:59:30 +02:00
Matt Bierner 1379bf3f15
Fix markdown webview state updates (#178153)
Fixes #164071

Also fixes the webview not scrolling when the resources changes
2023-03-23 17:51:09 +00:00
David Dossett 4448102523
Use solid color for input backgrounds in dark+ v2 (#178053) 2023-03-22 19:38:30 +01:00
Martin Aeschlimann 2ea2c80d63
[json] schemas in workspace settings also apply to external files (#178010) 2023-03-22 14:57:41 +01:00
aamunger b0459b7b45
add aria-label to link 2023-03-21 15:09:53 -07:00
Matt Bierner 07b2b6066b
Remove extra file check in documentHighlights (#177879)
Fixes #177823

For document hightlights, it seems TS returns windows paths that use forward slashes. This seems wrong, but we also likely don't need the extra check for the file on our side either since we already pass in `filesToSearch`
2023-03-21 21:09:19 +01:00
Matt Bierner 26e7b9a3bd
TS source actions should not be blocked by pending action requests (#177737)
Fixes #164876
2023-03-21 10:29:56 -07:00
Ladislau Szomoru 4ad068a9c6
Git - fix quick diff edge case when the resource is inside a submodule (#177691) 2023-03-21 16:27:05 +01:00
aamunger bd6f853061
wrap errors in parent div 2023-03-20 16:40:02 -07:00
aamunger 26c7018f95
style the cursor in the child to avoid the scrollbar 2023-03-20 16:40:00 -07:00
Aaron Munger 0a15931b49
Merge pull request #177537 from microsoft/aamunger/updateScrolling
show message to refresh if scrolling is enabled and not scrollable
2023-03-20 08:56:58 -07:00
Christof Marti 7a4092f1b0
Package hover: Show when last published (#177634) 2023-03-20 09:41:52 +01:00
aamunger a0a6fd1a35
show message to refresh if scrolling is enabled and not scrollable 2023-03-17 15:39:36 -07:00
aamunger d02908f51c
change cursor style over output 2023-03-17 12:50:18 -07:00
João Moreno c6fbb48ec4
Revert "Update webpack (#177265)"
This reverts commit e88eb65966.
2023-03-17 18:55:15 +01:00
Aaron Munger 500b217502
Merge pull request #177398 from amunger/aamunger/notebookRendererTests
added notebook output renderer tests
2023-03-17 08:08:29 -07:00
Martin Aeschlimann e88eb65966
Update webpack (#177265)
* update webpack

* update `@types/webpack`

* update copy-webpack-plugin

* update @types/webpack in build

* fix compile error in @types/eslint
2023-03-17 15:07:05 +01:00
Matt Bierner 143d94ae0d
Add publish pipeline for md server (#177387) 2023-03-16 16:22:21 -07:00
Matt Bierner 43f27d33f1
Pick up TS 5.0.2 (#177396)
Fixes #176332
2023-03-16 15:03:23 -07:00
aamunger 859ffaca34
await promises 2023-03-16 14:49:14 -07:00
aamunger 7c610d1a4c
typo 2023-03-16 12:11:46 -07:00
aamunger 11c5e141ab
added notebook output renderer tests 2023-03-16 12:10:24 -07: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
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
Matt Bierner 549d31a5d5
Stop VS Code from transforming uris in tsconfig document link (#177305)
Fixes #160979
2023-03-15 17:17:18 -07:00
Aaron Munger 26eb63ab42
Merge pull request #177143 from microsoft/aamunger/outputRenderer
notebook render output update
2023-03-15 15:47:46 -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
Martin Aeschlimann 273e74965b
add querystring fallback (#177250) 2023-03-15 09:29:41 -07:00