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
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
Fabio Spampinato
2a20cc59f0
Updated title for typescript.restartTsServer command ( #177167 )
2023-03-15 16:14:31 +00:00
susiwen8
811324be93
fix: detectedPackageManagerNames should be string ( #175610 )
2023-03-15 14:53:52 +00:00
Mickael Istria
4566ce493a
onEnterRules add prefix on newline inside Javadoc ( #176800 )
...
Add some onEnterRules to Java language configuration to add the usual
prefix (` * `)
when inserting a new line in Javadoc.
Those were actually copied from typescript language configuration which
shares the
same syntax for comments.
2023-03-15 09:52:53 +01:00
Aaron Munger
168a49e972
Merge branch 'main' into aamunger/outputRenderer
2023-03-14 18:48:28 -07:00
Matt Bierner
3df6a29a80
Don't skip JS/TS diagnostic updates on equals ( #177149 )
...
Even though the diagnostics on the ext host side may be equal, the displayed diagnostic may be at a different spot. We need to make sure the UI is also updated in these cases by setting the diagnostics again
2023-03-14 18:03:51 -07:00
aamunger
11eefc95cb
fixed alias
2023-03-14 16:38:37 -07:00
aamunger
b8728a5e06
fixed word wrap
2023-03-14 16:24:41 -07:00
aamunger
e703b05738
plain text rendering, more streaming consolidation
2023-03-14 15:28:24 -07:00
aamunger
51f2dc8d46
fixed styling on stream and errors
2023-03-14 15:28:23 -07:00
aamunger
db07a2b60a
updated stream output to consolidate correctly
2023-03-14 15:28:23 -07:00
aamunger
39c8e79b13
simplify generated html
2023-03-14 15:28:21 -07:00
Sandeep Somavarapu
be755e4237
Merge pull request #176764 from yiliang114/judicial-silkworm
...
fix typos
2023-03-14 10:41:21 -07:00
Alex Ross
24483e964e
Update shellscript grammar ( #177087 )
2023-03-14 06:50:36 -07:00
Alex Ross
782ea94050
Update shellscript grammar ( #176978 )
2023-03-13 09:40:43 -07:00
Matt Bierner
7800bd3492
Clamp line to > 0 ( #176970 )
...
Fixes #176924
2023-03-13 16:37:19 +01:00
yiliang114
4065a16a41
fix: typos
2023-03-10 20:02:01 +08:00
Joyce Er
fc76f309cc
Remove textPreformat-foreground override in experimental dark theme ( #176679 )
2023-03-09 12:07:39 -08:00
Matt Bierner
1f3da727a9
Bump TS web version ( #176577 )
2023-03-09 07:32:42 -08:00
aamunger
ec47753952
dispose of scroll event listener
2023-03-08 15:43:05 -08:00
aamunger
605bde227c
cleaner element selection, add css shadow
2023-03-08 14:44:15 -08:00
Aaron Munger
a8fe333062
Merge branch 'main' into aamunger/outputScrolling
2023-03-08 14:03:44 -08:00
Matt Bierner
924ee8b4d8
Don't scroll sync to elements inside collapsed details sections ( #176541 )
...
Fixes #176538
Turns out that `getClientBoundingRect` returns weird bounds for elements inside of a collapsed details section
2023-03-08 21:06:26 +01:00
Joyce Er
9b12df8aaa
Always show Copy vscode.dev link in notebook gutter ( #176553 )
2023-03-08 20:46:19 +01:00
aamunger
01abe31271
more precise scroll top extraction
2023-03-08 11:25:18 -08:00
Aaron Munger
4b154b8696
Merge branch 'main' into aamunger/outputScrolling
2023-03-08 11:04:47 -08:00
Alex Ross
8ca37ee70f
Update shellscript grammar ( #176491 )
2023-03-08 11:18:43 +01:00
Matt Bierner
da15b03a10
Add setting to control markdown LS log level ( #176472 )
2023-03-08 08:00:34 +01:00
Matt Bierner
b2ea6aa9fc
Inline codicons font for simple browser ( #176462 )
...
Should fix #139674 but need to confirm on deployed codespaces
2023-03-07 19:46:53 -08:00
Matt Bierner
3ca5284e44
Clean up markdown preview messaging ( #176458 )
...
- Add properties directly to message
- Add `ImageInfo` type
- Don't use state to pass around imageInfo
2023-03-07 17:28:13 -08:00
Aaron Munger
62790d8aec
Merge branch 'main' into aamunger/outputScrolling
2023-03-07 16:11:42 -08:00
Matt Bierner
6a44101bb1
Type markdown preview webview message ( #176444 )
...
Simply types messages. Will clean up types in next pass
2023-03-07 14:23:17 -08:00
Joyce Er
9c7113f6ae
Observe lineNumber if there is no active selection or if the active selection does not contain the specified line number ( #176432 )
...
* Observe `lineNumber` if there is no active selection or if the active selection does not contain the specified line number
* Explicit undefined check
* Extract condition into function
2023-03-07 23:23:04 +01:00
Matt Bierner
83c4e0f5c4
Reset markdown scroll progress on resource change ( #176437 )
...
Reset scroll progress on resource change
Fixes #164071
2023-03-07 23:12:46 +01:00
Aaron Munger
b6688ffa3b
Merge branch 'main' into aamunger/outputScrolling
2023-03-07 12:20:52 -08:00
Matt Bierner
41e0b50a6d
Pick up latest markdown language service ( #176425 )
2023-03-07 20:38:37 +01:00
Matt Bierner
ed04b28c4d
Markdown custom eslint rules should not automatically apply to server ( #166068 )
2023-03-07 11:13:13 -08:00
aamunger
a0dee86464
don't look for scroll height if scrolling is disabled
2023-03-07 11:01:28 -08:00
aamunger
4b6837ca34
scroll to the bottom of scrollable outputs
2023-03-07 10:53:23 -08:00
Matt Bierner
23600ac11e
Pick up TS 5.0rc ( #176334 )
...
https://github.com/microsoft/vscode/issues/176332
2023-03-07 06:42:49 +01:00
Matt Bierner
d0ad7c09bb
Fix details blocks being auto closed on markdown preview changes ( #176330 )
...
Fixes #175353
2023-03-07 02:36:38 +01:00
Matt Bierner
ed43d97e47
Always use TS's sort text in TS 5+ ( #176322 )
...
* Always use TS's sort text in TS 5+
Fixes #174628
* Add missing file
2023-03-06 17:12:44 -08:00