Commit Graph

13830 Commits

Author SHA1 Message Date
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
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